gnu-social/lib/database
Alexei Sorokin 01093e3583 [DATABASE][MariaDB] Always use LONGBLOB for "blob"
"blob" is practically used with the expectation of unlimited length, which is
true with PostgreSQL's bytea, but not with MariaDB's BLOB, which is limited to
64KiB.
So instead use LONGBLOB, which has a maximum of 4GiB, effectively unlimited.
2021-07-16 19:44:40 +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 [DATABASE][MariaDB] Always use LONGBLOB for "blob" 2021-07-16 19:44:40 +01:00
pgsqlschema.php [DATABASE][MariaDB] Always use LONGBLOB for "blob" 2021-07-16 19:44:40 +01:00
schema.php [DATABASE] Enable fulltext search by default 2021-07-16 19:44:40 +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