Fabio B. Silva
|
65efda425f
|
Fix CS
|
2012-06-18 15:24:52 -03:00 |
|
Fabio B. Silva
|
a75c672ee7
|
fix sequence and join columns
|
2012-06-18 14:42:57 -03:00 |
|
Fabio B. Silva
|
f335f23145
|
tests for quoted columns metadata
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
8fec73673d
|
fix DDC-1719 in persiter and query level
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
fabfb66293
|
deprecated metadata quote methods
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
4ef3d99770
|
use quote strategy in SizeFunction, MultiTableDeleteExecutor, MultiTableUpdateExecutor, and SchemaTool
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
5d665b59a1
|
remove getQuotedIdentifierColumnNames
|
2012-06-18 14:42:54 -03:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Benjamin Eberlei
|
bd41e69a1f
|
Merge DDC-1542 into master
|
2012-05-04 23:20:57 +02:00 |
|
Benjamin Eberlei
|
99e303e211
|
[DDC-1542] Refactored automatic discriminator map detection.
|
2012-05-04 23:15:12 +02:00 |
|
Alexander
|
3403305b3d
|
Merge remote-tracking branch 'schmittjoh/betterExMessage'
|
2012-05-04 18:20:56 +02:00 |
|
Fabio B. Silva
|
85790f0752
|
support for attribute override
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
4df3c75321
|
added missing '\'
|
2012-04-21 01:41:05 -03:00 |
|
Fabio B. Silva
|
3085c52f95
|
fix docblock and remove white spaces
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
9e010cbd34
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
f8b1915efd
|
named native query inheritance
|
2012-04-15 15:40:43 -03:00 |
|
Fabio B. Silva
|
52c49b444e
|
test multiple entity results
|
2012-04-15 15:40:43 -03:00 |
|
Fabio B. Silva
|
f813223036
|
test joined one-to-many and one-to-one
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
bfc7986b20
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
2b996128af
|
sql result set mapping metadata
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
91e4702772
|
named native query metadata
|
2012-04-15 15:39:22 -03:00 |
|
Johannes M. Schmitt
|
84ec6dc9f5
|
improved exception message
|
2012-04-04 21:47:23 -05:00 |
|
Somfai Mátyás
|
a2fd4eca37
|
Fixing a bug when calling setDiscriminatorMap from multiple sources (ie: from Events::loadClassMetadata and annotation).
|
2012-04-04 14:49:34 +02:00 |
|
Benjamin Eberlei
|
5b18718b92
|
[DDC-1746] Throw exception on invalid cascade option.
|
2012-04-01 11:01:58 +02:00 |
|
Benjamin Eberlei
|
ab15528fde
|
Fix CS: AS => as in foreach loops.
|
2012-03-24 11:16:32 +01:00 |
|
Hugo Hamon
|
a3d8207578
|
[Mapping] removed unused local variable $field in ClassMetadataInfo class.
|
2012-03-24 11:07:35 +01:00 |
|
Benjamin Eberlei
|
29318e183c
|
[DDC-1723] Fix missing serialitation for custom generator definition.
|
2012-03-22 23:07:00 +01:00 |
|
Benjamin Eberlei
|
bc4cf21c9d
|
Merge velovint/SupportCustomIdGenerators
|
2012-03-22 22:29:15 +01:00 |
|
Rivaros
|
df82b6060b
|
Convention fixes
|
2012-03-14 21:38:43 +01:00 |
|
Rivaros
|
06eed4cfda
|
Primary Keys as Foreign Keys - reverse engineering
|
2012-03-14 21:38:33 +01:00 |
|
Maarten de Keizer
|
0a835609fa
|
UUID id generator
|
2012-03-12 12:32:33 +01:00 |
|
Vitali Yakavenka
|
78d3f647ff
|
Merge branch 'master' of git://github.com/doctrine/doctrine2 into SupportCustomIdGenerators
|
2012-02-21 09:45:16 +03:00 |
|
Benjamin Eberlei
|
af07bd7818
|
Merge pull request #273 from smoya/master
No unique join column fields for Single Table inheritance type.
|
2012-02-20 06:55:00 -08:00 |
|
Benjamin Eberlei
|
68436fee75
|
[DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong.
|
2012-02-20 10:33:16 +01:00 |
|
Fabio B. Silva
|
da9b2e805e
|
remove unused parameter
|
2012-02-13 23:43:19 -02:00 |
|
Fabio B. Silva
|
cdde6e8a5c
|
fix required discriminator column name
|
2012-02-13 23:38:36 -02:00 |
|
Sergio Moya
|
88bbee127c
|
No unique join column fields for Single Table inheritance type.
|
2012-01-26 17:37:50 +01:00 |
|
Jan Sorgalla
|
d68fcd8bd2
|
Implement custom options on table level
|
2012-01-26 15:05:26 +01:00 |
|
Vitali Yakavenka
|
53ecedf70a
|
Remove support to pass arguments to custom ID generator's constructor
|
2012-01-08 15:20:35 +03:00 |
|
Vitali Yakavenka
|
59e9d55077
|
Merge doctrine/master
|
2012-01-06 22:06:59 +03:00 |
|
Fabio B. Silva
|
781a661704
|
change naming position
|
2012-01-03 17:58:20 -02:00 |
|
Fabio B. Silva
|
d8227fcd06
|
give the FQCN to the naming strategy
|
2012-01-03 16:59:43 -02:00 |
|
Benjamin Eberlei
|
3fff83cd13
|
Merge 2.2 into master
|
2012-01-03 19:20:11 +01:00 |
|
Benjamin Eberlei
|
76e4f5a80b
|
DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons.
|
2012-01-02 21:32:18 +01:00 |
|
Benjamin Eberlei
|
1cecc9c429
|
DCOM-93 - Factor out __wakeup into a delegate-method from ClassMetadataFactory#wakeupReflection to ClassMetadataInfo#wakeupReflection
|
2012-01-02 15:57:32 +01:00 |
|
Guilherme Blanco
|
4ae7851a04
|
Merge pull request #247 from juzna/fix-phpdoc
fixed phpDoc and typos
|
2011-12-30 13:05:37 -08:00 |
|
Jan Dolecek
|
12c3a42d8c
|
fixed phpDoc and typos
|
2011-12-30 20:06:20 +01:00 |
|
Benjamin Eberlei
|
a6deb51a05
|
DDC-1360 - Bugfix in quoting mechanism inside ClassMetadataInfo
|
2011-12-28 20:29:01 +01:00 |
|
Benjamin Eberlei
|
9d398afa56
|
DDC-1360 - Bugfix in quoting mechanism inside ClassMetadataInfo
|
2011-12-28 20:28:17 +01:00 |
|
Fabio B. Silva
|
e3acf43dbc
|
move naming classes to Doctrine\ORM\Mapping
|
2011-12-24 12:01:25 -02:00 |
|