Skip to content

Comments

make distclean should also delete sqlite3session.h#33

Closed
tjyang wants to merge 2 commits intotursodatabase:mainfrom
learnrust:main
Closed

make distclean should also delete sqlite3session.h#33
tjyang wants to merge 2 commits intotursodatabase:mainfrom
learnrust:main

Conversation

@tjyang
Copy link
Contributor

@tjyang tjyang commented Oct 6, 2022

per #30

@penberg
Copy link
Collaborator

penberg commented Oct 6, 2022

Makes sense, @psarna?

@psarna
Copy link
Contributor

psarna commented Oct 6, 2022

Yes it does! But I'll merge manually in a few minutes to avoid the merge commit

@psarna psarna closed this in d24f2bb Oct 6, 2022
@psarna
Copy link
Contributor

psarna commented Oct 6, 2022

Merged, thanks!

MarinPostma added a commit that referenced this pull request Oct 17, 2023
33: batch query r=penberg a=MarinPostma

Add support for batch queries

This was more work than I expected, because of the different protocols we support and different modes of operations. Queries are always batched now (singular queries are in batches on 1).

If any statement in the batch does not parse, then the whole batch is rejected.

fix #18 

Co-authored-by: ad hoc <postma.marin@protonmail.com>
MarinPostma added a commit that referenced this pull request Oct 17, 2023
34: prevent interactive txn http r=penberg a=MarinPostma

depends on #33 
close #28


Co-authored-by: ad hoc <postma.marin@protonmail.com>
MarinPostma added a commit that referenced this pull request Oct 17, 2023
62: disable postgres r=penberg a=MarinPostma

disable postgres protocol by default, and make HTTP the default instead (listen on 127.0.0.1:8080).

fix #33


Co-authored-by: ad hoc <postma.marin@protonmail.com>
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.

3 participants