David Grudl
|
6dcdd68d6d
|
removed @author
|
2015-10-06 12:10:21 +02:00 |
|
David Grudl
|
9ad502887b
|
used https
|
2015-10-06 12:10:20 +02:00 |
|
David Grudl
|
ca99b0b822
|
improved coding style
|
2015-06-19 15:00:23 +02:00 |
|
Miloslav Hůla
|
999f51a7bd
|
OracleDriver: cast type NUMBER(p, 0) as an INTEGER
In many cases, Oracle returns integers as a NUMBER(8,0). Type NUMBER is casted to (float) which is unnecessary in this case.
|
2015-04-17 15:22:45 +02:00 |
|
Miloslav Hůla
|
06440ab6dc
|
OracleDriver: shut-up oci_execute()
The oci_execute() emits warnings e.g. on denied permissions when EXPLAIN.
|
2015-04-17 15:17:14 +02:00 |
|
Jirka Chadima
|
4e99d7821c
|
Oracle: adds support for login schema option
|
2014-10-21 17:01:59 +02:00 |
|
Patrik Votocek
|
176b1a8895
|
Add support for DateTimeInterface
|
2014-03-24 19:03:31 +01:00 |
|
David Grudl
|
2769f1ae0a
|
typos
|
2014-02-04 03:09:31 +01:00 |
|
Etienne CHAMPETIER
|
7318658017
|
Use DateTime instead of date()
On 32bits systems, date() is affected bug the 2038 bug
DateTime always uses 64bits representation [Closes #110]
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
|
2013-12-12 18:14:17 +01:00 |
|
David Grudl
|
e87c112d71
|
typos & whitespace
|
2013-07-13 20:23:13 +02:00 |
|
David Grudl
|
1382a1021f
|
all file names correspond with class name
|
2013-06-22 18:29:35 +02:00 |
|