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

2238 Commits

Author SHA1 Message Date
meus
cb688091c9 new coverage report against head 2007-08-17 05:18:08 +00:00
Jonathan.Wage
99ae59fd41 Changed import/export methods to importSchema() and exportSchema() 2007-08-16 22:42:35 +00:00
Jonathan.Wage
b4600960fd Changed imprt back to import as variable names are not affected by change to php 2007-08-16 21:54:14 +00:00
wernerm
9a8c205733 A cleaner representation of proposal no 5 2007-08-15 21:39:08 +00:00
zYne
ae82b62125 fixes #434 2007-08-15 21:13:16 +00:00
nicobn
b54d56a9a2 Jaws_Schema is now abstract 2007-08-15 16:57:16 +00:00
nicobn
a062835e43 'import' is a reserved word in PHP 6. Changed all method names / properties name from import to imprt. This means the documentation will need to be changed 2007-08-15 14:49:00 +00:00
meus
b3e983abc3 Added failing test for ColumnAggregation. Type field is not automaitcally set 2007-08-15 10:26:51 +00:00
wernerm
9c781f2916 A weird design approach by wernerm. The fun never stops. 2007-08-15 01:57:24 +00:00
zYne
33fc6c3dce 2007-08-14 21:27:11 +00:00
zYne
643b758b6c some tests for Doctrine_Record::unlink() 2007-08-14 21:21:41 +00:00
zYne
4ab524089a 2007-08-14 21:20:00 +00:00
zYne
37e6248b8a 2007-08-14 20:49:07 +00:00
zYne
f6c1560ebc 2007-08-14 20:44:48 +00:00
zYne
2e9490fb5c 2007-08-14 20:31:57 +00:00
zYne
30521a7020 2007-08-14 20:30:33 +00:00
Jonathan.Wage
1b8e9ea091 Removed getState() method and changed all references to getState() to state() 2007-08-14 20:23:54 +00:00
zYne
5a976de3f4 fixes #335 2007-08-14 20:23:02 +00:00
zYne
201c6b8194 fixes #419 2007-08-14 20:16:31 +00:00
zYne
7c857b67c1 2007-08-14 20:13:27 +00:00
zYne
703fd8eb7f 2007-08-14 20:05:15 +00:00
zYne
fdae3e3ef9 2007-08-14 19:56:54 +00:00
romanb
8aa8c54fb3 Small changes to the recent fix from jonwage 2007-08-14 18:28:35 +00:00
Jonathan.Wage
f123a7cdcd Added extra logic to getRootAlias() so it only calles getSql() if _aliasMap is not present already 2007-08-14 18:25:06 +00:00
Jonathan.Wage
b9a3e0cd20 Added call to ->getSql() back to ensure parsing has happened so we can determine the root alias. 2007-08-14 18:11:06 +00:00
Jonathan.Wage
91be68810c Removed unecessary change to Hydrate.php 2007-08-14 17:01:06 +00:00
Jonathan.Wage
7f4abdf292 Added copy() method to Query.php and made NestedSet.php use it because native clone() does not work. Also Added ->getSql() to getRootAlias() so that _aliasMap is present after the parsing. 2007-08-14 16:37:48 +00:00
lsmith
39e024c166 - fixed return value to be bool for execute() (did not run test suite) 2007-08-14 14:53:04 +00:00
zYne
635f1a9c8f fixes #420 2007-08-13 22:01:27 +00:00
zYne
46154c5682 fixes #418 2007-08-13 21:51:23 +00:00
zYne
5fe334646a 2007-08-13 21:51:08 +00:00
zYne
0686aef2c0 2007-08-13 21:39:29 +00:00
zYne
714a42239b 2007-08-13 21:23:56 +00:00
zYne
ce8fa91204 2007-08-13 21:14:53 +00:00
meus
3bf396c06c fixing example to follow coding standard 2007-08-13 19:07:34 +00:00
wernerm
8def32d0e3 another wernerm doctrine logo proposal 2007-08-11 22:55:20 +00:00
zYne
54d6296087 added RTRIM function support 2007-08-11 22:24:49 +00:00
zYne
e96617bb8c 2007-08-11 22:13:28 +00:00
zYne
a181b06e70 added TRIM function 2007-08-11 22:12:17 +00:00
zYne
1473df1976 new DQL WHERE parser 2007-08-11 21:53:02 +00:00
zYne
b83321e5dd added removeLinks() 2007-08-11 21:35:58 +00:00
zYne
f619273778 2007-08-11 20:19:57 +00:00
zYne
a956738da5 2007-08-11 18:46:04 +00:00
meus
f395999403 fixed cc tool to adhere to codingstandard 2007-08-11 18:30:30 +00:00
nightfreak
6c0b5fd36c added the fix for ticket #398. also fixed the missing $coll->setReference() in Doctrine_Relation_Association::fetchRelatedFor() 2007-08-11 18:24:19 +00:00
zYne
b243286bee formatting fix 2007-08-11 18:22:13 +00:00
zYne
f1179e5790 typo fix 2007-08-11 18:14:12 +00:00
zYne
e5c02c2171 2007-08-11 18:12:30 +00:00
nightfreak
2f85c85cf7 added the method refreshRelated() to Doctrine_Record 2007-08-11 17:49:43 +00:00
meus
f92cd7771b added test to ensure that a link to a hasOne resource can be unset 2007-08-11 16:23:59 +00:00