1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-19 00:36:17 +02:00

Commit Graph

  • 16b254fce1 MSSQL2005 applyLimit fixed Daniel Kouba 2012-12-11 16:13:37 +01:00
  • 10fdecfc13 updated examples David Grudl 2012-12-16 19:31:37 +01:00
  • 322a110f75 Merge pull request #75 from whipsterCZ/patch-3 David Grudl 2012-12-16 14:37:50 -08:00
  • 188acf1f76 Column size is string or NULL Daniel Kouba 2012-12-11 15:09:21 +01:00
  • 8cda1401ff Merge pull request #70 from DragonJake/cli-enhancements David Grudl 2012-12-04 05:50:44 -08:00
  • 2dc30747e5 released 2.0.2 v2.0.2 David Grudl 2012-12-04 14:43:02 +01:00
  • 23531a0f3d reflectors: table names are correctly escaped David Grudl 2012-12-04 14:35:53 +01:00
  • 22c6f2dfda DibiTranslator: number of decimal points changed to 10 David Grudl 2012-12-04 14:22:50 +01:00
  • f51ac0b67e fixed invalid escaping sequences in double quoted strings, used \z instead of $ David Grudl 2012-10-18 22:06:19 +02:00
  • 43f5e08296 DibiConnection: fixed loadFromFile() and loading file without semicolon [Closes #63] David Grudl 2012-04-03 15:30:10 +02:00
  • 9a605573a2 released 2.0.1 David Grudl 2012-12-04 14:40:06 +01:00
  • d09e490f1b reflectors: table names are correctly escaped David Grudl 2012-12-04 14:35:53 +01:00
  • 865e44c30f DibiTranslator: number of decimal points changed to 10 David Grudl 2012-12-04 14:22:50 +01:00
  • c08918e034 updated Nette\Debugger David Grudl 2012-12-04 05:49:23 +01:00
  • c385888f9a dibi::$sql is always set David Grudl 2012-12-04 05:28:23 +01:00
  • 6c82e777e1 added Nette\Tester David Grudl 2012-10-18 22:09:48 +02:00
  • b4de8daed3 fixed invalid escaping sequences in double quoted strings, used \z instead of $ David Grudl 2012-10-18 22:06:19 +02:00
  • 7696fc36e1 Added MSSQL 2005 Reflector Daniel Kouba 2012-12-03 14:59:13 +01:00
  • 627c102add dibi: colorized SQL dump in CLI mode Jakub Krčma 2012-10-03 22:56:49 +02:00
  • 6ced2d3af2 DibiResult: added simple dump in CLI mode Jakub Krčma 2012-10-03 22:21:38 +02:00
  • 927fc858d2 MySQL & MySQLi: added timezone configuration option Jakub Krčma 2012-10-03 21:13:03 +02:00
  • f355b8ede7 Allow forcing a persistent connection via driver configuration Jirka Chadima 2012-08-28 11:05:40 +02:00
  • dfda0b4d96 DibiConnection: fixed loadFromFile() and loading file without semicolon [Closes #63] David Grudl 2012-04-03 15:30:10 +02:00
  • 997f5a98f8 released 2.0.1 stable v2.0.1 David Grudl 2012-03-30 22:45:37 +02:00
  • e4b3cfb12c added composer.json Jan Marek 2012-03-27 17:42:15 +02:00
  • 26082294b6 DibiTranslator: number of decimal points changed to 20 David Grudl 2012-02-29 00:08:08 +01:00
  • b3052b4ce2 DibiFirePhpLogger: Fix undefined property access Miloslav Hůla 2012-02-11 17:36:15 +01:00
  • efa3a48232 numOfQueries and totalTime moved to profilers David Grudl 2012-02-06 18:15:52 +01:00
  • 24511a1d96 Fixed NettePanel output for multiple connections Ondrej Nespor 2012-02-05 01:22:53 +01:00
  • a20ba29b13 typos Miloslav Hůla 2012-02-06 13:55:40 +01:00
  • a606be0efa Fix DibiMsSql2005Driver::getResultColumns() Miloslav Hůla 2012-02-06 13:43:17 +01:00
  • c1537c1d36 added composer.json Jan Marek 2012-03-27 17:42:15 +02:00
  • 973c2452a7 DibiTranslator: number of decimal points changed to 20 David Grudl 2012-02-29 00:08:08 +01:00
  • 38742aee57 Merge pull request #61 from milo/fix-fire-logger David Grudl 2012-02-12 14:32:15 -08:00
  • b2744174f7 DibiFirePhpLogger: Fix undefined property access Miloslav Hůla 2012-02-11 17:36:15 +01:00
  • 9b7b964696 numOfQueries and totalTime moved to profilers David Grudl 2012-02-06 18:15:52 +01:00
  • 06642ec9ee Merge pull request #56 from Andrewsville/multiple-connections-nettepanel-fix David Grudl 2012-02-06 09:04:27 -08:00
  • a2ad4faf49 Merge pull request #58 from milo/fix-mssql David Grudl 2012-02-06 07:25:27 -08:00
  • 4be92b62f8 typos Miloslav Hůla 2012-02-06 13:55:40 +01:00
  • 52986705d8 Fix DibiMsSql2005Driver::getResultColumns() Miloslav Hůla 2012-02-06 13:43:17 +01:00
  • 0c51f6c9ea Fixed NettePanel output for multiple connections Ondrej Nespor 2012-02-05 01:22:53 +01:00
  • 7c47f57e30 released 2.0 stable v2.0.0 David Grudl 2012-01-19 05:50:06 +01:00
  • 0327573085 updated Nette Debugger David Grudl 2012-02-03 13:48:00 +01:00
  • cf2e08c20f DibiNettePanel: fixed doubled alias David Grudl 2012-02-01 21:50:26 +01:00
  • 9b7a80e894 DibiConnection ensures class dibi is loaded David Grudl 2012-02-01 19:18:07 +01:00
  • 2ae6535899 Consider value of %n array as identifier Miloslav Hůla 2012-01-28 12:21:47 +01:00
  • 0b2cb3c6e4 Detection of PostgreSQL array types Miloslav Hůla 2012-01-19 10:51:33 +01:00
  • 0723e8ffc8 typos David Grudl 2012-01-19 06:00:38 +01:00
  • 5b68657842 DibiResult: row-class can be disabled and fetch() returns array David Grudl 2012-01-19 05:44:39 +01:00
  • 3cde2c7815 DibiTranslator: supported key%~like~ modifier in array keys David Grudl 2012-01-19 05:36:45 +01:00
  • 5aed9e7e4f MSSQL2005: used native functions for transaction David Grudl 2012-01-19 05:15:32 +01:00
  • c2c63615fd DibiFluent: added setupResult() David Grudl 2012-01-19 05:02:06 +01:00
  • e4ed284e77 DibiConnection: added config option "result|formatDate" David Grudl 2012-01-19 04:32:56 +01:00
  • 0f21b6ca5b DibiEvent: (SELECT ...) UNION (SELECT ...) is classified as SELECT [Closes #35] David Grudl 2012-01-19 04:17:39 +01:00
  • b87d3cab81 DibiConnection::test() shows complete error message David Grudl 2012-01-19 03:31:18 +01:00
  • 3f2e383b47 __toString() do not throw an exception [Closes #19] David Grudl 2012-01-19 02:25:30 +01:00
  • bf49cec002 DibiNettePanel: Oracle explains using EXPLAIN PLAN David Grudl 2012-01-21 16:54:19 +01:00
  • 70fd2368aa DibiNettePanel: explain SQL command can be altered David Grudl 2012-01-19 00:26:43 +01:00
  • 5d41128752 calling getResultResource() disables auto-free in __destruct() David Grudl 2012-01-19 01:57:23 +01:00
  • 5efb11d780 DibiMysqlDriver & DibiPostgreSql: escape() checks if resource is alive [Closes #46] David Grudl 2012-01-19 03:04:21 +01:00
  • 660a9db522 drivers: getResource() and getResultResource() checks if resource is alive David Grudl 2012-01-19 03:02:36 +01:00
  • c7b9a91fc2 DibiResult: added getResultDriver() David Grudl 2012-01-19 00:12:08 +01:00
  • ea0d6d02ba DibiResult: added setFormat() David Grudl 2012-01-18 21:08:34 +01:00
  • b964887f9d released 1.5-rc2 David Grudl 2012-01-12 00:31:34 +01:00
  • a8f5e09b69 DibiDateTime: added __toString(), modify(), modifyClone() David Grudl 2012-01-12 14:59:56 +01:00
  • 8c481bc128 DibiRow: asBool(), asDate() and asTimestamp() deprecated David Grudl 2012-01-12 01:19:06 +01:00
  • 4c85d1d55c DibiNettePanel: works with disabled bar [Closes #43] David Grudl 2012-01-12 01:04:35 +01:00
  • 2a5934c385 removed IDibiVariable & DibiVariable, replaced with DibiLiteral David Grudl 2012-01-12 00:43:06 +01:00
  • a8672bb6ff DibiFluent passed as argument to DibiFluent is converted to string [Closes #44] David Grudl 2012-01-12 00:38:39 +01:00
  • 9bc53109a0 Adding reflector code for MSSQL. Steven Bredenberg 2011-05-10 12:09:52 -04:00
  • 3288b38b6c Implemented escapeLike() for Oracle driver Radek Dostál 2011-06-15 06:05:56 -07:00
  • 8c8b3c3dc1 dibi: new keywords in dump() David Grudl 2012-01-11 23:46:20 +01:00
  • 2c1950eacf DibiDatabaseInfo::detectTypes: adjusted YEAR, BIGINT David Grudl 2012-01-11 23:47:38 +01:00
  • baf08d3c71 DibiConnection: types detection + normalization is always TRUE David Grudl 2012-01-11 23:01:10 +01:00
  • e60dc2d2d0 Merge pull request #48 from mil0/master David Grudl 2012-01-11 13:31:15 -08:00
  • eee105f607 class DibiNettePanel is included in dibi.php [Closes #49] David Grudl 2012-01-11 00:18:17 +01:00
  • c65294075e Merge remote-tracking branch 'upstream/master' Miloslav Hůla 2012-01-08 20:03:30 +01:00
  • 1d63af75f9 Nette: getContainer() renamed to getContainerBuilder() David Grudl 2012-01-06 04:02:23 +01:00
  • 9be3bd7a53 fix: DibiNettePanel is called only if required interface is available David Grudl 2012-01-04 18:50:23 +01:00
  • 96d7236a4a Implemented getForeignKeys() for PostgreSQL driver Miloslav Hůla 2012-01-03 13:57:37 +01:00
  • 9ba0cf62d1 All exceptions are DibiException descendants David Grudl 2012-01-03 05:46:28 +01:00
  • d1a63ce757 FireBird driver: implemented getResultColumns() David Grudl 2012-01-03 05:34:56 +01:00
  • 0a17cc50ae updated Nette\Debugger David Grudl 2012-01-03 05:15:44 +01:00
  • 74a139974c DibiTranslator: fixed usage of modifier ? David Grudl 2012-01-03 05:14:44 +01:00
  • dbb72b769b updated phpDoc @package David Grudl 2012-01-03 04:50:11 +01:00
  • dd07d50434 added DibiNetteExtension David Grudl 2012-01-03 04:29:12 +01:00
  • 53c2ef55d8 changed profiler API; IDibiProfiler replaced with DibiConnection::$onEvent; DibiProfiler split to DibiFileLogger, DibiFirePhpLogger and DibiNettePanel (BC break!) David Grudl 2012-01-02 21:35:41 +01:00
  • 1d4e86fe2b Updated copyright notices for 2012 David Grudl 2012-01-02 20:24:16 +01:00
  • 183a215fc5 updated DibiProfiler CSS David Grudl 2011-07-01 08:15:58 +02:00
  • 9c59fee929 updated examples & Debugger David Grudl 2011-07-01 08:06:36 +02:00
  • ac1f45b397 updated for Nette 2.0 beta: exceptions David Grudl 2011-07-01 07:58:27 +02:00
  • 508e8638e8 Merge pull request #34 from mil0/master. David Grudl 2011-05-02 15:35:20 -07:00
  • 0de947883b updated for Nette 2.0 beta David Grudl 2011-04-21 01:52:02 +02:00
  • b979295baa implemented escapeLike() for PostgreSQL driver Miloslav Hůla 2011-03-10 14:33:34 +01:00
  • 8a899c7ddb DibiProfiler logs source files and lines David Grudl 2011-02-23 02:16:07 +01:00
  • 1a4ea39a60 DibiProfiler: iterator fix Lukáš Gavenda 2011-02-17 16:23:18 -08:00
  • acda14ca64 DibiProfiler shows source files and lines David Grudl 2011-02-17 22:19:06 +01:00
  • f09e4b9b3e updated Nette\Debug David Grudl 2011-02-17 22:18:30 +01:00
  • 1103714b9f typos David Grudl 2011-02-16 19:27:38 +01:00
  • e37af6f99d added IDibiVariable David Grudl 2011-02-16 18:01:22 +01:00