David Grudl
|
cec699af0f
|
Released version 3.2.1
|
2018-04-14 20:49:54 +02:00 |
|
David Grudl
|
59a4cc2fe0
|
Revert "loader: uses only Composer's autoloader"
This reverts commit 5c806ea517 .
|
2018-04-14 20:49:14 +02:00 |
|
David Grudl
|
985f09417e
|
Translator: improved Expression usage
|
2018-04-14 20:49:14 +02:00 |
|
David Grudl
|
729d133d70
|
PdoDriver: improved detection of query result [Closes #279]
|
2018-03-28 18:04:35 +02:00 |
|
jahudka
|
dbca915bfe
|
Firebird: fix datetime precision (#277) (#273)
|
2018-03-18 10:49:20 +01:00 |
|
David Grudl
|
34b7e22d40
|
readme.md: static -> object
|
2018-03-09 15:09:48 +01:00 |
|
David Grudl
|
a5422a65c9
|
loader: old class names triggers E_USER_DEPRECATED, removed preloading (BC break)
|
2018-03-09 14:44:06 +01:00 |
|
David Grudl
|
5c806ea517
|
loader: uses only Composer's autoloader
# Conflicts:
# src/loader.php
|
2018-03-09 14:38:18 +01:00 |
|
David Grudl
|
ecafed6246
|
opened 3.2-dev
|
2018-03-09 14:37:31 +01:00 |
|
David Grudl
|
504b7725c7
|
Released version 3.1.1
|
2018-03-09 13:00:25 +01:00 |
|
David Grudl
|
43d3b57a8d
|
Microsoft SQL Server and MSSQL support for microseconds fix cont.
|
2018-02-25 16:59:37 +01:00 |
|
hubipe
|
4f0566ece7
|
Microsoft SQL Server and MSSQL support for microseconds fix (#249)
|
2018-02-25 16:59:36 +01:00 |
|
Korney Czukowski
|
67521084d9
|
Previous exception can now be passed to Dibi\Exception constructor (#276)
|
2018-02-16 14:12:33 +01:00 |
|
David Grudl
|
22ac601502
|
loader: fixed missing class 'dibi.php'
|
2018-02-15 11:53:57 +01:00 |
|
Petr Bugyík
|
b740b70f18
|
drivers: changed self:: to static::
|
2018-02-14 13:05:35 +01:00 |
|
David Grudl
|
44fc3f4553
|
coding style
|
2018-02-11 22:47:22 +01:00 |
|
David Grudl
|
fa35c0cf7d
|
Released version 3.1.0
|
2017-09-25 17:57:54 +02:00 |
|
David Grudl
|
1352437e08
|
added Dibi\Expression [Closes #264]
|
2017-09-25 17:57:45 +02:00 |
|
David Grudl
|
4472fb3a3d
|
Translator: fixed %dt with DateTimeInterface object [Closes #263]
|
2017-09-21 14:04:30 +02:00 |
|
Miloslav Hůla
|
d4b87490a1
|
Fluent: fixed phpDoc, query() may return Result|int
|
2017-09-07 21:26:43 +02:00 |
|
Miloslav Hůla
|
9486b65b84
|
OdbcDriver, OracleDriver, SqlsrvDriver, Sqlite3Driver: query() returns ResultSet only when contains columns
|
2017-09-07 21:26:43 +02:00 |
|
David Grudl
|
f47ad15af0
|
MySqliDriver: removed deprecated stuff
|
2017-09-07 21:26:43 +02:00 |
|
David Grudl
|
6c147f2ea5
|
Connection, dibi: deprecated insertId() & affectedRows()
|
2017-09-07 21:26:43 +02:00 |
|
David Grudl
|
0af64b5f9b
|
Revert "loader: uses only Composer's autoloader"
This reverts commit 53475ba05a .
|
2017-07-26 15:02:03 +02:00 |
|
David Grudl
|
d31f2e3dd4
|
Translator: %i %f throws exception when value is not numeric (BC break)
|
2017-07-22 00:41:39 +02:00 |
|
David Grudl
|
3253a5b092
|
support for 64bit numbers on 32bit platform [Closes #253] (BC break)
throws exception when given argument is not a number
|
2017-07-22 00:41:35 +02:00 |
|
David Grudl
|
be3a0aa57d
|
__toString() returns always string
|
2017-07-22 00:40:33 +02:00 |
|
David Grudl
|
4f75637b63
|
coding style: fixes in code
|
2017-07-21 22:46:09 +02:00 |
|
David Grudl
|
ebf0be1fd0
|
coding style: TRUE/FALSE/NULL -> true/false/null
|
2017-07-21 22:33:41 +02:00 |
|
David Grudl
|
b439ee9df1
|
coding style: fixed spaces & use statements order
|
2017-07-21 22:25:33 +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
|
d365077319
|
opened 3.1-dev
|
2017-06-10 03:05:55 +02:00 |
|
David Grudl
|
0e5d951dfb
|
Released version 3.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
|
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
|
22e6ea4e40
|
Released version 3.0.7
|
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 |
|