1
0
mirror of synced 2024-12-14 23:26:04 +03:00
Commit Graph

938 Commits

Author SHA1 Message Date
zYne
2c3b8bab19 Fixed limit subquery handling on mysql with prepared statements, fixes #231 2006-11-16 21:38:59 +00:00
zYne
6daa1e3443 fixed references to deprecated getTransaction() and getUnitOfWork() methods 2006-11-16 20:31:39 +00:00
zYne
4f361df6c3 updated doc block 2006-11-16 18:45:51 +00:00
zYne
69a97d13be Updated some doc blocks 2006-11-16 13:25:45 +00:00
zYne
caf4185955 Refactored Doctrine_Connection 2006-11-16 13:19:45 +00:00
zYne
d6d7824135 Refactored connection modules, added new methods to Doctrine_Connection 2006-11-16 12:46:23 +00:00
zYne
02cc9b2f6c Removed cache constants, added portability constants 2006-11-16 12:45:34 +00:00
zYne
7cbef3b4fe added Doctrine_Connection_Module 2006-11-15 20:36:58 +00:00
zYne
f8b966366a Ported index/sequence name fixing and common manager functionality from MDB2 2006-11-15 15:19:55 +00:00
zYne
311131b548 Added Oracle export driver (still needs a lot of refactoring) 2006-11-15 14:54:28 +00:00
zYne
be0d79c48f Updated transaction drivers 2006-11-14 21:57:11 +00:00
zYne
2459f8f593 Informix datadict driver: added some sql clauses for future use 2006-11-14 21:47:08 +00:00
zYne
8b5cf30ef8 Updated Pgsql datadict driver, moved transaction isolation functionality to Doctrine_Transaction 2006-11-14 18:21:36 +00:00
zYne
256fbd5331 Moved transaction isolation functionality to transaction drivers 2006-11-13 22:08:41 +00:00
zYne
a452ccb620 added transaction exception class 2006-11-13 20:40:20 +00:00
zYne
61c59aa0e0 Doctrine_Transaction drivers 2006-11-13 20:31:38 +00:00
zYne
9f54ba0398 First draft for the new Transaction component 2006-11-13 20:09:14 +00:00
zYne
9b46ca5472 Enhance Doctrine_Db doc blocks 2006-11-13 18:16:10 +00:00
zYne
22d91d9dee Moved connection exception driver functionality to Doctrine_Db_Exception drivers 2006-11-13 18:15:14 +00:00
zYne
0999dd6532 added Doctrine_Db_Exception drivers 2006-11-13 18:14:20 +00:00
zYne
3ee90a511e Portable error code updates 2006-11-13 17:45:45 +00:00
zYne
b83d0ab399 Firebird driver: handling of portable error codes 2006-11-13 12:54:12 +00:00
zYne
4a4341e70d added reserved keyword array to pgsql datadict 2006-11-13 12:31:50 +00:00
Tanken
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 2006-11-13 08:01:56 +00:00
Tanken
219a2c2064 Fixed OFFSET 0 which was interpreted as null and then ignored in SQL-query, causing a SQL-exception 2006-11-13 07:33:51 +00:00
zYne
f3d21a7563 added class doc block for Doctrine_View_Exception 2006-11-12 23:06:41 +00:00
zYne
a208dd3250 Added class doc blocks for validator classes 2006-11-12 23:04:58 +00:00
zYne
a6bdf19cb9 fixes #229 2006-11-12 22:57:18 +00:00
zYne
085dc9d601 Enhanced class doc blocks, fixes #228 2006-11-12 12:14:08 +00:00
romanb
799102b280 Enhancements and refactorings for the offline locking manager.
Ticket: 225,226
2006-11-11 20:28:54 +00:00
pookey
308541322b renaming manual files 2006-11-11 20:17:06 +00:00
pookey
276221803e renaming manual files 2006-11-11 20:15:26 +00:00
zYne
f02cae8214 2006-11-11 20:15:08 +00:00
zYne
7aaf8c49dd Removed old Doctrine_Db_Statement, new one is in lib/Doctrine/Db 2006-11-11 20:02:04 +00:00
zYne
cbc157fbae replaced the old Doctrine_Db with new one 2006-11-11 20:00:30 +00:00
zYne
cd80b593f8 Small fixes 2006-11-11 19:51:51 +00:00
pookey
7d7c47070a fixing case in files 2006-11-11 19:35:33 +00:00
pookey
d33e69deb3 fixing case in files 2006-11-11 19:32:34 +00:00
zYne
de07b6a345 Dependency and strict standard fixes 2006-11-11 19:24:55 +00:00
zYne
30a2b0ea74 Removed reference to deprecated constant 2006-11-11 19:14:02 +00:00
pookey
b3c5aeb225 issues with case sensitivity 2006-11-11 10:54:55 +00:00
zYne
13fd0949d7 Doctrine_Db updates 2006-11-10 23:35:02 +00:00
zYne
4a32d6a98f Association classes are located in Relation dir 2006-11-10 23:32:57 +00:00
zYne
28ea79488a 2006-11-10 23:15:34 +00:00
zYne
eef1bd4882 Portable error code updates 2006-11-10 22:40:18 +00:00
zYne
90e2887428 added portable error codes to oracle driver 2006-11-10 22:37:34 +00:00
zYne
de446d2e73 added portable error codes to mysql driver exception 2006-11-10 22:34:16 +00:00
zYne
38a181690b Doctrine_Connection_Sqlite_Exception : added portable error codes 2006-11-10 22:29:20 +00:00
zYne
1e464e98ea DQL LIMIT / OFFSET docs updated 2006-11-10 22:09:08 +00:00
zYne
440bef080c Updated Doctrine_Db docs 2006-11-10 21:29:13 +00:00