seitime-frappe/frappe/database
Aditya Hase 2c93dc74fe fix: Update regex for capturing touched tables from query (#7588)
Previous regex used to yield false positives and false negatives
for queries like

UPDATE tabToDo SET description = "something"

Instead of yielding "tabToDo" it used to yield "tabToDo SET".

Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 14:51:19 +05:30
..
mariadb fix(minor): added frappe.db.db_type 2019-05-24 09:09:46 +05:30
postgres fix(minor): added frappe.db.db_type 2019-05-24 09:09:46 +05:30
__init__.py fix(db_type) 2019-05-24 12:06:39 +05:30
database.py fix: Update regex for capturing touched tables from query (#7588) 2019-05-29 14:51:19 +05:30
db_manager.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
schema.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30