Fabio B. Silva
|
27745bb87b
|
Fix some CS
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
917aa70c97
|
test invalid class/method
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
7e54ae3702
|
xml driver
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
c6adcda567
|
give event to lifecycle callbacks
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
0f081d7c45
|
support short class name
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
368cf73f89
|
entity listeners mapping
|
2013-01-29 12:14:51 -02:00 |
|
Benjamin Morel
|
43b301f22b
|
Fixed English mistakes
|
2012-12-03 11:02:29 +00:00 |
|
Benjamin Morel
|
46e6ada4f9
|
Fixed documentation for ORM\Mapping
|
2012-12-03 09:36:08 +00:00 |
|
Benjamin Eberlei
|
f453d6c85b
|
[DDC-2109] Fix bug with ResolveTargetEntityListener and ManyToMany associations.
|
2012-11-12 15:48:10 +01:00 |
|
Thomas Rothe
|
7acdcd6952
|
added missing use statement
|
2012-09-06 21:03:40 +02:00 |
|
Fabio B. Silva
|
50dac4096a
|
give FQCN to NamingStrategy#propertyToColumnName
|
2012-07-24 14:34:27 +02:00 |
|
Marco Pivetta
|
379e69865e
|
Reusing chained driver now available in common, fixing cs/code smells and removing duplicate docs.
|
2012-07-04 20:59:22 +02:00 |
|
Marco Pivetta
|
94714db132
|
Fixing code sniff issues before continuing refactoring of
|
2012-07-04 20:59:21 +02:00 |
|
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 |
|
Fabio B. Silva
|
83a9458653
|
apply naming strategy on ClassMetadata
|
2011-12-23 12:28:09 -02:00 |
|
Fabio B. Silva
|
537821418e
|
apply naming strategy on ClassMetadataInfo
|
2011-12-23 11:29:50 -02:00 |
|
Vitali Yakavenka
|
4879c50c5d
|
Merge remote-tracking branch 'doctrine/master' into SupportCustomIdGenerators
|
2011-12-19 16:47:47 -08:00 |
|
Benjamin Eberlei
|
b545525e13
|
Update ORM to Doctrine Common master
|
2011-12-19 18:03:53 +01:00 |
|
Benjamin Eberlei
|
98bd5cae64
|
Revert "Incorporated setAssociationTargetClass, which solves biggest problem of modular system in ZF. Any questions, pelase forward to @EvanDotPro."
This reverts commit cac9928f28 .
|
2011-12-17 11:36:23 +01:00 |
|
Guilherme Blanco
|
cac9928f28
|
Incorporated setAssociationTargetClass, which solves biggest problem of modular system in ZF. Any questions, pelase forward to @EvanDotPro.
|
2011-12-16 16:16:22 -05:00 |
|
Andrew Mackrodt
|
2fdb55a878
|
Added absolute namespace paths to phpdoc annotations - issue DDC-1025.
|
2011-12-11 21:56:26 +00:00 |
|
Vitali Yakavenka
|
353ba4dfd1
|
Remove trailing whitespaces and fix brace locations
|
2011-11-30 00:20:00 +03:00 |
|
Vitali Yakavenka
|
48b6356e53
|
Add support for GenerateValue(strategy='CUSTOM') in AnnotationDriver
|
2011-11-28 23:29:42 +03:00 |
|
Vitali
|
82daf651fb
|
Pass specified arguments to generator's constructor
|
2011-11-28 23:24:19 +03:00 |
|
Vitali
|
cd0915deb5
|
Introcude ClassMetadataInfo::GENERATOR_TYPE_CUSTOM for custom generators to follow current implementation
|
2011-11-28 23:24:18 +03:00 |
|
Benjamin Eberlei
|
be4eb63c62
|
Merge branch 'DBAL-15'
|
2011-11-21 21:38:05 +01:00 |
|
Jan Sorgalla
|
4042bc53ce
|
Fix argument on wrong method call
|
2011-11-20 19:57:04 +01:00 |
|
Jan Sorgalla
|
841d12e9b6
|
Move check for conversion SQL to ClassMetadataInfo
|
2011-11-20 19:50:51 +01:00 |
|
Benjamin Eberlei
|
bda593a66d
|
DDC-1448 - Add support for ObjectManagerAware interface and PersistentObject in ORM
|
2011-11-19 13:06:24 +01:00 |
|
Benjamin Eberlei
|
f9a4dcb2d0
|
Remove code that could allow users of xml and yaml to define orphan removal on the wrong association sides.
|
2011-11-18 18:33:03 +01:00 |
|
Fabio B. Silva
|
8af0f9d071
|
added support for Inherited Named Queries
|
2011-11-14 16:07:37 -02:00 |
|
Guilherme Blanco
|
c6a3ff4da5
|
Optimizations in UnitOfWork.
|
2011-11-05 03:09:14 -02:00 |
|
Guilherme Blanco
|
0ec2cc557f
|
Implemented support to entities with association marked as @Id support in many situations. Fixed DDC-1435.
|
2011-10-29 02:00:35 -02:00 |
|
Jaik Dean
|
cdb452b27b
|
Fixed typos of 'discriminator'
|
2011-10-24 10:01:27 +01:00 |
|
Guilherme Blanco
|
e3d133af04
|
Added getQuotedTableName() in missing places of Doctrine ORM. Fixes DDC-1365.
|
2011-09-07 01:48:19 -03:00 |
|
Guilherme Blanco
|
2cfc61db84
|
Fixed bug with orphanRemoval not removing associated Entity on OneToMany and OneToOne relationships. As defined in ClassMatedataInfo, in these situations, when orphanRemoval=true, cascade=remove is implicit. This fixes DDC-1321.
|
2011-09-06 01:58:16 -03:00 |
|
Benjamin Eberlei
|
09ac3a9eb2
|
DDC-659 - Add ClassMetadataBuilder for PHP based metadata management
|
2011-09-04 14:13:20 +02:00 |
|
Guilherme Blanco
|
ecc556f687
|
Fixes DDC-1354.
|
2011-09-01 03:00:53 -03:00 |
|
Lenar Lõhmus
|
d7fbd2cd14
|
short classname support for custom repository class
|
2011-08-19 04:44:24 +03:00 |
|
Guilherme Blanco
|
63a2f02f4d
|
[DDC-408][DDC-1150][DDC-1277] Implemented support to parameter expanding on associations.
|
2011-08-13 21:28:54 -03:00 |
|
Benjamin Eberlei
|
cbf210605a
|
[DDC-1290] Allow smallint and bigint for version fields
|
2011-07-26 22:24:16 +02:00 |
|
Benjamin Eberlei
|
7efe071ac4
|
DDC-1224 - Bugfix with temporary table ids and tables in schema (in postgresql)
|
2011-06-26 10:10:57 +02:00 |
|
Benjamin Eberlei
|
3717ae3c53
|
strtolower() on cascade information avoids problem with case-sensitivity in YAML and annotations mapping driver.
|
2011-06-20 21:26:12 +02:00 |
|
Guilherme Blanco
|
93521217a6
|
Moved getQuoted* from ClassMetadata to ClassMetadataInfo, since SchemaTool relies on them, making impossible to work with DisconnectedClassMetadataFactory.
|
2011-05-26 02:18:29 -03:00 |
|
Benjamin Eberlei
|
f4021e7469
|
Update Doctrine Common to latest version and add new methods to ClassMetadataInfo
|
2011-05-16 20:42:38 +02:00 |
|
Benjamin Eberlei
|
5e938b3147
|
Revert "Implemented auto-inference of isCascadeRemove when orphanRemoval is defined (marked as todo)."
This reverts commit 551247d11a .
|
2011-05-15 20:39:55 +02:00 |
|
Guilherme Blanco
|
551247d11a
|
Implemented auto-inference of isCascadeRemove when orphanRemoval is defined (marked as todo).
|
2011-05-14 00:43:33 -03:00 |
|
Benjamin Eberlei
|
7dd0dd273e
|
[DDC-1109] ltrim discriminator map for convenience.
|
2011-04-30 12:49:37 +02:00 |
|
Benjamin Eberlei
|
9a75277dd4
|
[DDC-692] Add ClassMetadataInfo::isReadOnly flag and ignore these entities in Change Tracking.
|
2011-03-29 20:04:14 +02:00 |
|
Guilherme Blanco
|
a31289b9d7
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-06 18:45:09 -03:00 |
|
Jonathan H. Wage
|
839b6dd5e4
|
Revert "Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases."
This reverts commit c988a99d55 .
|
2011-02-16 10:24:42 -06:00 |
|