David Grudl
34a1665915
coding style
2020-11-02 15:05:55 +01:00
David Grudl
faab306418
Translator: trims spaces from SQL [ Closes #326 ]
2019-10-22 19:30:46 +02:00
Tomáš Kuthan
7f22279333
SqlsrvDriver: Correct escaping of special characters (N prefix) ( #332 )
...
In case nvarchar type is used and e.g. chinese have to be saved, there have to be N in front of the value, this escaping works fine for varchar columns as well.
2019-08-30 18:54:06 +02:00
David Grudl
a6392db67d
improved phpDoc, capitalized Dibi
2018-05-10 22:34:04 +02:00
David Grudl
bea524a621
removed MsSqlDriver (is not available in PHP7)
2018-05-09 11:43:09 +02:00
David Grudl
cf0129a194
Translator: improved Expression usage
2018-04-06 02:56:22 +02:00
David Grudl
e93bab27e9
Translator: Dibi\Expression should be used instead of array
2017-09-21 15:05:52 +02:00
David Grudl
499e3aea40
added Dibi\Expression [ Closes #264 ]
2017-09-21 14:54:08 +02:00
David Grudl
832313bc73
whitespace
2017-09-21 14:17:14 +02:00
David Grudl
49e90517b9
Translator: %i %f throws exception when value is not numeric (BC break)
2017-07-22 00:40:14 +02:00
hubipe
60978bb176
Microsoft SQL Server and MSSQL support for microseconds fix ( #249 )
2017-07-21 23:04:42 +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
hubipe
ed0cb63df0
Support for microseconds ( #246 )
2017-06-10 03:06:01 +02:00
David Grudl
c019e7cac2
tests: fixed compatibility with PHP 7.1
2016-07-21 14:38:56 +02:00
David Grudl
25246529f7
Translator, Fluent: preserve dot in name after AS [ Closes #224 ]
2016-07-20 16:13:33 +02:00
David Grudl
d405ec369b
Translator: added %N
2016-07-20 16:13:32 +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
0c22f3b43f
Translator: DateTime can be used only with %d or %t modifiers (BC break?)
2015-11-02 18:00:28 +01:00
David Grudl
b7d922d992
Translator: Literal can be used with %sql or %SQL modifiers
2015-11-02 18:00:27 +01:00
David Grudl
a9a45f0c4c
Translator: better error messages
2015-11-02 18:00:27 +01:00
David Grudl
654e345921
added test, whitespace
2015-11-02 18:00:26 +01:00
David Grudl
3f44e96353
tests: improved sql dumps, renamed pgsql -> postgre
2015-10-13 20:09:18 +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
7c1f735f9b
used PHP 5.4 syntax
2015-10-09 12:20:08 +02:00
David Grudl
2522dcd7fe
new directory structure, moved to /src
2015-10-09 12:20:04 +02:00