seitime-frappe/frappe/database
Akhil Narang 9fa330c075
fix(sqlite): use correct check for unique/primary key constraint violations
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-04-15 13:59:17 +05:30
..
mariadb fix: Define InterfaceError for mariadb 2025-03-19 10:46:23 +05:30
postgres perf: compute query type only once 2025-03-15 13:39:57 +05:30
sqlite fix(sqlite): use correct check for unique/primary key constraint violations 2025-04-15 13:59:17 +05:30
__init__.py fix: support sqlite 2025-04-15 13:59:16 +05:30
database.py chore: linting 2025-04-15 13:59:17 +05:30
db_manager.py refactor: use a database file directly, instead of an SQL file 2025-04-15 13:59:16 +05:30
operator_map.py perf: optimize query building code 2025-03-15 10:29:26 +05:30
query.py feat: init sqlite 2025-04-15 13:59:16 +05:30
schema.py fix(add_column): adjust for sqlite 2025-04-15 13:59:16 +05:30
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py feat: init sqlite 2025-04-15 13:59:16 +05:30