seitime-frappe/frappe/database
Akhil Narang 06ed2f5246
fix: allow site creation to work on FC again
FC creates a temporary non-root user to use as the root user here, which doesn't have `SELECT` permissions on `mysql.user`
Try to work around it by relying on `CREATE USER IF NOT EXISTS`

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-01-24 18:50:23 +05:30
..
mariadb fix: allow site creation to work on FC again 2024-01-24 18:50:23 +05:30
postgres Merge remote-tracking branch 'origin/develop' into chore/cleanup-low-level-db-interface 2024-01-18 13:22:33 +01:00
__init__.py chore: restore original order of parameters - add the new one to the end 2024-01-19 16:28:56 +05:30
database.py fix: avoid changing argument order 2024-01-19 10:31:57 +01:00
db_manager.py fix: allow site creation to work on FC again 2024-01-24 18:50:23 +05:30
operator_map.py docs: consistency 2023-12-20 14:02:32 +05:30
query.py feat: Skip locked rows while selecting (#24298) 2024-01-13 09:49:27 +05:30
schema.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30
sequence.py refactor!: remove implicit primary key from logs (#22209) 2023-08-26 16:01:47 +05:30
utils.py feat: migrate columns to be non-nullable if required 2023-11-16 14:51:57 +05:30