sqlite-database-integration icon indicating copy to clipboard operation
sqlite-database-integration copied to clipboard

Support UNION queries

Open adamziel opened this issue 1 year ago • 0 comments

There's a proposal to add a UNION query to WordPress core: https://core.trac.wordpress.org/ticket/61097. Also, a fair share of plugins use UNION queries: https://wpdirectory.net/search/01HWQ4DT6Y1QP8W0DJ8GMZJJZ6

The SQLite integration plugin should support those, too.

To get there, we might need to resolve this issue first:

  • https://github.com/WordPress/sqlite-database-integration/issues/106

adamziel avatar Apr 30 '24 09:04 adamziel