You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://www.paypal.me/SRombauts"title="Pay Me a Beer! Donate with PayPal :)"><imgsrc="https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png"width="118"></a>
26
27
27
28
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
@@ -40,7 +41,7 @@ but none of those are mandatory.
40
41
SQLite is a library that implements a serverless transactional SQL database engine.
41
42
It is the most widely deployed SQL database engine in the world.
42
43
All of the code and documentation in SQLite has been dedicated to the public domain by the authors.
A CMake configuration file is also provided for multi-platform support and testing.
146
147
@@ -188,7 +189,7 @@ it's that you lack the "sqlite3" library: install the libsqlite3-dev package.
188
189
189
190
If you get a single linker error "Column.cpp: undefined reference to sqlite3_column_origin_name",
190
191
it's that your "sqlite3" library was not compiled with
191
-
the SQLITE_ENABLE_COLUMN_METADATA macro defined (see http://www.sqlite.org/compile.html#enable_column_metadata).
192
+
the SQLITE_ENABLE_COLUMN_METADATA macro defined (see [http://www.sqlite.org/compile.html#enable_column_metadata](http://www.sqlite.org/compile.html#enable_column_metadata)).
192
193
You can either recompile it yourself (seek help online) or you can comment out the following line in src/Column.h:
193
194
194
195
```C++
@@ -203,13 +204,13 @@ It is also tested in the same way under Windows Server 2012 R2 with Visual Studi
203
204
using the AppVeyor continuous integration service.
<ahref="https://www.paypal.me/SRombauts"title="Pay Me a Beer! Donate with PayPal :)"><imgsrc="https://www.paypalobjects.com/webstatic/paypalme/images/pp_logo_small.png"width="118"></a>
27
27
28
28
Distributed under the MIT License (MIT) (See accompanying file LICENSE.txt
0 commit comments