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 |
|
David Grudl
|
5aab1ff023
|
tests: improved ini quering, removed duplicated tests
|
2015-11-04 17:29:51 +01:00 |
|
David Grudl
|
fbb63a9cc3
|
implemented DriverException descendants:
- ConstraintViolationException
- ForeignKeyConstraintViolationException
- NotNullConstraintViolationException
- UniqueConstraintViolationException
|
2015-10-13 21:16:48 +02:00 |
|