Guilherme Blanco
|
965cdbdbbb
|
Optimized column to field resolutions.
|
2015-01-13 02:18:49 +00:00 |
|
Guilherme Blanco
|
96955d6e79
|
Some small improvements to persisters.
|
2015-01-13 02:05:33 +00:00 |
|
Guilherme Blanco
|
dd883f2136
|
Moved delete() and update() to proper locations.
|
2015-01-12 22:04:04 +00:00 |
|
Guilherme Blanco
|
932a56f26f
|
Internalize UnitOfWork in CollectionPersisters. Updated related code.
|
2015-01-12 19:52:27 +00:00 |
|
Guilherme Blanco
|
c5f1b99721
|
Fixed wrong return.
|
2015-01-12 18:18:15 +00:00 |
|
Guilherme Blanco
|
73afcec22a
|
Implemented support for one to many extra lazy with joined inheritance.
|
2015-01-12 18:15:13 +00:00 |
|
Benjamin Morel
|
fbcf18cf33
|
Changed $this return type to static in AbstractQuery
This allows IDEs and static code analysis tools to properly understand the return type when chaining methods, for example when using the QueryBuilder.
|
2015-01-11 16:48:09 +00:00 |
|
Marco Pivetta
|
be91cc9bb3
|
Merge pull request #1239 from deeky666/fix-index-duplication
Fix index duplication for unique association join columns
|
2015-01-09 23:07:50 +01:00 |
|
Marco Pivetta
|
664b6bf4c5
|
Merge pull request #1227 from c960657/production-settings-query-cache
Ensure query cache is not ArrayCache in production
|
2015-01-09 16:58:38 +01:00 |
|
Steve Müller
|
d1e5034659
|
fix index duplication for unique association join columns
|
2015-01-08 15:39:41 +01:00 |
|
Andrey Knupp Vital
|
08e8af9372
|
Type-hinting SimpleXMLElement (_getCascadeMappings)
|
2015-01-08 09:28:15 -02:00 |
|
Andrey Knupp Vital
|
b90943c56b
|
Minor improvements
|
2015-01-08 09:04:37 -02:00 |
|
Andrey Knupp Vital
|
4935da138d
|
Respecting use-column-prefix instead of relying on false/0 of column-prefix
|
2015-01-08 00:10:24 -02:00 |
|
Andrey Knupp Vital
|
8bbc492978
|
Removing weird strict comparison on different types
|
2015-01-07 17:24:44 -02:00 |
|
Andrey Knupp Vital
|
82cda1ecb0
|
Prevents prefixing a column when false on column-prefix (XML)
|
2015-01-07 17:22:48 -02:00 |
|
Guilherme Blanco
|
ef65270387
|
Merge pull request #1230 from johannes/master
Allow dumping SQL query when passing DQL on cli
|
2015-01-06 21:39:11 -05:00 |
|
Marco Pivetta
|
6448627bc9
|
Merge pull request #1233 from SofHad/refactoring-duplicate-code
[Minor] Refactoring to avoid duplicate code
|
2015-01-04 22:59:05 +01:00 |
|
SofHad
|
eb22db0dcf
|
remove the unnecessary check
|
2015-01-04 21:01:32 +01:00 |
|
Martin Prebio
|
8f15c5e905
|
Consistent return type confirming with interface
|
2014-12-31 01:28:05 +01:00 |
|
Sofiane HADDAG
|
8d91f7de60
|
Rename handleCache to updateCache
|
2014-12-30 14:49:12 +01:00 |
|
shaddag
|
ccb09ad0ac
|
Rename the private method
|
2014-12-30 14:10:56 +01:00 |
|
shaddag
|
12b5a0cdd7
|
Extracted ony the common logic
|
2014-12-30 14:06:48 +01:00 |
|
shaddag
|
50ef1369c3
|
[Minor] Refactoring to avoid duplicate code
|
2014-12-30 10:03:49 +01:00 |
|
Johannes Schlüter
|
cdb62a70cd
|
Allow dumping SQL query when passing DQL on cli
|
2014-12-24 14:15:23 +01:00 |
|
Christian Schmidt
|
61c72e4aa7
|
Ensure query cache is not ArrayCache in production
|
2014-12-19 20:18:45 +01:00 |
|
Gareth Evans
|
2fac6272a1
|
Checks key exists rather than isset
If the default value is set to `null`, `isset` will return `false` even though the key is actually there for a reason.
|
2014-12-08 01:31:14 +01:00 |
|
Marco Pivetta
|
cf1b16a505
|
#1213 - DDC-3437 - renaming variables/alignment/clarifications in docblocks
|
2014-12-08 01:22:20 +01:00 |
|
Austin Morris
|
d48546d2dd
|
fix instantiation of embedded object in ReflectionEmbeddedProperty
|
2014-12-08 01:06:11 +01:00 |
|
Fedik
|
c1eff7045a
|
XML export driver: fix export options
|
2014-12-07 13:05:19 +02:00 |
|
Guilherme Blanco
|
0059e01936
|
Merge pull request #1208 from Ocramius/hotfix/DDC-3427-class-metadata-factory-should-accept-entitymanagerinterface-instances
DDC-3427 - class metadata factory should accept `EntityManagerInterface` instances
|
2014-12-05 12:22:23 -05:00 |
|
Marco Pivetta
|
ac67a10d4c
|
DDC-3434 - adding note on why restoring 'HIDDEN' selected fields is relevant
|
2014-12-05 18:02:12 +01:00 |
|
Marco Pivetta
|
6169175a89
|
DDC-3434 - HIDDEN modifier marked fields in ORDER BY clause are always preserved when creating a paginator subquery
|
2014-12-05 17:11:57 +01:00 |
|
Guilherme Blanco
|
a6cf714f41
|
Merge pull request #1210 from Ocramius/hotfix/DDC-3336-undefined-property-with-paginator-and-scalar-expression-select
DDC-3336 - undefined property with paginator walker and scalar expression in ORDER BY clause
|
2014-12-05 10:42:55 -05:00 |
|
Marco Pivetta
|
e53e8bfe8e
|
DDC-3336 - applied hotfix: only PathExpression instances have a $field property
|
2014-12-05 14:56:47 +01:00 |
|
Marco Pivetta
|
e65417f1f6
|
DDC-3427 - Adding setting an EntityManagerInterface instance in the ClassMetadataFactory#setEntityManager()
|
2014-12-05 13:49:42 +01:00 |
|
Marco Pivetta
|
b4a23e97a9
|
ReflectionEmbeddedProperty should be like any ReflectionProperty , and should therefore extend it for type compatibility
|
2014-12-05 13:06:41 +01:00 |
|
Marco Pivetta
|
112fdf46d0
|
Using instantiator to work with internal PHP classes as embeddables
|
2014-12-05 13:00:54 +01:00 |
|
Marco Pivetta
|
fc3f233923
|
Yodaism good for you: is.
|
2014-12-05 11:18:10 +01:00 |
|
Marco Pivetta
|
1d5a0a0a1b
|
Adding docblocks
|
2014-12-05 11:17:43 +01:00 |
|
Marco Pivetta
|
ce308dc476
|
#1204 - refactored sequence-generator metadata exporting into own private method for simplicity
|
2014-12-04 14:00:05 +01:00 |
|
Paulo de Freitas
|
aa1454562c
|
Fix sequence-generator in MetaData exporter for XML Driver.
|
2014-12-04 14:00:05 +01:00 |
|
Marco Pivetta
|
9d2c0481ae
|
#1200 - removing console deprecation errors by using the new Symfony\Component\Console\Helper\Table instead of the deprecated TableHelper
|
2014-12-04 13:40:22 +01:00 |
|
Marco Pivetta
|
d3b1bf571b
|
#1200 - removing Yaml::parse() deprecation errors by passing in file contents instead of file paths
|
2014-12-04 13:37:59 +01:00 |
|
Marco Pivetta
|
b761d84d4f
|
#1196 DDC-3418 DDC-3419 - refactoring class metadata factory to avoid duplicate checks
|
2014-11-27 18:54:10 +01:00 |
|
Marco Pivetta
|
7648a3c590
|
#1196 DDC-3418 DDC-3419 - refactoring inherited indexes copying logic into separate private method
|
2014-11-27 18:52:03 +01:00 |
|
Dustin Thomson
|
17ec1aab77
|
Modified class metadata factory to have entity tables inherit indexes from mapped superclasses
|
2014-11-27 18:41:33 +01:00 |
|
Marco Pivetta
|
f536daa1e4
|
#1188 - Simplified and optimized parameter un-setting logic
|
2014-11-27 18:08:11 +01:00 |
|
Marco Pivetta
|
ac0f1b2ce2
|
#1188 - Importing parser class
|
2014-11-27 17:59:12 +01:00 |
|
Marco Pivetta
|
69064ac13d
|
#1188 - making Doctrine\ORM\Tools\Pagination\Paginator#getCountQuery() private, as it is an implementation detail
|
2014-11-27 17:48:37 +01:00 |
|
Marco Pivetta
|
a80117a4ee
|
#1188 - removing unused variable assignments
|
2014-11-27 17:42:14 +01:00 |
|