Skip to content
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
merged 11 commits into from
Aug 30, 2024
Merged

feat(release): support for Postgres and MariaDB #380

merged 11 commits into from
Aug 30, 2024

Conversation

MrSwitch
Copy link
Member

No description provided.

MrSwitch and others added 11 commits July 5, 2024 17:58
* 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 MrSwitch changed the title chore(release): support for Postgres and MariaDB feat(release): support for Postgres and MariaDB Aug 30, 2024
@MrSwitch MrSwitch merged commit f38e5e3 into main Aug 30, 2024
14 checks passed
@5app-Machine
Copy link
Contributor

🎉 This PR is included in version 0.90.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@5app-Machine
Copy link
Contributor

🎉 This PR is included in version 0.91.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@5app-Machine
Copy link
Contributor

🎉 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants