David Grudl
|
5646884899
|
cs
|
2021-12-12 03:52:44 +01:00 |
|
David Grudl
|
c464960239
|
Connection, Result: added format 'native'
|
2020-11-02 15:28:28 +01:00 |
|
David Grudl
|
fa6a1203a9
|
fixed compatibility with PHP 8 [Closes #379]
|
2020-11-02 15:05:55 +01:00 |
|
David Grudl
|
6e41c4223b
|
tests: test() with description
|
2020-10-08 15:55:11 +02:00 |
|
Chrudos Vorlicek
|
dd2fd654be
|
Result::normalize() Fix select float in format of e-notation (#317) master (#321)
|
2018-10-25 22:33:09 +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
|
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
|
d9628f933d
|
coding style: removed space after reference &
|
2017-06-10 02:58:47 +02:00 |
|
David Grudl
|
c019e7cac2
|
tests: fixed compatibility with PHP 7.1
|
2016-07-21 14:38:56 +02:00 |
|
David Grudl
|
b090ec802b
|
differentiated Type::TIME and Type::DATETIME
|
2015-11-03 19:01:15 +01:00 |
|
David Grudl
|
4630e1818f
|
Result: normalizes invalid date to NULL
|
2015-10-13 15:04:22 +02:00 |
|
David Grudl
|
c0416bf176
|
Result: improved normalization of type INT
|
2015-10-13 15:04:14 +02:00 |
|
David Grudl
|
407a6f7550
|
Result: fixed normalization of float when ends with "0" [Closes #189]
|
2015-10-13 15:03:59 +02:00 |
|
David Grudl
|
91c2be2a84
|
Result: normalize always converts type TEXT to string
|
2015-10-13 15:03:48 +02:00 |
|