0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
API CHANGE. Update db.exec, and add db.run db.exec now return the values in their original type, and not only as strings More... almost 10 years ago
export compiled functions in a separate coffee file More... almost 10 years ago
Publish on npm More... almost 10 years ago
Add travis build status More... almost 10 years ago
Add the test database file More... almost 10 years ago
Update package.json More... almost 10 years ago
Only test against node O.10 More... almost 10 years ago
Add travis configuration file More... almost 10 years ago
Improve test infrastructure More... almost 10 years ago
Update sql.js to match previous changes in api.coffee More... almost 10 years ago
Improve build infrastructure More... almost 10 years ago
Split API code and data More... almost 10 years ago
Free memory used by bound parameters manually. We can't use SQLite callbacks because we can only create a limited number of javascript callback functions. More... almost 10 years ago
test UTF8 text (with 粵語😄) More... almost 10 years ago
Add a package.jon More... almost 10 years ago
Add a test to test error throwing More... almost 10 years ago
Free all related statements before closing a database. More... almost 10 years ago
Reflect the recent new features in the API to the README More... almost 10 years ago
set the pointer to a statement to NULL when it's free() method is called. This prevents the use of a statement that is no more valid. More... almost 10 years ago
Present stmt.getAsObject() More... almost 10 years ago
Add Statement.getColumnNames and Statement.getAsObject More... almost 10 years ago
Rename test_api to test_statemnt, and remove general database testing from it More... almost 10 years ago
Add separate test for the Database class More... almost 10 years ago
Remove GUI from master. It's still in the branch gh-pages. More... almost 10 years ago
Add link to the GUI More... almost 10 years ago
Add link to docs More... almost 10 years ago
Update README with blob example More... almost 10 years ago
Update README with examples More... almost 10 years ago
Remove old coffee file More... almost 10 years ago
commit shell files (they avoid leaking variable to the global namespace) More... almost 10 years ago