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

895 Commits

Author SHA1 Message Date
zYne
956b4bb0ca added exportSql() 2007-06-14 20:44:40 +00:00
zYne
82b9d0739c foreign key support 2007-06-14 20:43:04 +00:00
zYne
62f72a7014 2007-06-14 20:37:11 +00:00
zYne
0bf5bf839c 2007-06-14 20:29:33 +00:00
zYne
c8ac51e864 little bug fixes 2007-06-14 20:18:25 +00:00
zYne
3e57286584 doc block fix 2007-06-14 18:17:07 +00:00
zYne
d6095a2420 added IntegrityMapper for future emulation purposes 2007-06-14 18:15:33 +00:00
zYne
72466b364e 2007-06-14 16:01:15 +00:00
zYne
2d088df162 fixed E_STRICT issue 2007-06-14 15:01:58 +00:00
zYne
13c3f788b2 2007-06-14 14:02:40 +00:00
meus
71fb15833d Fixed some spelling errors in xml export 2007-06-14 12:23:02 +00:00
meus
be2f05d8f8 Since SimpleXML only output UTF, we say that the XML is UTF-8. 2007-06-14 12:05:46 +00:00
pookey
a53d19a49f * Commenting out a line in export, I've no idea what it's meant to do, but it breaks things.
* ZYNE! you need to look at this ;)
2007-06-14 11:09:53 +00:00
zYne
d1a1697a5f E_STRICT fixes 2007-06-13 22:31:15 +00:00
zYne
f8134df165 2007-06-13 22:18:34 +00:00
zYne
abfd89192e fixed a bug in import template 2007-06-13 22:16:50 +00:00
zYne
0aa1056c35 2007-06-13 22:13:19 +00:00
zYne
dc2e1d31cb 2007-06-13 22:10:21 +00:00
zYne
6b5bfea300 2007-06-13 22:08:15 +00:00
zYne
c45c3e8331 2007-06-13 22:03:30 +00:00
zYne
03e62f95f0 ported stuff from MDB2 2007-06-13 21:58:22 +00:00
zYne
27ae95af91 dropDatabase() added 2007-06-13 21:41:20 +00:00
zYne
1a14aa301d MDB2 porting continues 2007-06-13 21:37:33 +00:00
zYne
d9678357aa ported getTemporaryTableQuery from MDB2 2007-06-13 21:34:00 +00:00
zYne
ca6a13878a 2007-06-13 21:29:18 +00:00
zYne
deef2137bb ported sequence methods from MDB2 2007-06-13 21:28:49 +00:00
zYne
8d8b66eb1d porting features from MDB2 2007-06-13 21:21:13 +00:00
zYne
365bdc23d0 enhanced mysql driver foreign key support 2007-06-13 21:11:36 +00:00
zYne
e1fb5e5345 removed iterator references (those will be added when the implementation is ready) 2007-06-13 20:22:46 +00:00
mahono
d1085b0056 added Doctrine_Record->isModified() 2007-06-13 12:31:03 +00:00
zYne
34a54f52f8 2007-06-13 11:02:30 +00:00
zYne
0c857398f1 2007-06-12 20:39:27 +00:00
pookey
f69ba1bf5c * fixing boolean values, casting them to bool when reading from the database 2007-06-12 20:31:20 +00:00
zYne
bbc35e3ff4 E_STRICT fix 2007-06-12 19:46:33 +00:00
zYne
ffdf6637e4 private -> protected 2007-06-12 19:45:28 +00:00
zYne
8007b32ca0 drafting Doctrine_Db functionality into connection class 2007-06-12 19:39:03 +00:00
zYne
e4db5eb3a4 made compiler dynamic 2007-06-12 19:05:56 +00:00
zYne
c417a3b3a6 boolean value handling fix 2007-06-12 16:52:35 +00:00
zYne
1cfe7fc65a 2007-06-12 16:18:43 +00:00
zYne
8ee01ce3b2 2007-06-11 23:37:24 +00:00
zYne
8eef3f44c4 updated doc blocks, added savepoint as optional transaction parameter 2007-06-11 23:25:46 +00:00
zYne
595071f767 added full support for join table self-referencing 2007-06-11 19:27:16 +00:00
zYne
670a961a3b 2007-06-11 15:40:31 +00:00
zYne
43af7b69f2 2007-06-11 15:33:59 +00:00
zYne
216cdde6a9 2007-06-10 19:43:52 +00:00
zYne
a361fdaf1a 2007-06-10 19:39:50 +00:00
zYne
44c2399cdf added Mock driver 2007-06-10 19:38:22 +00:00
zYne
d275bed4e7 fixed sequence handling 2007-06-10 19:28:47 +00:00
zYne
1238a5000a fixed some more E_STRICT issues 2007-06-10 19:20:40 +00:00
zYne
6ea281f1d9 fixed E_STRICT issues 2007-06-10 19:17:26 +00:00
zYne
6d8003c32e made Firebird adhere to strict standards 2007-06-10 19:12:01 +00:00
zYne
b70f6cd7ac 2007-06-10 19:09:36 +00:00
zYne
ca775fdc99 fixed many-to-many column guessing 2007-06-09 21:54:08 +00:00
zYne
115cadb081 complete support for DISTINCT keyword 2007-06-08 20:17:17 +00:00
zYne
a358559882 2007-06-08 19:29:01 +00:00
zYne
7fc8eebf10 2007-06-08 19:27:38 +00:00
zYne
a64e675871 2007-06-08 19:07:32 +00:00
zYne
f2895955e8 2007-06-07 20:46:08 +00:00
runa
7a00232c7a fixes bug with extended-non-Doctrine_Record tables and makes the relationship parser to fallback to the old method to find keys if it cannot be guessed 2007-06-07 19:20:24 +00:00
romanb
42170dd406 Fixed #328
Ticket: 328
2007-06-07 19:17:56 +00:00
zYne
bc717ac900 2007-06-07 18:31:11 +00:00
zYne
cc998bf165 2007-06-07 18:21:07 +00:00
zYne
7bacdf0721 2007-06-07 17:58:41 +00:00
zYne
a00c6061ab One-to-one relation fetching fixed 2007-06-07 17:04:56 +00:00
zYne
7bb0a29819 2007-06-07 16:26:01 +00:00
zYne
22a2494569 2007-06-06 00:12:44 +00:00
zYne
86c5a659ed 2007-06-06 00:02:50 +00:00
zYne
6ef0cc9993 2007-06-05 23:58:11 +00:00
zYne
c697f09f32 2007-06-05 23:35:11 +00:00
zYne
3230021f7f Proper false statement handling 2007-06-05 23:19:12 +00:00
zYne
b41714eec5 2007-06-05 23:15:15 +00:00
zYne
2a99edae06 2007-06-05 22:37:38 +00:00
zYne
e42bb0e506 2007-06-05 21:02:21 +00:00
zYne
84eaea70d1 2007-06-05 21:00:39 +00:00
zYne
5bb1dbb893 2007-06-05 20:55:54 +00:00
zYne
1e2b0bf67b 2007-06-05 19:23:01 +00:00
zYne
c8d36a399a Removed deprecated AccessorInvoker 2007-06-05 19:14:43 +00:00
zYne
dcc3bd8c7d 2007-06-05 18:38:00 +00:00
zYne
33fecefdb6 2007-06-05 17:56:04 +00:00
zYne
cc56542d11 2007-06-04 22:55:47 +00:00
zYne
a0a9df9b71 2007-06-04 22:45:03 +00:00
zYne
4d0310bfd5 2007-06-04 22:38:39 +00:00
zYne
63bca659f8 huge bug fix for new hydration algorithm 2007-06-04 22:37:27 +00:00
runa
a41cd2bb01 support for unique columns in multikey tables 2007-06-04 18:47:26 +00:00
romanb
d7d1bdd97a Bugfix for parseData2(). Unrelated to the issues mentioned in my previous commit. 2007-06-02 20:33:41 +00:00
zYne
2662b46e9a DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
zYne
62e1e7d6b9 2007-05-31 22:00:59 +00:00
zYne
a5ab96546e 2007-05-31 21:06:11 +00:00
zYne
bf3b4d6e75 2007-05-31 20:13:04 +00:00
zYne
bc1d7e0cd4 2007-05-31 20:11:58 +00:00
zYne
e3cc035103 2007-05-31 18:47:08 +00:00
zYne
e7732ee975 DQL limit-subquery-algorithm ORDER BY handling fixed 2007-05-31 18:30:47 +00:00
zYne
d4c12c357d new DQL Hydration algorithm ! 2007-05-31 17:45:07 +00:00
zYne
12a9f30a76 2007-05-30 10:38:32 +00:00
zYne
ecbecaa67b new attribute Doctrine::ATTR_LOAD_REFERENCES 2007-05-30 10:20:21 +00:00
zYne
b8559e37ec 2007-05-30 10:19:52 +00:00
zYne
58ec853b36 2007-05-29 19:20:39 +00:00
zYne
b969552cc2 2007-05-29 18:59:14 +00:00
zYne
cc01ca4686 2007-05-29 18:55:46 +00:00
zYne
e448bcb889 2007-05-29 17:36:15 +00:00