Skip to content

What does the Deterministic flag in the functions editor do? #4839

Answered by pawelsalawa
ve3meo asked this question in Q&A
Discussion options

You must be logged in to vote

It's a feature of SQLite. See https://sqlite.org/c3ref/c_deterministic.html#sqlitedeterministic
Basically, if you want to use a function in GENERATED column constraint, such function has to be deterministic and should actually comply with being deterministic (again - see link above for details).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ve3meo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants