deveel/deveeldb

Transfort the Select Query into an Implicit Cursor

tsutomi opened this issue · 0 comments

To support the case #52 the system should allow only one SELECT at a time and transform it into an implicit cursor object (with a special name) that is disposed at the end of the client-side access.

Data selection should happen only through cursors, to have the ability to release resources before the end of a transaction.