1
0
Fork 0
mirror of synced 2025-04-05 06:13:37 +03:00

Commit graph

  • 65ebec5aa9 Fixed sqlite connection function binding issue when using Doctrine_Db as well as added proper primary key handling for export methods zYne 2007-01-11 22:39:32 +00:00
  • 56ff937833 fixed lazy-connecting for transaction methods zYne 2007-01-11 22:38:35 +00:00
  • 86ec08c331 joesimms: added support for many roots for one table, added another example illustrating this, see EXAMPLE2.tree.php, also changed toString to __toString in getPath() joesimms 2007-01-11 14:17:21 +00:00
  • d829e223b2 Removed sequence module methods from main driver classes zYne 2007-01-11 11:57:48 +00:00
  • 6822752265 Removed transaction driver exceptions (not needed anymore) zYne 2007-01-11 11:51:57 +00:00
  • 9b20d16a9a zYne 2007-01-11 00:46:08 +00:00
  • 10f8657ad0 fixed compiler zYne 2007-01-11 00:43:47 +00:00
  • 2169ac807a zYne 2007-01-11 00:42:24 +00:00
  • 26406f61f0 docs for sequence handling zYne 2007-01-10 21:16:27 +00:00
  • 2efddca0e2 added sequence test case zYne 2007-01-10 20:36:40 +00:00
  • 78b06ef3ae zYne 2007-01-10 20:36:29 +00:00
  • 0bafdb6694 Minor fixes zYne 2007-01-10 20:34:25 +00:00
  • 2bdb6860c9 Updated sqlite export driver zYne 2007-01-10 19:05:58 +00:00
  • e91feeafb7 little fix zYne 2007-01-09 23:14:22 +00:00
  • 2b7731d7e3 zYne 2007-01-09 23:12:17 +00:00
  • 16c809443f added query join test case zYne 2007-01-09 23:11:32 +00:00
  • 41d6a3fe0f zYne 2007-01-09 23:10:48 +00:00
  • 05d969515e zYne 2007-01-09 22:59:15 +00:00
  • d14e19a6fb minor bug fix zYne 2007-01-09 22:58:49 +00:00
  • 2e7b683b59 remove call by &reference and add class type hints david 2007-01-08 12:00:47 +00:00
  • 971083c836 tiny update for Zend standards david 2007-01-08 11:48:27 +00:00
  • fc4261d1f7 zYne 2007-01-08 11:12:53 +00:00
  • 4928dfef8c zYne 2007-01-08 00:13:41 +00:00
  • c8d0a378dd updated sequence driver test cases zYne 2007-01-08 00:12:29 +00:00
  • 609a228d5f added some tests for sqlite sequence driver zYne 2007-01-08 00:00:26 +00:00
  • bd46df215d zYne 2007-01-07 23:52:15 +00:00
  • af0d91fea5 zYne 2007-01-07 19:40:06 +00:00
  • 33706eee6d Updated sequence drivers zYne 2007-01-07 18:31:17 +00:00
  • 0a5a3bcdfe Aggregate relations now treated the same ways as composite relations on save operations zYne 2007-01-07 18:10:51 +00:00
  • dd5c9d0516 zYne 2007-01-07 18:04:17 +00:00
  • 12e76ba6a6 updated the compiler class list zYne 2007-01-07 18:00:13 +00:00
  • 78ce54a7e5 - added colnum parameter to fetchOne and fetchColumn - use fetchColumn() in fetchOne() - removed PORTABILITY_FIX_CASE handling in fetchColumn() since this can be handled by PDO internally lsmith 2007-01-07 14:52:16 +00:00
  • 2933cd2dd1 updated NestedSet to use Zend coding standards. still a few problems with return values using () that need to be looked at. david 2007-01-06 13:18:51 +00:00
  • 6786ce0ced Added sequence driver exception classes zYne 2007-01-06 10:48:35 +00:00
  • 24f6b06256 sequence porting continues zYne 2007-01-06 10:47:57 +00:00
  • 1d14143597 zYne 2007-01-05 23:47:54 +00:00
  • 27e36c2e23 zYne 2007-01-05 23:44:10 +00:00
  • 61967bce15 zYne 2007-01-05 23:42:27 +00:00
  • 3f9565e638 ported interbase sequence functionality, still needs refactoring zYne 2007-01-05 23:39:09 +00:00
  • ebfc0788e4 zYne 2007-01-05 23:35:46 +00:00
  • 5ce795be85 zYne 2007-01-05 23:27:31 +00:00
  • 413af9225f zYne 2007-01-05 23:25:25 +00:00
  • 72bc84f42d sequence module skeleton added zYne 2007-01-05 23:16:50 +00:00
  • 6e5e5c2141 added some test case skeletons zYne 2007-01-05 22:33:53 +00:00
  • 1aecd11e34 zYne 2007-01-05 22:13:44 +00:00
  • 8e667dade3 - s/query/exec lsmith 2007-01-05 22:08:25 +00:00
  • 3bc748c5f4 - s/\$db/\$this->conn - turned raiseError() calls into throw Exception - MDB2 style query*() conversion to Doctrine style fetch*() - removed PEAR::isError() calls lsmith 2007-01-05 22:08:05 +00:00
  • b0f3a5d77a test cases updated zYne 2007-01-05 22:07:50 +00:00
  • cf4c715cd2 - s/\$db/\$this->conn - turned raiseError() calls into throw Exception lsmith 2007-01-05 22:07:24 +00:00
  • 67514f4c6a - s/\$db/\$this->conn - turned raiseError() calls into throw Exception - MDB2 style query*() conversion to Doctrine style fetch*() lsmith 2007-01-05 22:06:52 +00:00
  • 1a21a43e52 - s/\$db/\$this->conn - turned raiseError() calls into throw Exception lsmith 2007-01-05 22:05:55 +00:00
  • 260558e032 - make more use of Doctrine internal methods lsmith 2007-01-05 22:04:24 +00:00
  • eae259a247 - make more use of Doctrine internal methods lsmith 2007-01-05 22:04:11 +00:00
  • d4750eef1d update the nestedset example so it doesn't point to joesimm's home directory ;) david 2007-01-05 13:25:47 +00:00
  • 9b53bb898b joesimms: initial draft for tree support. NestedSet support included, placeholders for other popular implementations also included. Read the README.tree file for more information and changelog to core files. Modified core files have also been included in this commit. hope it works and you like it ! joesimms 2007-01-05 12:33:50 +00:00
  • f56b11afbd zYne 2007-01-05 00:28:36 +00:00
  • 0aac52ef74 zYne 2007-01-04 23:52:18 +00:00
  • 83d89b766d TreeStructure bug fixed zYne 2007-01-04 21:08:56 +00:00
  • b636861742 Doctrine_Db now supports pending attributes => lazy connecting now possible zYne 2007-01-04 20:37:35 +00:00
  • f900a51a7d Custom join condition support for DQL zYne 2007-01-03 15:34:34 +00:00
  • ececdadf2c added a test for a self-referential tree structure using only one table david 2007-01-03 14:56:03 +00:00
  • 08d638eda3 zYne 2007-01-02 19:33:22 +00:00
  • 1a52fe7263 typo (might fix #236) chtito 2007-01-02 17:23:20 +00:00
  • dcdc049588 - CS fixes lsmith 2007-01-02 15:24:43 +00:00
  • 9f6a652a62 zYne 2007-01-01 18:41:24 +00:00
  • 8ea6bfc120 zYne 2007-01-01 18:37:48 +00:00
  • afb21d1a40 zYne 2007-01-01 18:36:37 +00:00
  • b18b38da25 added custom join condition support for DQL zYne 2007-01-01 18:29:22 +00:00
  • a6cf587ce1 zYne 2007-01-01 17:47:04 +00:00
  • 953355c2ba added import driver exception classes zYne 2006-12-30 11:13:24 +00:00
  • d5e5c876d7 added exception classes for transaction module drivers zYne 2006-12-30 11:07:03 +00:00
  • b729da7952 Exception classes for the export drivers, also added export reporter class zYne 2006-12-30 11:01:49 +00:00
  • 5bfd47cd42 import drivers updated zYne 2006-12-30 10:58:58 +00:00
  • 611c65e759 added null key handling for Doctrine_Collection zYne 2006-12-30 00:50:54 +00:00
  • 747369185b zYne 2006-12-30 00:30:28 +00:00
  • eb1a96b0b6 Changed the PDO::query calls to Doctrine_Connection::execute calls for portable errors zYne 2006-12-30 00:28:24 +00:00
  • d9d4e8771b Fixed many small bugs zYne 2006-12-30 00:25:52 +00:00
  • 1febda1189 Made the datadict driver testcases adhere to new coding standards zYne 2006-12-30 00:08:53 +00:00
  • 13cd9efaa1 new tests for pgsql datadict driver zYne 2006-12-29 23:56:09 +00:00
  • 8ab9395606 new tests for the oracle datadict driver zYne 2006-12-29 22:24:32 +00:00
  • 398c819161 tests for the mssql datadict driver zYne 2006-12-29 22:12:36 +00:00
  • abc34cf070 new test for mysql driver zYne 2006-12-29 21:54:52 +00:00
  • 4650a38da2 Fixes #250. Ticket: 250 romanb 2006-12-29 21:52:42 +00:00
  • 9d87bb45f4 - remove trailing whitespace lsmith 2006-12-29 21:46:14 +00:00
  • 3214810e8f Temporary fix for #254 until there's a better solution available. Ticket: 254 romanb 2006-12-29 21:34:26 +00:00
  • 239995d3c3 - fixed switch statement formating according to ZF CS lsmith 2006-12-29 21:30:37 +00:00
  • b4ac430dba zYne 2006-12-29 21:26:56 +00:00
  • 8c28e735ef added new tests for firebird datadict driver zYne 2006-12-29 21:26:03 +00:00
  • f998aff6f1 added Firebird exception class zYne 2006-12-29 21:08:07 +00:00
  • 6239c4b3af Fixed the Phing build script to build the API documentation (Thanks meus for supplying the patch) jhassine 2006-12-29 16:40:00 +00:00
  • 4e22f1fbaf - second round of PEAR CS fixes lsmith 2006-12-29 14:40:47 +00:00
  • 716bb65b86 - first round of PEAR CS fixes lsmith 2006-12-29 14:01:31 +00:00
  • f6400e0119 zYne 2006-12-29 13:55:49 +00:00
  • 8110cf8e89 Mysql string > 255 now converts to TEXT type zYne 2006-12-29 13:45:41 +00:00
  • 64923b584a fixed wrong class constants chtito 2006-12-29 13:09:06 +00:00
  • 4bff105385 added getParams() method zYne 2006-12-29 11:30:36 +00:00
  • 7529c4d986 added new import driver functionality zYne 2006-12-29 11:03:19 +00:00
  • a6a0427bb2 zYne 2006-12-28 23:46:12 +00:00
  • b40c969f74 Refactored import and pgsql import driver zYne 2006-12-28 21:24:54 +00:00
  • 491b156022 Refactored pgsql import driver zYne 2006-12-28 21:04:57 +00:00