1
0
mirror of synced 2024-12-12 22:36:02 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
romanb
4adc289596 [2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables. 2010-02-09 17:13:49 +00:00
beberlei
ee9aa005b2 [2.0] DDC-271 - Add columnDefinition for Join-Column in Annotation, XML and YAML driver, updated SchemaTool to use Join Column definition instead of using the column's columnDefinition if specified. Refactored MappingDriverTest to allow for feature specific test-cases instead of one large assertion block. Fixed typos in XmlDriver - Updated doctrine-mapping.xsd Schema File 2010-02-01 21:48:27 +00:00
beberlei
f8df621751 [2.0] DDC-278 - Add missing "columnDefinition" attribute to field tag of XML Schema for Doctrine Mapping. 2010-01-27 18:10:29 +00:00
romanb
ca2faba190 [2.0] Small correction to enforce join-column or join-columns in many-to-one in the XSD. 2010-01-06 17:20:08 +00:00
romanb
674e9beea2 [2.0][DDC-242][DDC-243] Fixed. 2010-01-06 17:18:10 +00:00
romanb
eff87be568 [2.0][DDC-207] Fixed. Also added fetch-type. 2009-12-19 14:06:22 +00:00
romanb
4f64490137 [2.0] Adjusted mapping file. 2009-08-27 13:05:25 +00:00
romanb
26543db47b [2.0] Adjusted mapping file. 2009-08-27 12:55:48 +00:00
romanb
969480f07a [2.0] Adjusted mapping file. 2009-08-27 12:53:58 +00:00
romanb
0ee12c25c2 [2.0] Adjusted mapping file. 2009-08-27 12:52:14 +00:00
romanb
7c5c62f785 [2.0] testing post-commit hook 2009-08-27 09:48:28 +00:00
romanb
8523648a27 [2.0] Fixed lifecycle callback mapping. 2009-08-25 09:14:08 +00:00
jwage
fd89892cc9 [2.0] Updating YAML and XML drivers to be synchronized with Annotations driver. 2009-08-24 21:05:55 +00:00
romanb
b1d34fca1c [2.0] Work on SchemaTool and DBAL. 2009-08-21 18:13:22 +00:00
romanb
e161103e4b [2.0] Added EntityRepositoryTest. Updated build file and XML Schema for mapping files. 2009-08-14 11:04:31 +00:00
romanb
e578bad687 [2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase. 2009-08-13 10:13:06 +00:00
romanb
28ca2acb8b [2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization. 2009-07-25 16:33:29 +00:00
romanb
6e5a5068a6 [2.0] Converted constant values from strings to integers. 2009-06-07 17:20:37 +00:00
romanb
d90e71d002 [2.0] First implementation of XmlDriver + tests. First draft of XSD document. 2009-06-01 16:14:11 +00:00