gnu-social/lib/database
Alexei Sorokin a38c608420 [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.
2020-08-01 19:05:48 +03:00
..
columndef.php [LIB_REFACTOR] Fix minor issues 2019-10-19 00:51:52 +01:00
dberroraction.php [LIB_REFACTOR] Fix requires 2019-09-03 03:33:13 +01:00
mysqlschema.php [SCHEMA] Better DBMS information fetching 2020-08-01 19:05:48 +03:00
pgsqlschema.php [SCHEMA] Better DBMS information fetching 2020-08-01 19:05:48 +03:00
schema.php [SCHEMA] Fix a few mistakes 2020-07-31 18:24:12 +03:00
schemaupdater.php [DATABASE][Schema_version] Change the hashing algorithm to SHA3-512 2020-07-23 18:16:56 +03:00
tabledef.php [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00