David Grudl
|
faab306418
|
Translator: trims spaces from SQL [Closes #326]
|
2019-10-22 19:30:46 +02:00 |
|
David Grudl
|
7d704d7edd
|
drivers divided into Driver and ResultDriver (BC break)
|
2018-05-09 11:44:43 +02:00 |
|
David Grudl
|
dac0a116a8
|
coding style: fixes in code
|
2017-07-21 22:53:46 +02:00 |
|
David Grudl
|
a299c622c3
|
coding style: TRUE/FALSE/NULL -> true/false/null
|
2017-07-21 22:53:45 +02:00 |
|
David Grudl
|
3b37295e78
|
coding style: fixed spaces & use statements order
|
2017-07-21 22:53:45 +02:00 |
|
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 |
|