mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 02:06:02 -04:00
Layout of the Troubleshooting section
This commit is contained in:
parent
b1a8e45b20
commit
c5828d8787
@ -112,7 +112,10 @@ If you get a single linker error "Column.cpp: undefined reference to sqlite3_col
|
||||
it's that your "sqlite3" library was not compiled with
|
||||
the SQLITE_ENABLE_COLUMN_METADATA macro defined (see http://www.sqlite.org/compile.html#enable_column_metadata).
|
||||
You can either recompile it yourself (seek help online) or you can comment out the following line in src/Column.h:
|
||||
|
||||
```C++
|
||||
#define SQLITE_ENABLE_COLUMN_METADATA
|
||||
```
|
||||
|
||||
### Continuous Integration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user