seitime-frappe/frappe/database/postgres
Gavin D'souza bcfa8c276e fix: Set default port attribute for Database classes
db.default_port wil be available as a class attribute to hold defaults
for DB types.

Usage: frappe.conf.db_port or frappe.db.default_port
Why: I couldn't run the mariadb command because the defaults aren't set
for my system. server is remote / containerized. Setting port in
equivalent mysql command fixes this.
2022-07-22 13:16:26 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: Set default port attribute for Database classes 2022-07-22 13:16:26 +05:30
framework_postgres.sql fix: set translated text to link field (#15451) 2022-05-16 13:21:42 +00:00
schema.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
setup_db.py fix(postgres): end transaction before DDL 2022-07-05 17:43:02 +05:30