David Grudl
|
8112fe10d0
|
typos & whitespace
|
2014-05-13 16:26:11 +02:00 |
|
David Grudl
|
6e4a6474cd
|
dibi::$sql is always set
|
2013-04-03 14:28:15 +02:00 |
|
David Grudl
|
43f5e08296
|
DibiConnection: fixed loadFromFile() and loading file without semicolon [Closes #63]
|
2012-12-04 14:42:08 +01:00 |
|
David Grudl
|
efa3a48232
|
numOfQueries and totalTime moved to profilers
|
2012-03-30 22:44:38 +02:00 |
|
Ondrej Nespor
|
24511a1d96
|
Fixed NettePanel output for multiple connections
|
2012-03-30 22:44:38 +02:00 |
|
David Grudl
|
9b7a80e894
|
DibiConnection ensures class dibi is loaded
|
2012-02-01 19:18:24 +01:00 |
|
David Grudl
|
0723e8ffc8
|
typos
|
2012-01-21 16:58:57 +01:00 |
|
David Grudl
|
e4ed284e77
|
DibiConnection: added config option "result|formatDate"
|
2012-01-21 16:58:56 +01:00 |
|
David Grudl
|
b87d3cab81
|
DibiConnection::test() shows complete error message
|
2012-01-21 16:58:55 +01:00 |
|
David Grudl
|
660a9db522
|
drivers: getResource() and getResultResource() checks if resource is alive
|
2012-01-19 04:20:57 +01:00 |
|
David Grudl
|
ea0d6d02ba
|
DibiResult: added setFormat()
|
2012-01-18 21:15:22 +01:00 |
|
David Grudl
|
baf08d3c71
|
DibiConnection: types detection + normalization is always TRUE
|
2012-01-12 00:03:32 +01:00 |
|
David Grudl
|
eee105f607
|
class DibiNettePanel is included in dibi.php [Closes #49]
|
2012-01-11 00:18:37 +01:00 |
|
David Grudl
|
9be3bd7a53
|
fix: DibiNettePanel is called only if required interface is available
|
2012-01-04 18:50:42 +01:00 |
|
David Grudl
|
dbb72b769b
|
updated phpDoc @package
|
2012-01-03 04:50:11 +01:00 |
|
David Grudl
|
53c2ef55d8
|
changed profiler API; IDibiProfiler replaced with DibiConnection::$onEvent; DibiProfiler split to DibiFileLogger, DibiFirePhpLogger and DibiNettePanel (BC break!)
|
2012-01-03 04:34:01 +01:00 |
|
David Grudl
|
1d4e86fe2b
|
Updated copyright notices for 2012
|
2012-01-03 04:17:30 +01:00 |
|
David Grudl
|
ac1f45b397
|
updated for Nette 2.0 beta: exceptions
|
2011-07-01 08:19:15 +02:00 |
|
David Grudl
|
bdb5b217c7
|
License changed to the New BSD License or the GNU General Public License (GPL) version 2 or 3.
|
2011-02-02 01:20:30 +01:00 |
|
David Grudl
|
9c52b8ea9d
|
renamed DibiLazyStorage to DibiHashMap
|
2011-01-25 18:00:29 +01:00 |
|
David Grudl
|
1ada6fab97
|
removed DibiConnection::sql()
|
2011-01-25 17:50:50 +01:00 |
|
David Grudl
|
26de1aebc0
|
Substitution moved from class dibi to DibiConnection
|
2011-01-25 17:41:44 +01:00 |
|
David Grudl
|
88cccc0543
|
DibiConnection refactoring
|
2011-01-25 17:37:49 +01:00 |
|
David Grudl
|
ae00fed718
|
fixed regexp for profiler
|
2011-01-24 15:20:50 +01:00 |
|
David Grudl
|
32baabdeac
|
added low-level methods createResultDriver() and DibiConnection::createResultSet()
|
2010-11-02 13:59:05 +01:00 |
|
David Grudl
|
33ef22b488
|
fixed compatibility with Nette / RobotLoader
|
2010-11-02 03:29:19 +01:00 |
|
David Grudl
|
e6e7babe22
|
simplified phpDoc comments
|
2010-09-14 19:09:56 +02:00 |
|
David Grudl
|
65b5e2eecd
|
added IDibiDriver::getReflector()
|
2010-08-05 21:03:08 +02:00 |
|
David Grudl
|
5cce595518
|
DibiConnection::sql() renamed to verb translate()
|
2010-08-04 12:10:29 +02:00 |
|
David Grudl
|
0d7b9c32c9
|
updated phpDoc
|
2010-08-03 23:27:53 +02:00 |
|
David Grudl
|
204c4cdbd7
|
DibiConnection: fixed processing of profiler configuration
|
2010-08-03 21:29:12 +02:00 |
|
David Grudl
|
dc3b1ff399
|
DibiConnection::getDriver() automatically connects lazy connection; connect() and disconnect() are imperative now!
|
2010-08-03 18:11:21 +02:00 |
|
PetrP
|
8082489143
|
DibiConnection: connect() is public
|
2010-08-03 04:04:57 +02:00 |
|
David Grudl
|
1b623855b7
|
typos
|
2010-08-03 04:04:47 +02:00 |
|
David Grudl
|
6288dc8cba
|
DibiConnection: removed old deprecated methods
|
2010-08-03 01:35:23 +02:00 |
|
David Grudl
|
97da612604
|
DibiConnection: driver name is case insensitive
|
2010-08-03 00:45:52 +02:00 |
|
David Grudl
|
2ed67c1944
|
DibiConnection: uses single DibiTranslator object (per-connection)
|
2010-08-03 00:44:59 +02:00 |
|
David Grudl
|
8c99f0c04d
|
Driver's reflection capabilities moved to IDibiReflector
|
2010-05-26 16:26:21 +02:00 |
|
David Grudl
|
651c0f8c4a
|
DibiProfiler is configurable via DibiConnection $config
|
2010-05-19 20:48:35 +02:00 |
|
David Grudl
|
88b1a45e42
|
DibiResult is configured via items 'detectTypes' and 'formatDateTime' in 'result' subarray; removed RESULT_DETECT_TYPES & RESULT_DATE_TIME
|
2010-05-19 20:25:17 +02:00 |
|
David Grudl
|
d19afd5790
|
Removed inTransaction definitely (BC break!)
|
2010-05-19 18:33:28 +02:00 |
|
David Grudl
|
550c477797
|
DibiConnection::alias() refactoring
|
2010-05-19 15:33:37 +02:00 |
|
David Grudl
|
26384626ba
|
ArrayObject -> Traversable & iterator_to_array
|
2010-04-26 20:43:04 +02:00 |
|
David Grudl
|
a4c5f327de
|
DibiConnection: $config can be Traversable
|
2010-04-22 22:14:46 +02:00 |
|
David Grudl
|
90d61002fb
|
added @property phpDoc
|
2010-04-22 12:12:11 +02:00 |
|
David Grudl
|
57b68131e6
|
DibiProfiler: $tickets is now static, profiler sets dibi static variables
|
2010-04-04 00:08:14 +02:00 |
|
David Grudl
|
3f6a075251
|
updated for new Nette Debug Bar
|
2010-04-01 05:30:32 +02:00 |
|
David Grudl
|
d61bd79982
|
DibiConnection: inTransaction() is back, implemented in drivers
|
2010-01-11 16:58:37 +01:00 |
|
David Grudl
|
c37475838f
|
- year 2009 -> 2010
|
2010-01-03 15:32:26 +01:00 |
|
David Grudl
|
20d22dd81b
|
DibiConnection: deprecated inTransaction (BC break!)
|
2009-12-17 23:53:45 +01:00 |
|