Merged
Conversation
Contributor
ez-plugins
commented
Apr 22, 2026
- Added PostgreSQL support
- Split query and dialect documentation into multiple, more clear documentation files
- sql-dialects.md: add POSTGRESQL to overview table, usage example, dialect matrix, AbstractSqlDialect section, and interface table - conditions.md: add ILIKE/NOT_ILIKE to Operator table and builder method reference table - dml-builders.md: add RETURNING clause section with DELETE/INSERT/UPDATE examples; add returning() to InsertBuilder, UpdateBuilder, DeleteBuilder method reference tables - index.md: bump badges and version snippet to 1.1.0, update operator count (16→18), dialect list (Three→Four, add POSTGRESQL), docs table - installation.md: bump Maven, Gradle, and GitHub Packages version snippets from 1.0.4 to 1.1.0
Queries (nav_order 3, has_children): - queries/select.md — SELECT builder (was query-builder.md) - queries/insert.md — InsertBuilder - queries/update.md — UpdateBuilder - queries/delete.md — DeleteBuilder - queries/create.md — CreateBuilder (replaces query-builder.md + dml-builders.md) SQL Dialects (nav_order 6, has_children): - dialects/standard.md — ANSI / no quoting - dialects/mysql.md — back-tick quoting, DELETE LIMIT - dialects/sqlite.md — double-quote quoting, DELETE LIMIT - dialects/postgresql.md — double-quote, ILIKE, RETURNING (replaces sql-dialects.md) - Remove query-builder.md, dml-builders.md, sql-dialects.md - Shift nav_order of conditions (5→4), subqueries (6→5), configuration (8→7), in-memory (9→8), exceptions (10→9), api-reference (11→10) - Update docs/index.md table links to new paths
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.