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

Beta #2149

Merged
merged 46 commits into from
Apr 11, 2024
Merged

Beta #2149

merged 46 commits into from
Apr 11, 2024

Conversation

dankochetov
Copy link
Contributor

No description provided.

dankochetov and others added 30 commits March 20, 2024 21:04
Add setWhere and targetWhere to on conflict clause in Postgres, fix where location for on conflict do nothing
dankochetov and others added 16 commits April 7, 2024 10:57
Currently, trying to insert text[] or any other kind of array fails in data-api
This is a workaround for that by manually casting array params.
update

Previously, I was doing automatic casting for arrays for insert and not update.
Fixed this
mapToDriverValue function

Previously, I manually converted array to driver string value. However,
after further inspection I realised it was better to use column mapToDriverValue
function.
My previous changes in test file broke a couple tests. I've fixed this now
[Pg] Add insert/update array support in aws-data-api
@dankochetov dankochetov merged commit 4706ad1 into main Apr 11, 2024
9 checks 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.

4 participants