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: Add simple queries feature flag #660

Merged
merged 2 commits into from
May 29, 2024
Merged

feat: Add simple queries feature flag #660

merged 2 commits into from
May 29, 2024

Conversation

BobdenOs
Copy link
Contributor

@BobdenOs BobdenOs commented May 29, 2024

In the case of SQLite the simple queries are mostly compatible. When a boolean column is selected it is not considered a simple query as the result would be "true" | "false" which are both truthy.

In the case of Postgres a lot of number results are numbers where strings are expected and strings where numbers are expected.

@BobdenOs BobdenOs enabled auto-merge (squash) May 29, 2024 12:15
@BobdenOs BobdenOs merged commit 3335202 into main May 29, 2024
4 of 6 checks passed
@BobdenOs BobdenOs deleted the sql-simple-queries branch May 29, 2024 12:17
@cap-bots cap-bots mentioned this pull request May 29, 2024
BobdenOs pushed a commit that referenced this pull request May 29, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>db-service: 1.10.0</summary>

##
[1.10.0](db-service-v1.9.2...db-service-v1.10.0)
(2024-05-29)


### Added

* Add simple queries feature flag
([#660](#660))
([3335202](3335202))
</details>

<details><summary>postgres: 1.9.0</summary>

##
[1.9.0](postgres-v1.8.0...postgres-v1.9.0)
(2024-05-29)


### Added

* Add simple queries feature flag
([#660](#660))
([3335202](3335202))
</details>

<details><summary>hana: 0.5.0</summary>

##
[0.5.0](hana-v0.4.0...hana-v0.5.0)
(2024-05-29)


### Added

* simple queries ([#654](#654))
([ba77f9e](ba77f9e))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
This was referenced Jul 18, 2024
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.

None yet

2 participants