Pinned issues
Issues
- 8
`SQLITE_DQS` Compile Option
#1269 opened by figaro-smartotum - 4
Windows linker error SQLite3
#1263 opened by adamski - 7
Memory buffer instead of a file
#1352 opened by Teles1 - 2
- 6
build error
#1343 opened by myhaquanwen - 1
Support for setting the locking mode
#1342 opened by vgdmachine - 2
user self define sql
#1344 opened by myhaquanwen - 1
Cannot convert condition to tuple in `mapped_view`
#1346 opened by stevenwdv - 4
max_page_count pragma doesn't work
#1351 opened by akrisfx - 1
how to set max_page_count
#1349 opened by akrisfx - 3
vs2017 build failed
#1301 opened by godmaycrying - 2
- 4
Issue: Incorrect Version Macro Check in `sqlite_orm.h` #define _LIBCPP_VERSION
#1317 opened by FreeSoaring - 5
Why not reurn int64 for insert method?
#1332 opened by shuai132 - 9
IF EXISTS: Is it possible?
#1324 opened by trevornagy - 0
- 9
- 2
Aliases with group_by & order_by clauses
#1326 opened by baderouaich - 3
Aggregate function in example seems to work incorrectly
#1312 opened by juandent - 8
Support for returning objects inside columns
#1273 opened by trevornagy - 1
SQLITE_VERSION_NUMBER used prior to include
#1322 opened by trevornagy - 3
- 3
transaction_guard: Ability to specify transaction type
#1305 opened by trevornagy - 4
How to select a NULL value for a column in a select?
#1306 opened by juandent - 1
API has changed a bit : what is c<Type>?
#1275 opened by juandent - 29
- 6
PRAGMA options
#1299 opened by trevornagy - 6
sqlite-orm fails to compile under uwp
#1252 opened by jimwang118 - 2
Sqlcipher compatibility
#1298 opened by DeHby - 5
Delete a foreign key
#1246 opened by yotamkr - 4
How to chain/assign conditions?
#1287 opened by figaro-smartotum - 10
Corrupted Databases
#1274 opened by jakemumu - 2
Throwing std::system_error on sync_schema() ("SQL logic error") — syntax error?
#1289 opened by Yarosl-M - 11
sync_schema_simulate when used with triggers
#1280 opened by trevornagy - 2
why is this WITH not recursive?
#1276 opened by juandent - 3
Do not understand select statement generation
#1272 opened by juandent - 2
Failed to compile origin/dev branch using GCC 8.3
#1270 opened by 13927783203 - 2
Cannot Build my project
#1268 opened by aniket-ray - 0
- 6
compile error with gcc 5.3.1
#1262 opened by DanielMues - 12
add column sync_schema will recreate table
#1261 opened by frankz61 - 8
I need to store a vector of vector<std::string> as a field in a persistent class, how can I do this?
#1255 opened by juandent - 2
C:\src\sqlite_orm\tests\schema\virtual_table.cpp(6): exception: no such module: FTS5: SQL logic error
#1253 opened by juandent - 1
"no such table" error on existing database
#1245 opened by adamski - 4
Cannot bind with getters and setters when inherited
#1207 opened by vahagnIV - 12
Use of recent sqlite_orm setting primary_key().autoincrement() does not compile
#1212 opened by juandent - 1
怎样定义 make_storage 返回模板类型 的 c++类成员变量
#1240 opened by 18871434218 - 10
Templated Storage Schema - Compilation Issues
#1225 opened by revred - 4
Invalid order by order
#1211 opened by liwei1024 - 1
How to write CMake to link SQLite3 statically?
#1205 opened by Octavian-Zhang