feat: Enhance SQL compilation for delete and update operations in Pos…#24
Conversation
…tgreSQL and SQLite3 - Implemented custom SQL compilation logic for delete and update queries in both PostgreSQL and SQLite3 grammars, allowing for improved handling of query structures without joins and limits. - Added new test cases to validate the functionality of delete and update operations, including scenarios with JSON conditions and limits. - Refactored existing methods to streamline query compilation and ensure consistent behavior across different database implementations.
|
Thank you for the PR! The test workflow ( GO:1.24 DB:Postgres9.6 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:Postgres14.0 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:MySQL8.0 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:SQLite3 is running, the results of the run will be commented later. |
|
Thank you for the PR! The test workflow ( GO:1.24 DB:MySQL5.7 is running, the results of the run will be commented later. |
|
✨DONE✨ GO:1.24 DB:SQLite3 passed. |
|
✨DONE✨ GO:1.24 DB:MySQL5.7 passed. |
|
✨DONE✨ GO:1.24 DB:MySQL8.0 passed. |
|
✨DONE✨ GO:1.24 DB:Postgres9.6 passed. |
|
✨DONE✨ GO:1.24 DB:Postgres14.0 passed. |
…tgreSQL and SQLite3