David Grudl
d571460a6f
Released version 3.2.4
v3.2.4
2020-03-26 04:05:01 +01:00
David Grudl
dc3e1cda19
SqliteResult: workaround for PHP bug 79414
2020-03-26 04:02:26 +01:00
David Grudl
21039ff379
Result: does not drop the value if detection fails
2020-03-26 04:00:52 +01:00
David Grudl
22b15d9859
travis: fixed databases
2020-03-26 04:00:52 +01:00
Chrudos Vorlicek
6aa8a431c2
Result::normalize() Fix select float in format of e-notation ( #317 ) v3.2 ( #320 )
2018-10-25 22:33:22 +02:00
David Grudl
69ea60cc16
travis: added PHP 7.3
2018-10-17 17:47:42 +02:00
David Grudl
906e1f2407
Released version 3.2.3
v3.2.3
2018-09-17 13:47:10 +02:00
David Grudl
6a4f77b684
test: fix for PHP 7.3
2018-09-17 13:36:50 +02:00
Jan Kuchař
689597a237
PdoDriver: check for misconfigured PDO connections resource ( #294 )
2018-09-17 13:36:50 +02:00
David Grudl
a8ed2a34e5
travis: uses NCS 2
2018-09-13 03:28:20 +02:00
David Grudl
c8e5f5c8d1
loader: added missing classes [ Closes #310 ]
2018-08-22 15:38:20 +02:00
David Grudl
4bfd314225
OdbcDriver: added option 'microseconds'
2018-08-09 22:54:00 +02:00
David Grudl
2b4ea9abe7
updated donation links
2018-06-22 11:48:18 +02:00
Miroslav Koula
3711b1739f
DibiExtension: compatibility with Nette DI 3.x ( #297 )
...
Nette DI 3.x require $container->setFactory() usage except of $container->setClass()
2018-06-19 11:56:01 +02:00
David Grudl
45d7e0b365
cs
2018-06-13 15:39:54 +02:00
Josef Drábek
7d07db1f12
PdoDriver::getInsertId() fixed
2018-06-13 11:49:27 +02:00
Jan Endel
34bdd5f267
typo
...
for example fluent:
$dibiConnection->select(‘id’)
->from(‘users’);
will not pass static analysis although is completely valid code.
2018-06-13 11:48:28 +02:00
David Grudl
5a7543a5a6
Released version 3.2.2
v3.2.2
2018-05-10 21:55:12 +02:00
David Grudl
2848c965f9
Result: added getColumnCount()
2018-05-10 21:55:12 +02:00
David Grudl
3660f26e03
improved phpDoc, capitalized Dibi
2018-05-10 21:54:30 +02:00
David Grudl
f474abfeda
type improvements
2018-05-02 10:49:01 +02:00
David Grudl
809386edf8
added dibi::stripMicroseconds
2018-04-19 13:04:47 +02:00
David Grudl
1909c98e6d
Sqlite3Driver: for SQLite 3 is not needed to strip [] from column names
2018-04-19 13:04:47 +02:00
David Grudl
8985c71276
refactoring
2018-04-19 13:04:39 +02:00
David Grudl
0d5fd9d65b
type fixes
2018-04-17 13:09:27 +02:00
David Grudl
4049ea4717
examples: dibi:: replaced with $dibi->
2018-04-17 13:09:27 +02:00
David Grudl
cec699af0f
Released version 3.2.1
v3.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
David Grudl
759c63bca0
appveyor: improved
2018-03-23 17:53:22 +01:00
David Grudl
f9fc7e330d
examples: added notice when vendor/autoload.php not found
2018-03-23 11:57:59 +01:00
jahudka
dbca915bfe
Firebird: fix datetime precision ( #277 ) ( #273 )
2018-03-18 10:49:20 +01:00
Miloslav Hůla
1bae6eae08
tests: connection removed from bootstrap
v3.2.0
2018-03-09 15:09:48 +01:00
David Grudl
34b7e22d40
readme.md: static -> object
2018-03-09 15:09:48 +01:00
David Grudl
369f5ee7d6
readme: updated installation and requirements
2018-03-09 15:09:48 +01:00
David Grudl
2d74bb3da0
examples: uses composer autoload
2018-03-09 14:50:36 +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
v3.1.1
2018-03-09 13:00:25 +01:00
David Grudl
822405b478
appveyor: PHP is downloaded using cURL
...
"03/mar/2018: We've upgraded the server bandwidth. This is however still not sufficient to handle all empty user agent connections. Please update the user agent in your scripts accordingly or contact us so we can discuss it."
2018-03-08 13:52:54 +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
v3.1.0
2017-09-25 17:57:54 +02:00
David Grudl
8a25700c8c
travis: fixed PHP versions
2017-09-25 17:57:45 +02:00