seitime-frappe/frappe/database/postgres
gavin 8ffdc2d465 refactor(minor): PostgresDatabase's exceptions
Focus on Non-blocking Postgres exception checking by:

* Use safe getattr to fetch pgcode instead
* Use psycopg errorcodes module to use named variables instead of direct
  codes...for way superior readability xD

Also, moved exceptions out of the main class - just code separation, no
namespace change.
2022-05-25 14:09:31 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py refactor(minor): PostgresDatabase's exceptions 2022-05-25 14:09:31 +05:30
framework_postgres.sql fix: set translated text to link field (#15451) 2022-05-16 13:21:42 +00:00
schema.py refactor(minor): convert change_name_type_and_make_sequence function to setup_autoincrement_and_sequence method 2022-05-13 00:03:19 +05:30
setup_db.py refactor: Fix flake8 issues 2022-05-19 15:34:35 +05:30