Skip to content

Commit 4ffdccf

Browse files
committed
wip: async statement run and get
1 parent 022cc51 commit 4ffdccf

File tree

4 files changed

+431
-155
lines changed

4 files changed

+431
-155
lines changed

src/env_properties.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@
488488
V(shutdown_wrap_template, v8::ObjectTemplate) \
489489
V(socketaddress_constructor_template, v8::FunctionTemplate) \
490490
V(sqlite_statement_sync_constructor_template, v8::FunctionTemplate) \
491+
V(sqlite_statement_async_constructor_template, v8::FunctionTemplate) \
491492
V(sqlite_statement_sync_iterator_constructor_template, v8::FunctionTemplate) \
492493
V(sqlite_session_constructor_template, v8::FunctionTemplate) \
493494
V(streambaseentry_ctor_template, v8::FunctionTemplate) \

0 commit comments

Comments
 (0)