New features : scrollable cursor and PDOStatement access
Hi,
THIS VERSION 3.2.0 IS FULLY COMPATIBLE WITH THE PREVIOUS 3.1.1
New features (2 methods):
selectStmt()
: returns thePDOStatement
generated by the engine and let you play with to extract data exactly as you wantselectStmtAsScrollableCursor()
: returns thePDOStatement
generated by the engine opened as a scrollable cursor if your database engine is compatible with this feature.