Skip to content

[bug] sqlite不区分大小写 #20

Description

@BernieHuang2008

discovered by @cxzlw

Describe the bug

  • sqlite的表名是不区分大小写的。table和tAble是一样的。
  • MSQL中检查一个表是否存在,是先把表明读取出来,然后使用x in list来判断的。in区分大小写。

How To Reproduce?

Expected behavior

Additional context

解决方式:

将表名全部转换为小写再处理

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions