seitime-frappe/frappe/database
Brian Pond d0273b1b27 fix(mariadb): refactor db setup (#7049)
* Fixed setup_db.py to support MariaDB version 10.3.  Added function for calculating versions, per MariaDB documentation.

* Major rewrite of setup_db.py. Reduced number of functions. Made fully compatible with MariaDB 10.3+. Removed references to client parameters in my.cnf that cannot be queried.  Applied PEP8 rules to python code.

* Adding missing print statement in setup_db.py

* Replaced 4-spaces with tabs, per ERPNext standards.

* Fixed broken test by substituing 'check_database_settings()'

Fixed the test in convert_to_barracuda_and_utf8mb4.py by calling the new function 'check_database_settings()'

* Cleaned up setup.py, to match latest version of Frappe develop
2019-04-17 18:38:11 +05:30
..
mariadb fix(mariadb): refactor db setup (#7049) 2019-04-17 18:38:11 +05:30
postgres feat: add typemap for rating control 2019-03-25 16:47:28 +05:30
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: Add missing is_column_missing method (#7150) 2019-03-28 10:27:50 +05:30
db_manager.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
schema.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30