Add a fetchAll method to statement objects.
Due to not having to bounce in and out of JavaScript, this should make fetching results from SELECTs significantly faster than manually using step to iterate over the results.
Showing
build.sh
0 → 100755
deps/mpool-2.1.0/ChangeLog.1
0 → 100644
deps/mpool-2.1.0/Makefile
0 → 100644
deps/mpool-2.1.0/NEWS
0 → 100644
deps/mpool-2.1.0/README
0 → 100644
deps/mpool-2.1.0/mpool.c
0 → 100644
This diff is collapsed.
Click to expand it.
deps/mpool-2.1.0/mpool.h
0 → 100644
This diff is collapsed.
Click to expand it.
deps/mpool-2.1.0/mpool_loc.h
0 → 100644
deps/mpool-2.1.0/mpool_t.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/test-statement-fetchall.js
0 → 100644
Please
register
or
sign in
to comment