-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiling error: error: ‘sqlite_orm::internal::is_upsert_clause’ has not been declared #814 or higher #841
Comments
it is fixed in |
|
what compiler do you use? |
I'm using this: |
weird things: clang and vc++ works well. Let me fix it |
fix is here. It will be merged into |
I'm trying the Does it need any special requirements? Which sqlite3 version do I need? |
3.24.0 and higher as it told here https://www.sqlite.org/lang_conflict.html. Probably I need to add |
I updated my sqlite3 version and it worked. Thanks for your kindly support! |
Ok nice. I'll add |
hi, with dev branch, unit_tests fails, btw when will the stable version be released? |
Hi. Looks like journal mode is altered inside a database file in your file system. Check out that file using other SQLite clients. Filename is |
|
Hi, I'm having problems compiling the recent versions. It works well for me until Merge #813, the higher versions throws me this error:
sqlite_orm/sqlite_orm.h:10077:25: error: sqlite_orm::internal::is_upsert_clause’ has not been declared using
internal::is_upsert_clause;`It seems to be related to the upsert feature, that is indeed what I'm trying to test on my project. What should I do? Is there any other approach to meet upsert? Thanks for your support and your amazing work.
The text was updated successfully, but these errors were encountered: