-
looking at tests\column_tests.cpp, what is a generated column? has this something to do with a default value? what is generated_always_as() ? what is the difference between that and just as()? auto column = make_column("age", &User::age, generated_always_as(add(&User::id, 5)));
REQUIRE(column.is_generated()); thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
fnc12
Feb 8, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
trueqbit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.sqlite.org/gencol.html