David Grudl
|
a6028054d6
|
added declare(strict_types=1);
|
2017-06-10 03:45:33 +02:00 |
|
David Grudl
|
3891625cd1
|
used PHP 7.1 features
- ::class
- ... argument unpacking
- removed call_user_func
- operator ??
- list()
- short <?=
|
2017-06-10 03:16:59 +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
|
78d24a0e74
|
tests: fixes
|
2015-11-04 17:40:19 +01:00 |
|