1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

75 Commits

Author SHA1 Message Date
zYne
37bb2d3a7a 2007-04-03 17:41:02 +00:00
zYne
ef7f3c2bf1 fixes #293 2007-03-23 16:31:35 +00:00
zYne
f7a7472cae Foreign key exporting added 2007-03-21 22:11:18 +00:00
zYne
1da5baee10 2007-03-02 20:47:17 +00:00
zYne
b7ab722920 2007-01-24 22:50:49 +00:00
zYne
8a1766e964 fixed ATTR_COLL_KEY handling 2007-01-21 22:26:38 +00:00
zYne
880ca14f74 added PDO based attributes, fixed DQL aggregate value handling with left joins + added some new tests
Ticket: 263
2007-01-17 22:07:09 +00:00
lsmith
9d87bb45f4 - remove trailing whitespace 2006-12-29 21:46:14 +00:00
lsmith
239995d3c3 - fixed switch statement formating according to ZF CS 2006-12-29 21:30:37 +00:00
lsmith
4e22f1fbaf - second round of PEAR CS fixes 2006-12-29 14:40:47 +00:00
lsmith
716bb65b86 - first round of PEAR CS fixes 2006-12-29 14:01:31 +00:00
chtito
1d1f0556b2 allowing customisation of the invokers prefixes 2006-12-14 19:01:24 +00:00
zYne
ece1833941 fixed references 2006-11-29 22:12:43 +00:00
zYne
2241453570 Lots of small fixes, driver improvments and more tests 2006-11-28 23:26:44 +00:00
zYne
c134ad16cb Added support for new attributes 2006-11-21 23:35:08 +00:00
zYne
281b30fb1f fixes #233 2006-11-19 14:30:44 +00:00
zYne
6daa1e3443 fixed references to deprecated getTransaction() and getUnitOfWork() methods 2006-11-16 20:31:39 +00:00
zYne
69a97d13be Updated some doc blocks 2006-11-16 13:25:45 +00:00
zYne
02cc9b2f6c Removed cache constants, added portability constants 2006-11-16 12:45:34 +00:00
zYne
085dc9d601 Enhanced class doc blocks, fixes #228 2006-11-12 12:14:08 +00:00
pookey
60985b5697 renaming all DB references to Db 2006-11-06 18:00:35 +00:00
zYne
ba4c83ef3a Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability). 2006-11-05 19:24:28 +00:00
romanb
4433e6ff40 Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD.
Both default to TRUE. If set to false, you need to explicitly specify "length" and/or "type" in the parameter of hasColumn that specifies the validators for that column.
2006-10-31 18:03:48 +00:00
zYne
847bd1ade6 new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
pookey
6094eeb536 moving php source files to lib directroy 2006-09-26 15:00:13 +00:00