Skip to content

feat: Enhance SQL compilation for delete and update operations in Pos…#24

Merged
trheyi merged 1 commit into
YaoApp:mainfrom
trheyi:main
Apr 6, 2026
Merged

feat: Enhance SQL compilation for delete and update operations in Pos…#24
trheyi merged 1 commit into
YaoApp:mainfrom
trheyi:main

Conversation

@trheyi

@trheyi trheyi commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

…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.

…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.
@trheyi trheyi merged commit a1b2a9b into YaoApp:main Apr 6, 2026
1 check was pending
@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

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.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

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.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

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.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

Thank you for the PR! The test workflow ( GO:1.24 DB:SQLite3 is running, the results of the run will be commented later.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

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.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

✨DONE✨ GO:1.24 DB:SQLite3 passed.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

✨DONE✨ GO:1.24 DB:MySQL5.7 passed.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

✨DONE✨ GO:1.24 DB:MySQL8.0 passed.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

✨DONE✨ GO:1.24 DB:Postgres9.6 passed.

@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

✨DONE✨ GO:1.24 DB:Postgres14.0 passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant