Releases: WordPress/sqlite-database-integration
Releases · WordPress/sqlite-database-integration
v2.2.12
v2.2.11
v2.2.10
v2.2.9
v2.2.8
v2.2.7
What's Changed
- New SQLite driver (experimental):
- Add support for
FOREIGN KEYconstraints inCREATE TABLEby @JanJakes in #237 - Add support for
REFECENCESclause inCREATE TABLEcolumn definitions by @JanJakes in #237 - Add support for
ADD FOREIGN KEYclause inALTER TABLEby @JanJakes in #237 - Add support for
DROP FOREIGN KEYclause inALTER TABLEby @JanJakes in #237 - Add support for
DROP PRIMARY KEYclause inALTER TABLEby @JanJakes in #237 - Add support for
DROP CONSTRAINTclause inALTER TABLEby @JanJakes in #237 - Resolve ambiguous column names in
ORDER BYby @JanJakes in #232 - Run WordPress E2E tests by @JanJakes in #220
- Add Query Monitor E2E test by @JanJakes in #220
- Add support for
Full Changelog: v2.2.6...v2.2.7
v2.2.6
v2.2.5
What's Changed
- New SQLite driver (experimental):
- Add support for
LOCKandUNLOCKstatements by @JanJakes in #221 - Add support for transaction savepoints (
SAVEPOINT,ROLLBACK TO,RELEASE SAVEPOINT) by @JanJakes in #221 - Improve verification of internal identifier names by @JanJakes in #221
- Improve Query Monitor setup to better support multisite installs by @JanJakes in #222
- Add support for
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- New SQLite driver (experimental):
- Add support for MySQL user variables by @JanJakes in #214
- Add basic support for MySQL system variables by @JanJakes in #214
- Add better support for
SETstatements by @JanJakes in #214 - Add Query Monitor support by @JanJakes in #212 and #217
- Add support for
INFORMATION_SCHEMA.SCHEMATAtable andSHOW DATABASESstatement by @JanJakes in #213 - Use
utf8mb4_0900_ai_cias the default collation as per MySQL 8 by @JanJakes in #213 - Require using session database name and verify its value by @JanJakes in #213
- Use correct MySQL-compatible result column names in all scenarios by @JanJakes in #214
- Fix
LIKEinSHOW COLUMNbeing applied to table name instead of column name by @JanJakes in #211 - Add a test for more complex information schema queries by @JanJakes in #208
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- New SQLite driver (experimental):
- Make nullable
$previousoptional inclass-wp-sqlite-information-schema-exception.phpby @adamziel in #199 - Use SQLite driver in
WpdbExposedMethodsForTestingby @JanJakes in #201 - Use default value when
DB_NAMEconstant is not defined by @JanJakes in #203 - Don't require WordPress to be fully loaded in WP CLI by @JanJakes in #205
- Make nullable
Full Changelog: v2.2.2...v2.2.3