- 13 Jun, 2013 10 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Move some protected methods to public
Dane Springmeyer authored -
Avoid writing to freed memory
Dane Springmeyer authored -
Make sure the INSERT completes before trying the SELECT
Dane Springmeyer authored -
Dane Springmeyer authored
-
disable the loadExtension test which will crash when the extension is built against a different external sqlite version than the bundled one (which is likely)
Dane Springmeyer authored -
move test/tmp directory creation to sync to avoid race to create directory which will appear as'Error: done() called multiple times' - refs visionmedia/mocha#316
Dane Springmeyer authored -
Dane Springmeyer authored
-
- 28 Apr, 2013 1 commit
-
-
Unpack sqlite dep dynamically and move build node_sqlite3.node module into ./lib folder
Dane Springmeyer authored
-
- 25 Apr, 2013 4 commits
-
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
- 24 Apr, 2013 3 commits
-
-
add support for dynamically unpacking the bundled sqlite3 dep to avoid having to store the uncompressed files in git
Dane Springmeyer authored -
Dane Springmeyer authored
-
Dane Springmeyer authored
-
- 23 Apr, 2013 1 commit
-
-
Dane Springmeyer authored
-
- 21 Mar, 2013 1 commit
-
-
Tom Hughes authored
-
- 20 Mar, 2013 2 commits
-
-
Starting with version 4.8 gcc complains about attempts to pass these protected methods to NODE_SET_PROTOTYPE_METHOD as the callback.
Tom Hughes authored -
The handle here is actually the uv_async_t object named watcher that is part of the Async object so we shouldn't try and write to it after the Async object has been freed.
Tom Hughes authored
-
- 19 Mar, 2013 3 commits
-
-
Conflicts: test/fts-content.test.js test/scheduling.test.js
Konstantin Käfer authored -
Konstantin Käfer authored
-
Konstantin Käfer authored
-
- 18 Mar, 2013 3 commits
-
-
fix scheduling.test.js against variable sqlite3 versions - closes #122 (thanks @tomhughes for initial patch)
Dane Springmeyer authored -
fix the fts test added in 42aa8c88, which was not valid for expresso and must never have worked (just hung)
Dane Springmeyer authored -
Konstantin Käfer authored
-
- 12 Mar, 2013 2 commits
-
-
Updated for libuv changes in node 0.10
Konstantin Käfer authored -
Tom Hughes authored
-
- 28 Sep, 2012 5 commits
-
-
Dane Springmeyer authored
-
Updated to sqlite 3.7.13
Dane Springmeyer authored -
Dane Springmeyer authored
-
Dane Springmeyer authored
-
Dane Springmeyer authored
-
- 27 Sep, 2012 1 commit
-
-
Add note about installing node-gyp.
Dane Springmeyer authored
-
- 23 Jul, 2012 1 commit
-
-
Will White authored
-
- 22 Jul, 2012 3 commits