David Grudl
|
3616130959
|
added typehints
|
2018-03-21 16:36:47 +01:00 |
|
Korney Czukowski
|
432d0a8f7c
|
Previous exception can now be passed to Dibi\Exception constructor (#275)
|
2018-02-16 14:11:59 +01: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
|
f9997f9b52
|
removed useless type juggling and checking
|
2017-06-10 03:45:32 +02:00 |
|
David Grudl
|
43045a0585
|
removed useless annotations @param and @return
|
2017-06-10 03:45:32 +02:00 |
|
David Grudl
|
859eada4e7
|
added PHP 7.1 scalar and return type hints
|
2017-06-10 03:45:29 +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
|
126422ad7e
|
strict fixes
|
2017-06-10 03:05:18 +02:00 |
|
David Grudl
|
37487816db
|
removed Strict from exceptions [Closes #216]
|
2016-04-06 18:52:42 +02:00 |
|
David Grudl
|
fbb63a9cc3
|
implemented DriverException descendants:
- ConstraintViolationException
- ForeignKeyConstraintViolationException
- NotNullConstraintViolationException
- UniqueConstraintViolationException
|
2015-10-13 21:16:48 +02:00 |
|
David Grudl
|
6994f6d11a
|
Dibi\Exception: code can be string
|
2015-10-13 20:09:12 +02:00 |
|
David Grudl
|
e849be486f
|
DriverException: removed tryError & catchError (BC break)
|
2015-10-13 20:08:26 +02:00 |
|
David Grudl
|
2e09a559f2
|
moved to namespace Dibi
added loader for old class names
|
2015-10-09 12:20:14 +02:00 |
|
David Grudl
|
8e2feec9fb
|
removed @package
|
2015-10-09 12:20:12 +02:00 |
|
David Grudl
|
f42d1b1611
|
DibiObject replaced with trait DibiStrict
|
2015-10-09 12:20:11 +02:00 |
|
David Grudl
|
7c1f735f9b
|
used PHP 5.4 syntax
|
2015-10-09 12:20:08 +02:00 |
|
David Grudl
|
7f76a8b2f4
|
separation of some classes into own files
|
2015-10-09 12:20:05 +02:00 |
|