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

Commit graph

  • 9ed1eea1e9 More driver tests zYne 2006-11-27 19:28:27 +00:00
  • 8162a684b2 generated using http://uml2php5.zpmag.com/ and sorted roughly by hand chris 2006-11-26 21:28:44 +00:00
  • 417924294b Updated datadict drivers zYne 2006-11-26 19:48:55 +00:00
  • eb6dde75e6 Doctrine_DataDict_Mssql_Exception now has Doctrine_DataDict_Exception as parent zYne 2006-11-26 19:47:19 +00:00
  • 9ac54863c6 replaced pear error with exception zYne 2006-11-25 11:01:11 +00:00
  • f02ad22cc4 updated firebird and mysql drivers zYne 2006-11-25 10:59:33 +00:00
  • 85559a7f35 Updated pgsql expression and datadict drivers zYne 2006-11-25 10:47:17 +00:00
  • 01efe0ed22 updated driver tests zYne 2006-11-24 23:23:52 +00:00
  • 41e5b46618 updated datadict driver tests zYne 2006-11-24 23:23:21 +00:00
  • de94e46471 fixed some bugs in mysql export driver zYne 2006-11-24 23:22:56 +00:00
  • ec36e81d60 added new constant zYne 2006-11-24 23:22:20 +00:00
  • 5b7089cb86 added implementation for getSequenceName and getIndexName zYne 2006-11-24 20:51:40 +00:00
  • b6583680a1 added new datatype tests for sqlite zYne 2006-11-24 16:06:12 +00:00
  • b1d5eedb47 Updated test cases zYne 2006-11-23 23:23:24 +00:00
  • 70e467b7bf Added Doctrine_Adapter, updated many driver classes zYne 2006-11-23 22:54:10 +00:00
  • 98c1f66b64 small fixes for transaction drivers zYne 2006-11-23 15:30:22 +00:00
  • 4a7487567d added new test cases for transaction drivers zYne 2006-11-23 15:30:00 +00:00
  • 12520b3401 added test case for pgsql transaction module zYne 2006-11-22 23:40:21 +00:00
  • ec662f3ee4 added new driver tests zYne 2006-11-22 23:35:34 +00:00
  • 9200d1271a small refactorings zYne 2006-11-22 18:15:21 +00:00
  • ee5a7f8c1b Added super class for all export test cases zYne 2006-11-22 00:26:34 +00:00
  • f5fc3a6e5b added tests for pgsql export driver zYne 2006-11-22 00:19:23 +00:00
  • 7e32cde027 added tests for firebird export driver zYne 2006-11-22 00:19:00 +00:00
  • d97c78dad8 updated query limit test case, added new tests for mysql export driver zYne 2006-11-22 00:18:33 +00:00
  • c134ad16cb Added support for new attributes zYne 2006-11-21 23:35:08 +00:00
  • a27ed3d314 zYne 2006-11-21 23:34:45 +00:00
  • 14075fa7ec Added some tests for new attributes zYne 2006-11-21 23:34:12 +00:00
  • 5f1a4074a0 zYne 2006-11-20 20:28:59 +00:00
  • fb8498e0bd Quick fix for bug found with many-to-many relation fetching and limit zYne 2006-11-20 20:22:53 +00:00
  • 8ca0e1a52f Added db2 connection driver zYne 2006-11-20 10:19:31 +00:00
  • 48b8791e17 fixing Strict standards: Declaration of Doctrine_Connection_Mysql::replace() should be compatible with that of Doctrine_Connection::replace() pookey 2006-11-20 01:46:12 +00:00
  • 7a5cda86c2 added getServerVersion to pgsql driver zYne 2006-11-19 22:20:46 +00:00
  • 231be6550b zYne 2006-11-19 22:16:12 +00:00
  • 5a5934db0b added replace(), currId and nextId() methods zYne 2006-11-19 22:15:23 +00:00
  • d4df743a96 added new attributes (needed in the future) zYne 2006-11-19 22:12:18 +00:00
  • eedfb40e76 Module constructor no longed needs Connection object zYne 2006-11-19 14:35:19 +00:00
  • 281b30fb1f fixes #233 zYne 2006-11-19 14:30:44 +00:00
  • c9d6c63f81 added Firebird datadict driver, updated firebird expression driver zYne 2006-11-19 12:06:42 +00:00
  • ff42bc9f90 zYne 2006-11-18 20:27:09 +00:00
  • 7c38b01295 added Mssql export driver zYne 2006-11-17 15:02:23 +00:00
  • 61c793c2cf Refactored export drivers zYne 2006-11-17 14:59:57 +00:00
  • c1c66b6b3f Started porting the interbase manager methods from MDB2 to firebird export driver zYne 2006-11-16 22:44:14 +00:00
  • 4d02a63e64 added firebird export driver zYne 2006-11-16 22:30:15 +00:00
  • 6d4e947eef added UnitOfWork test case zYne 2006-11-16 22:07:13 +00:00
  • b3915b8ad0 fixing typo pookey 2006-11-16 21:54:53 +00:00
  • 2c3b8bab19 Fixed limit subquery handling on mysql with prepared statements, fixes #231 zYne 2006-11-16 21:38:59 +00:00
  • 6daa1e3443 fixed references to deprecated getTransaction() and getUnitOfWork() methods zYne 2006-11-16 20:31:39 +00:00
  • 4f361df6c3 updated doc block zYne 2006-11-16 18:45:51 +00:00
  • 69a97d13be Updated some doc blocks zYne 2006-11-16 13:25:45 +00:00
  • caf4185955 Refactored Doctrine_Connection zYne 2006-11-16 13:19:45 +00:00
  • d6d7824135 Refactored connection modules, added new methods to Doctrine_Connection zYne 2006-11-16 12:46:23 +00:00
  • 02cc9b2f6c Removed cache constants, added portability constants zYne 2006-11-16 12:45:34 +00:00
  • 7cbef3b4fe added Doctrine_Connection_Module zYne 2006-11-15 20:36:58 +00:00
  • f8b966366a Ported index/sequence name fixing and common manager functionality from MDB2 zYne 2006-11-15 15:19:55 +00:00
  • 311131b548 Added Oracle export driver (still needs a lot of refactoring) zYne 2006-11-15 14:54:28 +00:00
  • be0d79c48f Updated transaction drivers zYne 2006-11-14 21:57:11 +00:00
  • 2459f8f593 Informix datadict driver: added some sql clauses for future use zYne 2006-11-14 21:47:08 +00:00
  • 8b5cf30ef8 Updated Pgsql datadict driver, moved transaction isolation functionality to Doctrine_Transaction zYne 2006-11-14 18:21:36 +00:00
  • 256fbd5331 Moved transaction isolation functionality to transaction drivers zYne 2006-11-13 22:08:41 +00:00
  • a452ccb620 added transaction exception class zYne 2006-11-13 20:40:20 +00:00
  • 61c59aa0e0 Doctrine_Transaction drivers zYne 2006-11-13 20:31:38 +00:00
  • 9f54ba0398 First draft for the new Transaction component zYne 2006-11-13 20:09:14 +00:00
  • 9b46ca5472 Enhance Doctrine_Db doc blocks zYne 2006-11-13 18:16:10 +00:00
  • 22d91d9dee Moved connection exception driver functionality to Doctrine_Db_Exception drivers zYne 2006-11-13 18:15:14 +00:00
  • 0999dd6532 added Doctrine_Db_Exception drivers zYne 2006-11-13 18:14:20 +00:00
  • 3ee90a511e Portable error code updates zYne 2006-11-13 17:45:45 +00:00
  • b83d0ab399 Firebird driver: handling of portable error codes zYne 2006-11-13 12:54:12 +00:00
  • 4a4341e70d added reserved keyword array to pgsql datadict zYne 2006-11-13 12:31:50 +00:00
  • f94d3e4703 Fixed OFFSET clause generation of Pgsql driver, which added the OFFSET keyword without a value to the SQL query in case of OFFSET 0. fixes #230 Tanken 2006-11-13 08:01:56 +00:00
  • 219a2c2064 Fixed OFFSET 0 which was interpreted as null and then ignored in SQL-query, causing a SQL-exception Tanken 2006-11-13 07:33:51 +00:00
  • f3d21a7563 added class doc block for Doctrine_View_Exception zYne 2006-11-12 23:06:41 +00:00
  • a208dd3250 Added class doc blocks for validator classes zYne 2006-11-12 23:04:58 +00:00
  • a6bdf19cb9 fixes #229 zYne 2006-11-12 22:57:18 +00:00
  • 085dc9d601 Enhanced class doc blocks, fixes #228 zYne 2006-11-12 12:14:08 +00:00
  • 799102b280 Enhancements and refactorings for the offline locking manager. Ticket: 225,226 romanb 2006-11-11 20:28:54 +00:00
  • 308541322b renaming manual files pookey 2006-11-11 20:17:06 +00:00
  • 276221803e renaming manual files pookey 2006-11-11 20:15:26 +00:00
  • f02cae8214 zYne 2006-11-11 20:15:08 +00:00
  • 7aaf8c49dd Removed old Doctrine_Db_Statement, new one is in lib/Doctrine/Db zYne 2006-11-11 20:02:04 +00:00
  • cbc157fbae replaced the old Doctrine_Db with new one zYne 2006-11-11 20:00:30 +00:00
  • cd80b593f8 Small fixes zYne 2006-11-11 19:51:51 +00:00
  • 7d7c47070a fixing case in files pookey 2006-11-11 19:35:33 +00:00
  • d33e69deb3 fixing case in files pookey 2006-11-11 19:32:34 +00:00
  • de07b6a345 Dependency and strict standard fixes zYne 2006-11-11 19:24:55 +00:00
  • 30a2b0ea74 Removed reference to deprecated constant zYne 2006-11-11 19:14:02 +00:00
  • b3c5aeb225 issues with case sensitivity pookey 2006-11-11 10:54:55 +00:00
  • 13fd0949d7 Doctrine_Db updates zYne 2006-11-10 23:35:02 +00:00
  • 4a32d6a98f Association classes are located in Relation dir zYne 2006-11-10 23:32:57 +00:00
  • 28ea79488a zYne 2006-11-10 23:15:34 +00:00
  • eef1bd4882 Portable error code updates zYne 2006-11-10 22:40:18 +00:00
  • 90e2887428 added portable error codes to oracle driver zYne 2006-11-10 22:37:34 +00:00
  • de446d2e73 added portable error codes to mysql driver exception zYne 2006-11-10 22:34:16 +00:00
  • 38a181690b Doctrine_Connection_Sqlite_Exception : added portable error codes zYne 2006-11-10 22:29:20 +00:00
  • 1e464e98ea DQL LIMIT / OFFSET docs updated zYne 2006-11-10 22:09:08 +00:00
  • 440bef080c Updated Doctrine_Db docs zYne 2006-11-10 21:29:13 +00:00
  • d8f35ee0b4 fixes #227 pookey 2006-11-10 18:24:57 +00:00
  • f84fce2e5e param order wrong on array_search in D_Table::getAliasName() pookey 2006-11-10 18:24:34 +00:00
  • 34ecd30498 Doctrine_Query::where() now accepts prepared statement parameters zYne 2006-11-08 19:12:16 +00:00
  • 188520e946 Added missing runtime classes to compiler runtime classes list zYne 2006-11-08 12:23:18 +00:00
  • 0cdd144bd5 Added portable error code constants to Doctrine_Db, errorCodeMaps to sqlite and mysql drivers zYne 2006-11-08 12:11:55 +00:00