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