haxetink / tink_sql

SQL embedded into Haxe
MIT License
54 stars 17 forks source link

Support streaming for SELECT queries (#113) #114

Closed kevinresol closed 3 years ago

kevinresol commented 4 years ago

Streaming query requires me to manually acquire a connection from the pool and release it after finished streaming. For consistency I also modified the non-streaming query to obtain/release a connection manually.