Skip to content

Released version 4.2.2

Compare
Choose a tag to compare
@dg dg released this 21 Apr 12:02
· 55 commits to master since this release
  • Connection::transtaction() call can be nested
  • Connection::transaction(): pass self as a callback argument
  • Connection: begin(), commit() & rollback() calls are forbidden in transaction()
  • SqlsrvDriver: workaround for "Driver's SQLSetConnectAttr failed on ODBC <=13" bug
  • Row: fixed ?? usage