Releases: WordPress/sqlite-database-integration
Releases · WordPress/sqlite-database-integration
v2.2.10
v2.2.9
v2.2.8
v2.2.7
What's Changed
- New SQLite driver (experimental):
- Add support for
FOREIGN KEY
constraints inCREATE TABLE
by @JanJakes in #237 - Add support for
REFECENCES
clause inCREATE TABLE
column definitions by @JanJakes in #237 - Add support for
ADD FOREIGN KEY
clause inALTER TABLE
by @JanJakes in #237 - Add support for
DROP FOREIGN KEY
clause inALTER TABLE
by @JanJakes in #237 - Add support for
DROP PRIMARY KEY
clause inALTER TABLE
by @JanJakes in #237 - Add support for
DROP CONSTRAINT
clause inALTER TABLE
by @JanJakes in #237 - Resolve ambiguous column names in
ORDER BY
by @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
LOCK
andUNLOCK
statements 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
SET
statements by @JanJakes in #214 - Add Query Monitor support by @JanJakes in #212 and #217
- Add support for
INFORMATION_SCHEMA.SCHEMATA
table andSHOW DATABASES
statement by @JanJakes in #213 - Use
utf8mb4_0900_ai_ci
as 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
LIKE
inSHOW COLUMN
being 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
$previous
optional inclass-wp-sqlite-information-schema-exception.php
by @adamziel in #199 - Use SQLite driver in
WpdbExposedMethodsForTesting
by @JanJakes in #201 - Use default value when
DB_NAME
constant 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