-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(release): support for Postgres and MariaDB #380
Merged
Conversation
This file contains 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
* feat(postgres): initial integration test implementation * style: prettier * chore: replace MYSQL_VERSION with DB_ENGINE * fix(postgres): conditionally remove backticks and alias from UPDATE ... SET fields, #339 * fix(postgres): conditionally ON CONFLICT ... DO UPDATE SET... #339 * fix(postgres): double quote field aliases, #339 * fix(postgres): replace IF -> Case, JSON_ARRAY with NULL IN NULL, #339 * fix(postgres): only use _rowid for MySQL DB, #339 * test(integration): update get.spec, noissue * test(integration): postgres json tweaks, #339 * fix: mysql 5.7 use IF in JSON_ARRAYAGG, #339 * fix(postgres): fulltext via tsvector, #339 * fix(postgres): use ILIKE instead of LIKE, #339 * test(postgres): fix streaming tests, #339 * fix(postgres): support JSON filtering, #339 * fix(postgres): create a standard indentifier wrapper, #339 * fix(postgres): perfor INSERT...ON CONFLICT DO.. fix #339 * fix(postgres): use subquery conditions instead of JOINs on patch/delete, #339 * fix(postgres): deconstruct arrays in prepared statements, #339 * fix(postgres): pass through DB engine as an option to Dare, #339 * fix(postgres): fix INSERT use of SQL Template function, #339 * fix(postgres): apply RETURNING rowid to INSERT, #339 * fix(postgres): cleanup joinDetails, noissue * fix(postgres): update readme, #339 * style(prettier): npx prettier --write ., noissue * docs(readme): update options definition
# [0.89.0](v0.88.3...v0.89.0) (2024-07-05) ### Features * **postgres:** initial integration test implementation ([#338](#338)) ([9e81d0c](9e81d0c)), closes [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339) [#339](#339)
feat(mariadb): add support for MariaDB
# [0.90.0](v0.89.0...v0.90.0) (2024-07-05) ### Features * **mariadb:** add support for MariaDB ([0e9c8b9](0e9c8b9))
## [0.90.1](v0.90.0...v0.90.1) (2024-08-02) ### Bug Fixes * **ts:** add Engine string type pattern, noissue ([9cf7313](9cf7313))
## [0.90.2](v0.90.1...v0.90.2) (2024-08-02) ### Bug Fixes * **patch:** remove space between alias name and set value, noissue ([8876b85](8876b85))
* chore(deps): npm update, noissue * chore(deps): move husky to dev-dep, noissue
MrSwitch
changed the title
chore(release): support for Postgres and MariaDB
feat(release): support for Postgres and MariaDB
Aug 30, 2024
🎉 This PR is included in version 0.90.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.91.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.91.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
No description provided.