This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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.
Use native UPSERTs where possible #4306
Use native UPSERTs where possible #4306
Changes from all commits
03f2f75
b0c720e
092034a
82bd14e
43eef60
e1dd7fe
5c5061e
5198352
6e2e7ff
3ac5bcc
98b00e6
1e0008b
faae2e1
fd12570
7200d0a
0e54122
cb7fe83
76bc34a
f3a0ab8
1b28793
c97601f
02a52c9
54a5db3
6272d0c
6233abf
a912b6d
48c351e
c79058f
ee4a0d8
7df76f7
7a16615
cd26a90
a08154a
9ead351
1c9ef51
4e66437
aebb75a
b6d7fed
238b8d4
078535a
f92a8b3
9392c55
abf5bd3
ee92e1a
b7c3511
d53a60b
1b1d782
c542f8c
e2da664
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is going to blow up if called before
on_new_connection
. This is probably unlikely, but it may be worth defaulting it to something like0
. Or have a_can_do_native_upsert
parameter set toFalse
by default instead, and haveon_new_connection
update it when its calledThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't ever be called before we're actually connected, since it's in transaction code?