seitime-frappe/frappe/database
gavin ff9c89450e feat(db): _transform_query to convert args passed to db.cursor
Transform query & parameters based on client requirements. Eg: MariaDB
client doesn't behave similar to PyMySQL or Psycopg2.

ref: https://jira.mariadb.org/projects/CONPY/issues/CONPY-205
2022-05-25 13:58:23 +05:30
..
mariadb feat(db): _transform_query to convert args passed to db.cursor 2022-05-25 13:58:23 +05:30
postgres fix!: Remove frappe.db.create_help_table 2022-05-24 19:19:53 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
database.py feat(db): _transform_query to convert args passed to db.cursor 2022-05-25 13:58:23 +05:30
db_manager.py fix: Use sql_ddl instead of sql 2022-05-24 19:40:27 +05:30
query.py fix: Remove half baked support for filters_config in db.query 2022-05-24 19:19:53 +05:30
schema.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
sequence.py fix: create sequence onchange from any other autoname whcih is not autoincrement 2022-05-05 21:31:13 +05:30