seitime-frappe/frappe/database/postgres
Gavin D'souza effa942f4c refactor: frappe.db.log_query
* Mogrify queries and set them as frappe.db.last_query instead of
  directly interfacing with the clients
* This is required for now as the MariaDB client uses binary protocol to
  talk to the server and doesn't build the queries itself
* Add typing hints
* Imported Query object as FilterEngine - Query is too ambiguous lol

ref: https://jira.mariadb.org/browse/CONPY-208?focusedCommentId=226873&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-226873
2022-06-16 13:28:54 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py refactor: frappe.db.log_query 2022-06-16 13:28:54 +05:30
framework_postgres.sql fix: set translated text to link field (#15451) 2022-05-16 13:21:42 +00:00
schema.py refactor(minor): convert change_name_type_and_make_sequence function to setup_autoincrement_and_sequence method 2022-05-13 00:03:19 +05:30
setup_db.py fix: restart transaction after commit 2022-06-05 00:26:12 +05:30