issues
search
digital-fabric
/
extralite
Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
255
stars
8
forks
source link
Implement #batch_query methods (fix #53)
#61
Closed
noteflakes
closed
10 months ago
noteflakes
commented
10 months ago
Implement Database#batch_query
Implement Database#batch_query_ary, #batch_query_single_column
Change Database#batch_execute to not take a block
Change Query#batch_execute to not take a block
Implement Query#batch_query_xxx methods
noteflakes
commented
10 months ago
Fixes #53 .