Skip to content

parse: unconditionally support CREATE FUNCTION in the grammar#149

Merged
penberg merged 1 commit into
tursodatabase:mainfrom
psarna:createfu
Mar 28, 2023
Merged

parse: unconditionally support CREATE FUNCTION in the grammar#149
penberg merged 1 commit into
tursodatabase:mainfrom
psarna:createfu

Conversation

@psarna

@psarna psarna commented Mar 28, 2023

Copy link
Copy Markdown
Contributor

In order to keep the grammar definition identical between Wasm and non-Wasm builds, let's support CREATE FUNCTION syntax uncondtionally - it will simply inform the users that user-defined functions support wasn't compiled in, if it wasn't.

In order to keep the grammar definition identical between
Wasm and non-Wasm builds, let's support CREATE FUNCTION syntax
uncondtionally - it will simply inform the users that user-defined
functions support wasn't compiled in, if it wasn't.
@psarna psarna requested a review from penberg March 28, 2023 06:37
@penberg

penberg commented Mar 28, 2023

Copy link
Copy Markdown
Collaborator

We are no longer strictly compatible with SQLite after this patch. I think that's fine, which is why I am merging this, but just wanted to say this out loud to be explicit about it.

@penberg penberg merged commit 63e726d into tursodatabase:main Mar 28, 2023
MarinPostma added a commit that referenced this pull request Oct 17, 2023
149: http params: support bool r=MarinPostma a=MarinPostma

Support for bools in http params

close #146 

151: Include content-type header for query response. r=MarinPostma a=BearLemma

One thing I'm not sure about is whether it's necessary to include the encoding in the header as well 🤔 

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

2 participants