seitime-frappe/frappe/database
Gavin D'souza 1545ad65d1 fix: Don't need postgres to use Frappe
* Made code DRY-er by using obscure frappe.db.is_data_too_long
* Python would run psycopg import line which would check if postgres is
  installed. Sites just wanting to chill w MariaDB would also need
  Postgres to be installed to get Frappe running. Fixes https://github.com/frappe/frappe/issues/14193
2021-09-14 13:06:59 +05:30
..
mariadb Merge branch 'develop' into aks-fix-postgres 2021-09-07 17:42:03 +05:30
postgres fix: Don't need postgres to use Frappe 2021-09-14 13:06:59 +05:30
__init__.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
database.py fix(minor): fix for aggregate functions, use special query 2021-09-06 09:11:58 +05:30
db_manager.py refactor: Meaningful variable names 2020-11-09 18:54:47 +05:30
schema.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30