Commit 924cf56b by Bryce Gibson

Sqlite 3.26.0.

parent 8256e48b
...@@ -52,7 +52,7 @@ db.close(); ...@@ -52,7 +52,7 @@ db.close();
- [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions) - [Extension support](https://github.com/mapbox/node-sqlite3/wiki/Extensions)
- Big test suite - Big test suite
- Written in modern C++ and tested for memory leaks - 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 # API
......
{ {
'variables': { 'variables': {
'sqlite_version%':'3240000', 'sqlite_version%':'3260000',
"toolset%":'', "toolset%":'',
}, },
'target_defaults': { '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