seitime-frappe/frappe/database
Ankush Menat eef9c2c8cc refactor!: Better Integer handling
- Remove length: it makes no difference, it's for ZEROFILL only.
- Switch to tinyint for checkboxes in mysql and smallint on postgres.
- Use `int` instead of `bigint` by default.
2024-04-06 11:11:29 +05:30
..
mariadb refactor!: Better Integer handling 2024-04-06 11:11:29 +05:30
postgres refactor!: Better Integer handling 2024-04-06 11:11:29 +05:30
__init__.py fix: don't use frappe.flags for mariadb_user_host_login_scope 2024-03-29 16:57:04 +05:30
database.py Merge pull request #22548 from blaggacao/feat/uds 2024-03-29 18:11:01 +05:30
db_manager.py feat: enable db socket connection 2024-03-29 10:29:50 +01:00
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 refactor(treewide): enable RUF rules 2024-02-21 16:20:28 +05:30
sequence.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
utils.py feat: migrate columns to be non-nullable if required 2023-11-16 14:51:57 +05:30