sqlite_orm
sqlite_orm copied to clipboard
build error
when i build ,get blower error: tests/is_column_with_insertable_primary_key.cpp:11:104: error: template argument 3 is invalid
how fix it
what's your compiler version and build steps?
i import sqlite_orm.h in qt pro ,my compiler info is: gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~18.04)
looks like you have a typo somewhere in make_storage call. Please show your make_storage call and also show this line tests/is_column_with_insertable_primary_key.cpp:11:104: error: template argument 3 is invalid to get more context
@myhaquanwen did it work? It you still facing this issue please share make_storage code
@myhaquanwen did it work? It you still facing this issue please share
make_storagecode Qt SDK version 6.7.2 Microsoft C/C++ Compiler (x64) version 19.36.32546 When I upgraded to the latest version of Visual Studio, I can't compile anymore. Error C2653: 'cte_mapper_type' is not a class or namespace name
Single use sqlite_orm is fine
still need more details cause we are unable to repro it. Closing due to inactivity. Please feel free to reopen if somebody still facing this issue and provides new details for repro this