gnu-social/lib/database
Alexei Sorokin 7081720ecb [DATABASE] Check SQL boolean values with "IS TRUE"
This way UNKNOWN (NULL) explicitly turns to FALSE when three-valued logic is
reduced to binary.
In pgsqlschema, however, use "IS FALSE" as boolean attributes in pg_index are
non-nullable, there is no outer join and there's no clear preference for NULL
reduction.

Over-complicated constructions in TagCloud queries have been simplified, which
should not affect their performance.

Additionally, in TagCloud's lib/subscriptionspeopleselftagcloudsection.php
a typing mistake in an equi-join of "profile_tag" and "profile_list" on
"tagger" was fixed.
That regression was introduced in f446db8e2a
2020-07-21 18:06:39 +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 [DATABASE] Check SQL boolean values with "IS TRUE" 2020-07-21 18:06:39 +03:00
pgsqlschema.php [DATABASE] Check SQL boolean values with "IS TRUE" 2020-07-21 18:06:39 +03:00
schema.php [SCHEMA] Improve timestamp storage 2020-06-29 01:41:46 +03:00
schemaupdater.php [DATABASE] Start transactions with START TRANSACTION 2020-06-08 12:25:01 +03:00
tabledef.php [LIB_REFACTOR] Moving files into separate semantic categories 2019-09-03 03:33:13 +01:00