Skip to content

New features : scrollable cursor and PDOStatement access

Compare
Choose a tag to compare
@rawsrc rawsrc released this 05 Dec 00:05
· 23 commits to master since this release

Hi,

THIS VERSION 3.2.0 IS FULLY COMPATIBLE WITH THE PREVIOUS 3.1.1

New features (2 methods):

  • selectStmt(): returns the PDOStatement generated by the engine and let you play with to extract data exactly as you want
  • selectStmtAsScrollableCursor(): returns the PDOStatement generated by the engine opened as a scrollable cursor if your database engine is compatible with this feature.