David Grudl
c305b8b674
Nette extension renamed to DibiNette20Extension and moved to bridges/Nette
2013-06-22 18:29:36 +02:00
David Grudl
1382a1021f
all file names correspond with class name
2013-06-22 18:29:35 +02:00
David Grudl
d01ede6aee
DibiDatabaseInfo: updated patterns in detectType() [ Closes #95 ]
2013-06-22 16:39:54 +02:00
David Grudl
b94b97873a
Merge pull request #96 from jasir/firebird-getrowcount
...
Firebird driver: getRowCount throws NotSupportedException
2013-06-12 05:05:46 -07:00
jasir
849b9b66fa
Firebird driver: getRowCount throws NotSupportedException
2013-06-11 17:56:52 +02:00
David Grudl
41c150932c
Merge pull request #92 from hrach/patch-1
...
Fixed toggling explain for latest Nette Framework
2013-05-24 02:10:42 -07:00
Jan Škrášek
981c78a078
Fixed toggling explain for latest Nette Framework
2013-05-24 01:42:38 +02:00
David Grudl
cbdcc3f832
Merge pull request #85 from foglcz/bug-84
...
Throw entire callstack for interbase-based databases.
2013-04-11 02:39:31 -07:00
David Grudl
593aa0351a
Merge pull request #83 from milo/sqlsrv-fixes
...
Sqlsrv fixes
2013-04-11 02:37:46 -07:00
Pavel Ptacek
9b4d58878c
Throw entire callstack for interbase-based databases. The errors given by firebird are multiline, exceptions get thrown from inside the logic. (.*) matches everything up until first line by default - this mitigates the problem and mathes the entire rest of the string (= including multilines)
2013-04-11 04:51:09 +02:00
Miloslav Hůla
0ebe7ad84f
DibiMsSql2005Driver: fixed identifier escaping
...
Annoted link to MS SQL doc does not talk about open bracket '[' escaping, only closing bracket ']'.
dibi::query('CREATE TABLE %n (id INT)', 'abc[]def');
- old: creates table 'abc[[]def'
- new: creates table 'abc[]def'
2013-04-10 12:08:11 +02:00
Miloslav Hůla
4ea885f2b9
DibiPdoDriver: added identifier escaping for sqlsrv
2013-04-10 12:08:11 +02:00
Miloslav Hůla
3634673ffa
DibiPdoDriver: applyLimit() for sqlsrv driver
...
Added table alias has been tested with MS SQL Server 2012 directly and over ODBC.
2013-04-10 12:08:10 +02:00
Miloslav Hůla
8e5898a11b
DibiMsSql2005Driver: default charset set to UTF-8
...
If charset is not specified in config, NULL is passed as connection option and 'Invalid value type for option CharacterSet was specified. String type was expected.' is thrown.
2013-04-10 12:07:27 +02:00
David Grudl
2c9cbe9b0c
DibiResult: fixed detection of "123.000" as float [ Closes #67 ]
2013-04-03 14:38:12 +02:00
David Grudl
326376159f
composer: renamed to dibi/dibi
2013-04-03 14:36:18 +02:00
David Grudl
d09fc7d837
MySQLI: mysqli_affected_rows() returns -1 on error [ Closes #80 ]
2013-04-03 13:57:48 +02:00
Teyras
388067cb5d
DibiResult: added setRowFactory() [ Closes #26 ]
2013-04-02 00:51:57 +02:00
David Grudl
8a07e1fbe4
renamed directory tools -> vendor
2013-03-15 05:14:09 +01:00
David Grudl
ff675e32d1
Merge pull request #81 from HosipLan/bugfix/notice
...
PdoDriver: fix notice undefined index native_type
2013-03-14 05:59:34 -07:00
Filip Procházka
cbca529ff8
PdoDriver: fix notice undefined index native_type
2013-03-01 17:31:21 +01:00
Daniel Kouba
9001afe7ca
MSSQL2005 driver: autoincrement determination fixed
2012-12-30 02:56:21 +01:00
Daniel Kouba
16b254fce1
MSSQL2005 applyLimit fixed
...
Conflicts:
dibi/drivers/mssql2005.php
dibi/drivers/mssql2005.reflector.php
2012-12-16 23:42:09 +01:00
David Grudl
10fdecfc13
updated examples
2012-12-16 23:39:32 +01:00
David Grudl
322a110f75
Merge pull request #75 from whipsterCZ/patch-3
...
Column size is string or NULL
2012-12-16 14:37:50 -08:00
Daniel Kouba
188acf1f76
Column size is string or NULL
...
Issue #74
2012-12-11 15:09:21 +01:00
David Grudl
8cda1401ff
Merge pull request #70 from DragonJake/cli-enhancements
...
DibiResult::dump() a obarvování v CLI módu
2012-12-04 05:50:44 -08:00
David Grudl
9a605573a2
released 2.0.1
2012-12-04 14:40:06 +01:00
David Grudl
d09e490f1b
reflectors: table names are correctly escaped
2012-12-04 14:35:53 +01:00
David Grudl
865e44c30f
DibiTranslator: number of decimal points changed to 10
2012-12-04 14:22:50 +01:00
David Grudl
c08918e034
updated Nette\Debugger
2012-12-04 14:15:32 +01:00
David Grudl
c385888f9a
dibi::$sql is always set
2012-12-04 14:15:31 +01:00
David Grudl
6c82e777e1
added Nette\Tester
2012-12-04 14:15:31 +01:00
David Grudl
b4de8daed3
fixed invalid escaping sequences in double quoted strings, used \z instead of $
2012-12-04 14:15:31 +01:00
Daniel Kouba
7696fc36e1
Added MSSQL 2005 Reflector
2012-12-04 14:15:26 +01:00
Jakub Krčma
627c102add
dibi: colorized SQL dump in CLI mode
2012-10-03 23:08:10 +02:00
Jakub Krčma
6ced2d3af2
DibiResult: added simple dump in CLI mode
2012-10-03 23:06:54 +02:00
Jakub Krčma
927fc858d2
MySQL & MySQLi: added timezone configuration option
2012-10-03 21:13:03 +02:00
Jirka Chadima
f355b8ede7
Allow forcing a persistent connection via driver configuration
2012-08-28 15:38:12 +02:00
David Grudl
dfda0b4d96
DibiConnection: fixed loadFromFile() and loading file without semicolon [ Closes #63 ]
2012-04-05 20:08:51 +02:00
Jan Marek
c1537c1d36
added composer.json
2012-03-30 22:15:57 +02:00
David Grudl
973c2452a7
DibiTranslator: number of decimal points changed to 20
2012-02-29 00:08:31 +01:00
David Grudl
38742aee57
Merge pull request #61 from milo/fix-fire-logger
...
DibiFirePhpLogger: Fix undefined property access
2012-02-12 14:32:15 -08:00
Miloslav Hůla
b2744174f7
DibiFirePhpLogger: Fix undefined property access
2012-02-11 17:36:15 +01:00
David Grudl
9b7b964696
numOfQueries and totalTime moved to profilers
2012-02-06 18:23:15 +01:00
David Grudl
06642ec9ee
Merge pull request #56 from Andrewsville/multiple-connections-nettepanel-fix
...
Fixed NettePanel output for multiple connections
2012-02-06 09:04:27 -08:00
David Grudl
a2ad4faf49
Merge pull request #58 from milo/fix-mssql
...
Fix DibiMsSql2005Driver::getResultColumns()
2012-02-06 07:25:27 -08:00
Miloslav Hůla
4be92b62f8
typos
2012-02-06 13:55:40 +01:00
Miloslav Hůla
52986705d8
Fix DibiMsSql2005Driver::getResultColumns()
2012-02-06 13:43:17 +01:00
Ondrej Nespor
0c51f6c9ea
Fixed NettePanel output for multiple connections
2012-02-05 01:25:03 +01:00