David Grudl
6194152e67
examples: tracy is loaded before output [ Closes #248 ]
2017-06-09 12:12:07 +02:00
David Grudl
d39603e23d
updated .gitattributes
2017-06-09 12:12:07 +02:00
David Grudl
22e6ea4e40
Released version 3.0.7
v3.0.7
2017-01-04 15:18:17 +01:00
David Grudl
f0d2c3f414
travis: removed PHP 7.1 from allowed failures
2017-01-04 15:18:17 +01:00
David Grudl
873ed3115d
Connection::translateArgs() is protected [ Closes #237 ]
2017-01-04 15:18:17 +01:00
Martin Dzíbela
73289d0569
PostgreSQL: add support for more than one schema in search_path ( #239 )
2017-01-04 15:18:17 +01:00
David Grudl
7b899ddda5
updated contributing.md, added GitHub templates
2017-01-04 15:18:17 +01:00
Ondřej Mirtes
8860268791
typos ( #243 )
2016-12-03 19:29:29 +01:00
Honza Machala
551b576271
Typos ( #242 )
2016-11-14 13:47:45 +01:00
David Grudl
74d0a78ec2
Result, Row: added support for datetime like 'Jun 17 2015 12:00:00:000AM' [ Closes #180 ]
2016-09-02 17:36:37 +02:00
Aleš Culek
be7c3f095d
Implemented OracleDriver::getColumns() ( #233 )
2016-08-09 22:37:45 +02:00
Radovan Kepák
3a6dc07da8
FirebirdDriver: Fixed DriverException throw ( #231 )
...
Fixed fetch Dibi\DriverException throw and more PHP warnings silenced
2016-08-09 22:36:44 +02:00
David Grudl
9b070bb737
Released version 3.0.6
v3.0.6
2016-07-31 16:50:07 +02:00
David Grudl
917971992f
Bridges\Tracy\Panel: silenced PHP warning
...
https://forum.nette.org/cs/26790-error-dibi-bridges-tracy-panel-oracle
2016-07-27 14:01:46 +02:00
Radovan Kepák
bc564555f8
FirebirdDriver: silenced PHP warning
...
If fetch have error, PHP show Warning, this is error by my opinion as Dibi Throw Exception with information, so the Warning is useless, and even more, if we catch exception, we still have warning.
2016-07-27 13:55:15 +02:00
David Grudl
3e20a6b8fc
Dibi\DateTime::__wakeup() doesn't call parent after 8e8e6dfd [ Closes #228 ]
2016-07-27 13:28:23 +02:00
David Grudl
c019e7cac2
tests: fixed compatibility with PHP 7.1
2016-07-21 14:38:56 +02:00
David Grudl
2294c195f4
Released version 3.0.5
v3.0.5
2016-07-20 16:15:13 +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
David Grudl
b7974fe192
travis: added PHP 7.1
2016-07-20 15:54:58 +02:00
David Grudl
80f1898e1b
tests: removed deprecated 'storage_engine'
2016-07-20 15:50:33 +02:00
Roman Pavlík
8e8e6dfdca
Dibi\DateTime: provides BC for serialized older versions [ Closes #226 ] ( #227 )
2016-07-20 15:50:33 +02:00
Milan Pála
6510fcce25
Disconnect on not connected driver not fail ( #222 )
...
Sometimes database go away and Connection::isConnected() is returning TRUE. Prevent this should be posibble to disconnect on closed connection without error.
2016-07-20 15:50:32 +02:00
aldria
b7d84b90ef
Correct limit and offset for Firebird Driver ( #221 )
...
SELECT [FIRST (<int-expr>)] [SKIP (<int-expr>)] <columns> FROM ...
2016-05-27 03:48:06 +02:00
David Grudl
2571e54f3c
composer.json: replaces all dg/dibi versions
2016-05-04 20:13:50 +02:00
Aleš Culek
15e6d9f738
Implemented OracleDriver::getAffectedRows()
2016-05-03 08:55:22 +02:00
David Grudl
ddfd4a0f1a
tests/travis: reports code coverage to Coveralls
2016-04-21 11:29:10 +02:00
David Grudl
4e838fc2b5
Released version 3.0.4
v3.0.4
2016-04-06 19:09:24 +02:00
David Grudl
37487816db
removed Strict from exceptions [ Closes #216 ]
2016-04-06 18:52:42 +02:00
David Grudl
0c099bb2bc
tests: a different .ini for PHP 5 and PHP 7
2016-03-20 19:23:57 +01:00
David Grudl
1786c861b9
Merge pull request #213 from castamir/php7sqlsrv
...
SqlsrvDriver: php7 compatibility
2016-03-20 16:34:36 +01:00
Mira Paulik
bc0578928f
SqlsrvDriver: php7 compatibility
2016-03-20 13:50:10 +01:00
David Grudl
12a07ff6ad
Merge pull request #212 from soukiii/master
...
Fluent: missing annotation
2016-03-18 17:16:23 +01:00
Petr Soukup
b50f59c64c
Fluent: missing annotation
2016-03-18 15:40:16 +01:00
David Grudl
fdebf349f5
appveyor: test under PHP 7
2016-03-18 15:07:45 +01:00
David Grudl
954c2f25d0
Merge pull request #209 from castamir/sqlsrv_insert
...
SqlsrvDriver::getInsertId() last inserted id is from last statement instead of last inserted row
2016-02-29 23:37:17 +01:00
Mira Paulik
43dccb1ba2
SqlsrvDriver::getInsertId() last inserted id is from last statement instead of last inserted row regardless of the table that produced the value
2016-02-29 16:10:59 +01:00
David Grudl
352a683ec1
Released version 3.0.3
v3.0.3
2016-02-21 02:07:19 +01:00
David Grudl
f4638796fb
Helpers::detectType() detects VAR_STRING as Type::TEXT
2016-02-20 21:08:01 +01:00
David Grudl
4659f4550e
DibiExtension22: added options 'explain' & 'filter' [ Closes #203 ]
2016-02-10 00:08:27 +01:00
David Grudl
c3548465fb
Merge pull request #204 from castamir/sqlsrv
...
SqlsrvDriver: fixed: sql server does not respond on non-string password
2016-02-09 23:19:53 +01:00
David Grudl
dda0bdbd67
Merge pull request #208 from ondrej-tuhacek/master
...
FirebirdDriver::delimite - Quotation marks for escaping identifiers
2016-02-04 16:08:25 +01:00
Ondřej Tuháček
7142be254b
FirebirdDriver::delimite - Quotation marks for escaping identifiers
2016-02-04 13:29:06 +01:00
David Grudl
8948cc293c
Released version 3.0.2
v3.0.2
2016-01-29 15:46:23 +01:00
David Grudl
193252dc5f
PdoDriver::applyLimit() is the same as SqlsrvDriver
2016-01-28 20:13:49 +01:00
Mira Paulik
6b2a46bcb8
appveyor: testing with SQL Server 2012 & 2014
2016-01-28 19:55:55 +01:00
Mira Paulik
2c01d993d0
SqlsrvReflector::getTables(): gets list of all tables from dbo schema only
2016-01-28 19:54:46 +01: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
8a7dbcba86
Revert "removed MsSqlDriver (is not available with PHP 5.3 or later; replaced with SqlsrvDriver)"
...
This reverts commit ac1ab26e7aefb3a2e4fa809c71935db9b375e7ab.
2016-01-24 22:52:18 +01:00