Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在用egg-mysql发现底层库是ali-rds,整理下哪些issue是落地后研发体验提升的 #98

Open
AntiMoron opened this issue Dec 16, 2022 · 1 comment

Comments

@AntiMoron
Copy link
Contributor

AntiMoron commented Dec 16, 2022

重要程度降序(实用性 > 问题 > 体验)

  1. ali-rds无法链接 mysql 8, 只能链接5.x
    有计划升级,支持mysql8.0吗 #92
    建议换成 mysql2,它支持 JSON parse 和 caching_sha2_password #75 这俩说的一个事

  2. Update的bug
    update 有 bug #42
    当 where 和 row 中有相同值时, update 会报错 #66
    这里为啥跳过了 #37

  3. Where不支持比较运算符
    where 是否可以支持比较? #41

  4. 模糊查询
    现在还没支持模糊查询? #29

  5. Ts支持
    typescript #64 // <--- 这人的pull request合并了吗?是不是可以改用tsc构建这个包了(跟随主流

  6. 配置项文档更新
    mysql配置项说明不完全 #36

  7. replace方言
    似乎不支持mysql的REPLACE写法? #54

待关闭issue:

  1. Generator -> Coroutine
    Async / Await 改造 #48
  2. 表达式使用资讯
    请问update更新字段值如何使用表达式 #68
  3. 无耐心问题
    How do I get the SQL statement executed #30
    co-wrap-all这个安装一直404 老哥看看咋回事呗 #62
  4. 无需支持的问题
    支持AS语法(别名)吗? #71 // <-- 都用js了,建议写成const变量定义好列名
@AntiMoron
Copy link
Contributor Author

@fengmk2 gogogo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant