David Grudl
e1598cc7da
requires PHP 7.1
2017-06-10 03:16:59 +02:00
David Grudl
db8346a124
removed deprecated stuff
2017-06-10 03:16:59 +02:00
David Grudl
acc2d000c4
loader: old class names triggers E_USER_DEPRECATED, removed preloading (BC break)
2017-06-10 03:16:59 +02:00
David Grudl
85787cf9cd
opened 4.0-dev
2017-06-10 03:08:16 +02:00
David Grudl
e45a86d58c
Released version 3.1.0
2017-06-10 03:08:16 +02:00
David Grudl
e891bdd862
DibiExtension22: added $debugMode to constructor
2017-06-10 03:08:16 +02:00
David Grudl
8dc5567bdd
Helpers::loadFromFile added $onProgress
2017-06-10 03:08:16 +02:00
David Grudl
e3bfac2316
Helpers::loadFromFile improved
2017-06-10 03:08:16 +02:00
David Grudl
53475ba05a
loader: uses only Composer's autoloader
2017-06-10 03:08:14 +02:00
David Grudl
c219726914
removed bridges for Nette < 2.2
2017-06-10 03:06:01 +02:00
hubipe
ed0cb63df0
Support for microseconds ( #246 )
2017-06-10 03:06:01 +02:00
Aleš Culek
1ab69f3576
OracleDriver: added 'nativeDate' option, formatDate & formatDateTime are deprecated ( #232 )
2017-06-10 03:06:01 +02:00
David Grudl
70f29f6857
removed folder /dibi
2017-06-10 03:06:01 +02:00
David Grudl
d365077319
opened 3.1-dev
2017-06-10 03:05:55 +02:00
David Grudl
0e5d951dfb
Released version 3.0.8
v3.0.8
2017-06-10 03:05:18 +02:00
David Grudl
126422ad7e
strict fixes
2017-06-10 03:05:18 +02:00
David Grudl
277f52c928
appveyor: is unable to start MSSQL 2012 & 2014 together
2017-06-10 02:58:47 +02:00
David Grudl
80ac569621
fixed phpDoc
2017-06-10 02:58:47 +02:00
David Grudl
d9628f933d
coding style: removed space after reference &
2017-06-10 02:58:47 +02:00
David Grudl
f7009f3e0c
Tracy\Panel: better typography
2017-06-10 02:58:47 +02:00
Jiří Trávníček
36d30c1fcf
Dibi\Bridges\Tracy\Panel: host added to tracy panel [ closes #250 ] ( #251 )
2017-06-10 02:58:44 +02:00
David Grudl
ae6c8756b6
Tracy\Panel: one panel is used per connection
2017-06-10 02:58:06 +02:00
David Grudl
6b2c996b16
Tracy\Panel: dump() may fails
...
related: https://forum.nette.org/cs/26790-error-dibi-bridges-tracy-panel-oracle
917971992f (commitcomment-18444224)
2017-06-09 12:12:07 +02:00
David Grudl
718c617764
travis: removed HHVM
2017-06-09 12:12:07 +02:00
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