David Grudl
|
a6028054d6
|
added declare(strict_types=1);
|
2017-06-10 03:45:33 +02:00 |
|
David Grudl
|
859eada4e7
|
added PHP 7.1 scalar and return type hints
|
2017-06-10 03:45:29 +02:00 |
|
David Grudl
|
7d42317279
|
fetch(), fetchSingle(), getAffectedRows(), getInsertId() return NULL instead of FALSE on error (BC break)
|
2017-06-10 03:22:05 +02:00 |
|
David Grudl
|
d9628f933d
|
coding style: removed space after reference &
|
2017-06-10 02:58:47 +02:00 |
|
Mira Paulik
|
e415157206
|
SqlsrvDriver::applyLimit(): fixed limit and offset behaviour for odbc 11+
SqlsrvReflector: changed constrains metadata loading from INFORMATION_SCHEMA to sys schema to get complete list of all constraints, not PK only
|
2016-01-28 19:48:49 +01:00 |
|
David Grudl
|
1333d07833
|
SqlsrvDriver: added support for LIMIT & OFFSET on SQL Server 2012
|
2015-10-26 19:20:58 +01:00 |
|
David Grudl
|
c26201c75d
|
Fluent: exports limit & offset as %lmt and %ofs [Closes #82]
Also fixes 20f2093 on MSSQL
|
2015-10-26 19:20:57 +01:00 |
|