gnu-social/lib/database
Alexei Sorokin caac2cea44 [SCHEMA] Better DBMS information fetching
On PostgreSQL:
  - Parse defaults for strings and booleans properly.
  - Parse the "serial" definition type properly.
  - Get information on the "enum" definition type.
  - Re-work getting information about keys/indices.

On MariaDB:
  - Get information about lengths in indices.
  - Get foreign key information separately from the rest as they can have
    colliding names.
2021-07-16 19:44:38 +01:00
..
columndef.php [LIB_REFACTOR] Fix minor issues 2021-07-16 19:44:35 +01:00
dberroraction.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
mysqlschema.php [SCHEMA] Better DBMS information fetching 2021-07-16 19:44:38 +01:00
pgsqlschema.php [SCHEMA] Better DBMS information fetching 2021-07-16 19:44:38 +01:00
schema.php [SCHEMA] Fix a few mistakes 2021-07-16 19:44:38 +01:00
schemaupdater.php [DATABASE][Schema_version] Change the hashing algorithm to SHA3-512 2021-07-16 19:44:37 +01:00
tabledef.php [LIB_REFACTOR] Moving files into separate semantic categories 2021-07-16 19:44:34 +01:00