1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected 3 months ago.
Apr 30, 2024 — Apr 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix npm install problem More... over 14 years ago
Bump version More... over 14 years ago
Bundle our own SQLite3 source file. More... over 14 years ago
Added a test for error handling in Statement::fetchAll. More... over 14 years ago
Added error handling to Statement::FetchAll. More... over 14 years ago
Add blob read/write support. More... over 14 years ago
Fix a bug in insertMany More... almost 15 years ago
Set a timeout for retries when we get SQLITE_BUSY More... almost 15 years ago
Version bump More... almost 15 years ago
Add an insertMany method More... almost 15 years ago
Tweak Database#execute binding More... almost 15 years ago
Show good practice of cleaning up after statements in README More... almost 15 years ago
Update version More... almost 15 years ago
Add a Database#execute that, given some SQL, fetches all rows. More... almost 15 years ago
Clean up tests More... almost 15 years ago
Add a createTable function to the common test code. More... almost 15 years ago
Don't bother to create a memory pool if there are no results More... almost 15 years ago
Clean up README More... almost 15 years ago
Add Database#executeScript and clean up sqlite.js More... almost 15 years ago
Add error param to example in README More... almost 15 years ago
Update package.json More... almost 15 years ago
Use a linked list for `statement.step` More... almost 15 years ago
Pull out some common test code More... almost 15 years ago
Put struct definitions in header More... almost 15 years ago
Pull out insertMany into a common test lib More... almost 15 years ago
Update README and package.json More... almost 15 years ago
Make the deps from the node-waf script automatically More... almost 15 years ago
Add a fetchAll method to statement objects. More... almost 15 years ago
Free all of the bind pairs, not just the first More... almost 15 years ago
Fix http://github.com/orlandov/node-sqlite/issues#issue/5 More... almost 15 years ago