0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update Makefile according to @kripken advices. Compile with a more recent version of emscripten. More... almost 10 years ago
extend list of new features More... about 10 years ago
Add ability to save and load a database. More... about 10 years ago
Add informations about whats new in the fork More... about 10 years ago
change title More... about 10 years ago
Reflect code changes More... about 10 years ago
Better GUI More... about 10 years ago
Correct dependencies More... about 10 years ago
Remove warnings More... about 10 years ago
clean. Use clang More... about 10 years ago
Correct printf format More... about 10 years ago
Set to /usr/bin if not previously set. Allows to run 'make' instead of 'emmake make' More... about 10 years ago
add benchmark.html More... over 10 years ago
emit js and html benchmarks More... almost 11 years ago
move and update Makefile More... almost 11 years ago
update link to demo More... almost 11 years ago
update sqlite to 3.7.17 More... almost 11 years ago
Update README.md More... almost 11 years ago
Merge pull request #18 from mikesmullin/stable More... about 11 years ago
add .npmignore More... over 11 years ago
Update README.md More... over 11 years ago
bumping version More... over 11 years ago
thats not why the db gets blanked. i guess node is being interrupted during the file write operation More... over 11 years ago
convert string "(null)" to actual NULL. also refuse to save db if buffer.length is 0; because for some reason it happens a lot when node is restarted unexpectedly, and if we save we will effectively be emptying our database and lose data. More... over 11 years ago
make multiple statement parsing optional and disabled by default. it messes up when you are trying to insert a string with a semicolon in it, and therefore should be used with caution. More... over 11 years ago
Update README.md More... over 11 years ago
working with binary save and load More... over 11 years ago
fix parameters to sqlite and add a test for what was broken before More... about 12 years ago
add demo link More... about 12 years ago
test doc More... about 12 years ago