Benjamin Eberlei
|
194a90923d
|
DDC-117 - Finalize patch, fix all the problems of different use-cases by hugely expanding the test-model.
|
2011-01-01 18:17:19 +01:00 |
|
Benjamin Eberlei
|
2d27a99a0b
|
DDC-117 - Began to fix some issues surrounding the DDC-881 report and references to composite fk entities.
|
2010-12-29 01:02:21 +01:00 |
|
Benjamin Eberlei
|
337e2fa043
|
Fix DDC-795 (subtask of DDC-117) and integrated a test for cascade (that only works with sequence id generators).
|
2010-12-28 19:05:46 +01:00 |
|
Benjamin Eberlei
|
e7b4dca611
|
Merge master into DDC-117
|
2010-12-28 17:27:47 +01:00 |
|
Benjamin Eberlei
|
1d5b24ecc5
|
Merge branch 'DDC-837'
|
2010-12-28 14:56:24 +01:00 |
|
Benjamin Eberlei
|
2d89ddfb1f
|
DDC-837 - Fix bug with associations of the same name not being possible in inheritance hierachies.
|
2010-12-28 14:56:13 +01:00 |
|
Benjamin Eberlei
|
eeca184836
|
Merge branch 'DDC-928'
|
2010-12-28 12:19:16 +01:00 |
|
Benjamin Eberlei
|
1d2b2b2c8b
|
DDC-928 - Fix undefined variable notice.
|
2010-12-28 12:18:42 +01:00 |
|
Benjamin Eberlei
|
26bb7978b5
|
Merge branch 'DDC-945'
|
2010-12-28 12:00:07 +01:00 |
|
Benjamin Eberlei
|
aa6ac3d6b0
|
DDC-945 - Throw exception in ClassMetadataFactory when mapped superclass has to many associations.
|
2010-12-28 11:59:51 +01:00 |
|
Benjamin Eberlei
|
1720527f81
|
Merge branch 'DDC-617'
|
2010-12-28 10:17:53 +01:00 |
|
Benjamin Eberlei
|
fe672d2f61
|
DDC-617 - Throw error if selecting identification variables without picking at least one root entity alias.
|
2010-12-28 10:17:33 +01:00 |
|
Benjamin Eberlei
|
d488e84d8d
|
Merge branch 'DDC-931'
|
2010-12-22 22:06:02 +01:00 |
|
Benjamin Eberlei
|
a4f88407c2
|
DDC-931 - SchemaTool#dropSchema() should not stop on failure of a single query (as stated in docblocks).
|
2010-12-22 22:04:11 +01:00 |
|
Benjamin Eberlei
|
e46c65db09
|
Fix for DDC-944
|
2010-12-22 00:23:22 +01:00 |
|
Benjamin Eberlei
|
6988b55f50
|
Bump Dev Version to 2.1.0-DEV
|
2010-12-21 16:45:50 -05:00 |
|
Benjamin Eberlei
|
7def30f283
|
Update dependencies to Common 2.0 stable and DBAL 2.0 stable.
|
2010-12-21 22:39:26 +01:00 |
|
Benjamin Eberlei
|
22ffbe7488
|
Fix tests so that PostgreSQL does not fail anymore on certain test.
|
2010-12-21 22:33:23 +01:00 |
|
Benjamin Eberlei
|
988d229c07
|
Fix XSD Schema
|
2010-12-21 22:04:13 +01:00 |
|
Benjamin Eberlei
|
43c63765db
|
Extend phing build.xml for upcoming release.
|
2010-12-20 23:34:28 +01:00 |
|
Benjamin Eberlei
|
c03fc00f45
|
DDC-936 - Fix target-entity and repository-class to be string rather than xs:NMTOKEN because of the class backslash.
|
2010-12-15 22:01:16 +01:00 |
|
Benjamin Eberlei
|
6ddfd06efe
|
Merge branch 'DDC-933'
|
2010-12-14 23:26:50 +01:00 |
|
Benjamin Eberlei
|
d87391e40c
|
DDC-933 - Fix bug in lock sql generation of CTI classes.
|
2010-12-14 23:26:40 +01:00 |
|
Benjamin Eberlei
|
2648c1a6ca
|
Fix build.xml to generate proper package.xml for Windows PEAR Package.
|
2010-12-14 23:10:45 +01:00 |
|
Benjamin Eberlei
|
6c9eeb6127
|
Update Dependency to DBAL RC5
|
2010-12-12 16:02:46 +01:00 |
|
Benjamin Eberlei
|
6c26af069c
|
DDC-920 - Fix bug in DetachedEntityTest that occours with pre-persist generators (Postgresql, Oracle). Didnt came up when testing against Sqlite.
|
2010-12-12 15:43:12 +01:00 |
|
Benjamin Eberlei
|
3c0f92f4c7
|
Remove call to EntityManager#flush() if the unitofwork contains pending insertions. Flush should always be triggered explicitly.
|
2010-12-11 00:54:54 +01:00 |
|
Benjamin Eberlei
|
4f154b6aa1
|
DDC-920 - Fix bug when detaching a managed entity that is not yet in the identity map (no id).
|
2010-12-10 21:55:48 +01:00 |
|
Benjamin Eberlei
|
06326918a5
|
DDC-915, DDC-925 - Fix Identification Ordering in combination with Tree Walkers.
|
2010-12-10 21:22:48 +01:00 |
|
Benjamin Eberlei
|
5e788a0b84
|
DDC-915 - Bugfix in Identification Variable reordering in combination with SQL Walkers.
|
2010-12-08 23:42:02 +01:00 |
|
Benjamin Eberlei
|
1daf658ec6
|
DDC-917 - Skip Mapped Superclasses in the Drop Sequence Loop in SchemaTool.
|
2010-12-08 23:36:15 +01:00 |
|
Benjamin Eberlei
|
aa2501eb96
|
DDC-917 - Bugfix with DriverChain::getAllClassNames() - It was not semantically correct and returning too many metadata.
|
2010-12-08 23:29:21 +01:00 |
|
Benjamin Eberlei
|
ef50d940de
|
CleanUp in SchemaTool.
|
2010-12-08 21:21:00 +01:00 |
|
Benjamin Eberlei
|
ad50327744
|
Fixed some build.xml problems.
|
2010-12-04 11:32:12 +01:00 |
|
Benjamin Eberlei
|
9a68015ccf
|
Bump Dev Version to 2.0.0-DEV
|
2010-12-04 05:29:18 -05:00 |
|
Benjamin Eberlei
|
72ba369dbb
|
Revert Version to 2.0.0RC1-DEV
|
2010-12-04 05:28:26 -05:00 |
|
Benjamin Eberlei
|
5b20838aec
|
Merge branch 'master' of git@github.com:doctrine/doctrine2
|
2010-12-04 05:24:41 -05:00 |
|
Benjamin Eberlei
|
8654d060c6
|
Bump Dev Version to 2.0.0-DEV
|
2010-12-04 05:24:00 -05:00 |
|
Benjamin Eberlei
|
2ba9d5a597
|
Update Dependency of DBAL from RC3 to RC4
|
2010-12-04 11:04:20 +01:00 |
|
Benjamin Eberlei
|
ca682b3840
|
Update build.xml with deployment tasks.
|
2010-12-04 10:59:14 +01:00 |
|
Jonathan H. Wage
|
687548cde2
|
Merge branch 'master' of github.com:doctrine/doctrine2
|
2010-12-03 11:44:53 -06:00 |
|
Jonathan H. Wage
|
054f26c0a7
|
Fixing issue with change to ClassMetadataFactory constructor and ConvertMappingCommand.
|
2010-12-03 11:44:22 -06:00 |
|
Benjamin Eberlei
|
c6a6aaf493
|
DDC-899 - Add method to check if EntityManager is still open.
|
2010-12-03 17:44:24 +01:00 |
|
Benjamin Eberlei
|
8e4197adc5
|
DDC-909 - Fix Result Cache with entities as parameters.
|
2010-12-03 17:34:56 +01:00 |
|
Pascal Borreli
|
0ba9321f06
|
[ORM] Fixed typo
|
2010-11-30 02:50:34 +08:00 |
|
Fabien Potencier
|
892eec2f26
|
Update Symfony\Component\Console to latest version
|
2010-11-30 02:45:04 +08:00 |
|
Benjamin Eberlei
|
796b62cd2c
|
DDC-897 - Fix DisconnecetdClassMetadataFactory with regards to namespace setting, now inferred from the FQCN.
|
2010-11-27 22:17:55 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
Benjamin Eberlei
|
7196999b69
|
DDC-895 - Fix Generated XML from XMLExporter and remove silly formatting xml code used on SimpleXML by just stuffing it into DOMDocument with formatOutput=true.
|
2010-11-27 20:32:14 +01:00 |
|
Benjamin Eberlei
|
386b7e26d6
|
DDC-888 - Fix Warning in AnnotationsDriver when using @JoinTable without explicitly defining join- and inverse join-columns.
|
2010-11-27 20:05:36 +01:00 |
|