seitime-frappe/frappe/database
Akhil Narang bb945ab96b
fix: remove mariadb sandbox mode comment before restoring backups
Reference: https://mariadb.org/mariadb-dump-file-compatibility-change/

Newer versions of MariaDB include a line in the dumps that break restoring on older versions
This doesn't allow people to restore newer dumps onto Frappe Cloud

For now just remove the line to allow any backups to be restored anywhere

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-06-26 16:40:25 +05:30
..
mariadb fix: init db conn for unbuffered cursor if not set (#26220) 2024-04-30 12:54:12 +00:00
postgres fix: handle interface error during report timeout (#25893) 2024-04-10 06:57:36 +00:00
__init__.py fix: don't use frappe.flags for mariadb_user_host_login_scope 2024-03-29 16:57:04 +05:30
database.py docs: typo in db.delete (#26464) 2024-05-17 07:32:23 +00:00
db_manager.py fix: remove mariadb sandbox mode comment before restoring backups 2024-06-26 16:40:25 +05:30
operator_map.py docs: consistency 2023-12-20 14:02:32 +05:30
query.py feat: nowait to skip blocking locks 2024-02-29 16:30:24 +05:30
schema.py feat: Link fields with UUID datatype in DB (#26625) 2024-05-31 09:17:09 +00:00
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py fix: handle interface error during report timeout (#25893) 2024-04-10 06:57:36 +00:00