Unverified Commit d07c8ab8 by Kewde Committed by GitHub

Merge pull request #1088 from bruce-one/sqlite-3.26.0

Sqlite 3.26.0.
parents 8256e48b 924cf56b
......@@ -52,7 +52,7 @@ db.close();
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
- Big test suite
- Written in modern C++ and tested for memory leaks
- Bundles Sqlite3 3.24.0 as a fallback if the installing system doesn't include SQLite
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite
# API
......
{
'variables': {
'sqlite_version%':'3240000',
'sqlite_version%':'3260000',
"toolset%":'',
},
'target_defaults': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment