David Grudl
f9997f9b52
removed useless type juggling and checking
2017-06-10 03:45:32 +02:00
David Grudl
43045a0585
removed useless annotations @param and @return
2017-06-10 03:45:32 +02:00
David Grudl
859eada4e7
added PHP 7.1 scalar and return type hints
2017-06-10 03:45:29 +02:00
David Grudl
7d42317279
fetch(), fetchSingle(), getAffectedRows(), getInsertId() return NULL instead of FALSE on error (BC break)
2017-06-10 03:22:05 +02:00
David Grudl
5c514f6721
Translator::formatValue() second arg can be NULL
2017-06-10 03:17:00 +02:00
David Grudl
68e0aef469
used variadics (BC break: signatures are changed)
2017-06-10 03:17:00 +02:00
David Grudl
24180c76bd
uses only DateTimeInterface & Throwable
2017-06-10 03:16:59 +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
David Grudl
750d70c77a
removed DateTime::__wakeup
2017-06-10 03:16:59 +02:00
David Grudl
7f8e36c1e1
removed PHP < 7.1 support
2017-06-10 03:16:59 +02:00
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