Roman S. Borschel
|
506973a92e
|
[DDC-757] Fixed. Also fixed some failing postgres tests due to changes to the default allocation size for sequences.
|
2010-08-26 13:47:37 +02:00 |
|
Sébastien HOUZE
|
4a9f36800e
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:39:30 -05:00 |
|
Guilherme Blanco
|
5719f8523b
|
[DDC-577] Updated allocationSize to 1 based on discussion on DDC-569.
|
2010-08-12 01:07:48 -03:00 |
|
Benjamin Eberlei
|
98785122d3
|
DDC-562 - Finally able to generate Unique Constraint on @OneToOne foreign keys
|
2010-08-10 22:07:43 +02:00 |
|
Roman S. Borschel
|
ca1931de81
|
More association mapping doc-block updates.
|
2010-08-09 23:23:30 +02:00 |
|
Roman S. Borschel
|
575858774d
|
Updated API doc for association mappings.
|
2010-08-09 23:13:34 +02:00 |
|
Roman S. Borschel
|
4826739824
|
Simplified ClassMetadata lookup in UnitOfWork and added docblock.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Benjamin Eberlei
|
ea954e8123
|
DDC-703 - Fixed change tracking not passed to child classes in inheritance hierachy
|
2010-08-08 16:15:35 +02:00 |
|
Benjamin Eberlei
|
69e9fd3145
|
DDC-704 - Added better validation of inheritence type constructs in Xml, Annotation and Yaml Drivers
|
2010-08-08 12:29:14 +02:00 |
|
Benjamin Eberlei
|
bd28cb1b12
|
DDC-645 - Demoted <change-tracking-policy /> to an attribute on <entity /> to allow better validation, fixed XSD schema
|
2010-08-08 11:32:12 +02:00 |
|
Roman S. Borschel
|
0c07b31136
|
Tweaked INSTANCE OF implementation.
|
2010-07-30 17:56:11 +02:00 |
|
Guilherme Blanco
|
c1fec32f58
|
[2.0][DDC-482] Added support to INSTANCE OF in DQL.
|
2010-07-30 01:30:02 -03:00 |
|
Benjamin Eberlei
|
0be6b3fd85
|
Clarified Exception Message
|
2010-07-22 22:33:37 +02:00 |
|
Benjamin Eberlei
|
6007084324
|
DDC-706 - Fix DriverChain::isTransient() to comply with interface of Driver
|
2010-07-21 21:20:55 +02:00 |
|
Roman S. Borschel
|
913e58e385
|
[DDC-167] Implemented.
|
2010-07-20 14:27:14 +02:00 |
|
Benjamin Eberlei
|
b0e4d06c40
|
DDC-130 - Refactored deleteJoinTableRecords() even more, simplified approach disfavouring evil legacy database schemas
|
2010-07-10 13:12:33 +02:00 |
|
Benjamin Eberlei
|
1794127d51
|
DDC-130 - Refactored deleteJoinTableRecords() support
|
2010-07-10 12:04:02 +02:00 |
|
Roman S. Borschel
|
88b0813536
|
Improved entity state detection.
|
2010-07-06 11:43:14 +02:00 |
|
Christian Heinrich
|
321fc2506d
|
Fixed #DDC-647
Added missing length element
DBAL-647 - Added test to check for length of string type in all mapping drivers
|
2010-06-28 23:05:49 +02:00 |
|
Christian Heinrich
|
fc7224f73e
|
Merge branch 'master' of http://github.com/doctrine/doctrine2
|
2010-06-22 13:53:14 +02:00 |
|
Benjamin Eberlei
|
1d5d092453
|
DDC-616 - Fixed issue appearing when running the whole test-suite against the changes in the DatabasaeDriver
|
2010-06-20 23:39:21 +02:00 |
|
Benjamin Eberlei
|
cd978fb8c9
|
DDC-616 Made Database Reverse Engineering a Two-Step Approach, first collect details on all tables once and try to detect which tables are many-to-many tables. Then build metadata from this information. This allows to support even many-to-many tables in reverse engineering correctly
|
2010-06-20 19:34:09 +02:00 |
|
Benjamin Eberlei
|
4705c1cb03
|
Merge branch 'DDC-631'
|
2010-06-13 23:17:09 +02:00 |
|
Benjamin Eberlei
|
190d115dce
|
DDC-616 - Fix a regression with many-to-many tables introduced with the DDC-627 commit
|
2010-06-13 23:02:18 +02:00 |
|
Benjamin Eberlei
|
7018509126
|
Fix a bug with Table Indexes on XML Driver. Added tests for setting indexes on tables for all the mapping drivers
|
2010-06-13 22:59:56 +02:00 |
|
Benjamin Eberlei
|
c69b2d2b54
|
Merge branch 'DDC-627'
|
2010-06-13 20:10:10 +02:00 |
|
Benjamin Eberlei
|
434325ed4f
|
Fixed DDC-557 - Default allocation size for sequences changed from 10 to 1. Documented in UPGRADE file
|
2010-06-13 20:09:59 +02:00 |
|
Benjamin Eberlei
|
b7db8df7ef
|
Fixed DDC-627 and DDC-616
|
2010-06-13 19:36:49 +02:00 |
|
Roman S. Borschel
|
5d00fb764b
|
[DDC-622] Fixed.
|
2010-06-07 13:10:15 +02:00 |
|
Jonathan H. Wage
|
35f66ab4ed
|
Merge remote branch 'upstream/master'
|
2010-05-20 09:02:31 -04:00 |
|
Jonathan H. Wage
|
2d7f7691e9
|
[DDC-603] Fixing issue with reverse engineering a database where table names are all caps
|
2010-05-20 09:01:34 -04:00 |
|
Christian Heinrich
|
64309398e2
|
Merge commit 'upstream/master'
|
2010-05-20 14:41:56 +02:00 |
|
Christian Heinrich
|
3fc9971e98
|
Merge commit 'upstream/master'
Conflicts:
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php
|
2010-05-20 14:17:39 +02:00 |
|
David Abdemoulaie
|
5bbe6c7292
|
Revert "Adding missing OnFlush annotation."
This reverts commit 79d3f655ef .
|
2010-05-18 17:20:40 -05:00 |
|
Jonathan H. Wage
|
79d3f655ef
|
Adding missing OnFlush annotation.
|
2010-05-18 13:19:15 -04:00 |
|
Jonathan H. Wage
|
5a92c0b51e
|
Fixing issue with reverse engineering databases.
|
2010-05-14 12:38:42 -04:00 |
|
Jonathan H. Wage
|
7ac08931bc
|
Fixing DatabaseDriver to specify nullable => true instead of notnull => false
|
2010-05-14 12:31:25 -04:00 |
|
Roman S. Borschel
|
f9b53c6b5c
|
Fixed #DDC-580
Conflicts:
lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php
|
2010-05-11 00:03:09 +02:00 |
|
Christian Heinrich
|
b63afb6ce4
|
Fixed #DDC-580
|
2010-05-10 16:41:42 +02:00 |
|
Roman S. Borschel
|
59d4e0c8e7
|
[DDC-481] Fixed.
|
2010-05-08 17:01:20 +02:00 |
|
Roman S. Borschel
|
561236bd56
|
[DDC-576] Fixed.
|
2010-05-08 14:08:18 +02:00 |
|
Jonathan H. Wage
|
3001d26ad4
|
Fixing typo/mistake. Test coming soon.
|
2010-05-05 15:14:48 -04:00 |
|
Benjamin Eberlei
|
6c7aaa727c
|
Added tests for 41e830ca68 , thereby finding two issues with XML and YAML Driver handling of Sequence-Generator
|
2010-05-01 03:28:18 +02:00 |
|
Benjamin Eberlei
|
9cee8bf890
|
Merge remote branch 'dc2master/master'
|
2010-05-01 03:12:27 +02:00 |
|
Jonathan H. Wage
|
94928c5dd8
|
[DDC-552] Fixing issue with getReflectionClass() not existing on ClassMetadataInfo when it is required by AnnotationDriver
|
2010-04-30 12:27:52 -04:00 |
|
Roman S. Borschel
|
39a6c01978
|
Merge commit 'upstream/master'
|
2010-04-30 17:31:53 +02:00 |
|
Roman S. Borschel
|
db2be55e27
|
[DDC-561] Fixed.
|
2010-04-30 17:30:27 +02:00 |
|
Jonathan H. Wage
|
41e830ca68
|
Fixing sequence-generate in XmlDriver
|
2010-04-29 08:13:02 -04:00 |
|
Benjamin Eberlei
|
f38584a51e
|
DDC-545 - Add unittest for all drivers uniqueConstraint capabilities, fix bug in XML Driver that disallowed using them
|
2010-04-28 20:27:53 +02:00 |
|