Home  >  Q&A  >  body text

python - flask-sqlalchemy 查询时如何区分大小写

在进行数据库查询的时候如何区分英文字符大小写…

伊谢尔伦伊谢尔伦2742 days ago926

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:54:56

    The case insensitivity of the database query area is probably a problem with the database. Take a look at the lower_case_file_systemlower_case_table_names variable of mysql. This variable is used to control whether the database is case sensitive

    reply
    0
  • Cancelreply