Released version 4.2.2
Connection::transtaction()
call can be nestedConnection::transaction()
: pass self as a callback argument- Connection:
begin()
,commit()
&rollback()
calls are forbidden intransaction()
- SqlsrvDriver: workaround for "Driver's SQLSetConnectAttr failed on ODBC <=13" bug
- Row: fixed ?? usage