Guilherme Blanco
|
2a80e34179
|
Merge pull request #1125 from kcassam/patch-1
Update improving-performance.rst
|
2014-08-29 18:40:20 -04:00 |
|
Ka
|
2120d41029
|
add a link to said chapter
|
2014-08-29 08:47:28 +02:00 |
|
Ka
|
398688ab38
|
Update improving-performance.rst
|
2014-08-29 08:42:14 +02:00 |
|
František Bereň
|
d48be34696
|
CS Fixes
|
2014-08-28 13:17:25 +02:00 |
|
Guilherme Blanco
|
4b504c9436
|
Merge pull request #1109 from doctrine/hotfix/DDC-3120-php-5.6-RC3-compat
DDC-3120 - PHP 5.6-RC3 compatibility
|
2014-08-27 12:27:05 -04:00 |
|
Christophe Coevoet
|
f0c02bb6d9
|
Fixed the test expectations for the DatabaseDriver
|
2014-08-27 14:00:34 +02:00 |
|
Christophe Coevoet
|
00eb0d3b67
|
Fixed the structure of the reverse-engineered mapping
|
2014-08-27 13:56:02 +02:00 |
|
Guilherme Blanco
|
3d4113bd1b
|
Merge pull request #1122 from Ocramius/feature/support-arithmetic-expressions-in-count
Support arithmetic expressions in `COUNT()`
|
2014-08-26 21:01:56 -04:00 |
|
Marco Pivetta
|
48a86511cb
|
DDC-3276 - #1122 - updating EBNF in documentation to reflect new syntax support
|
2014-08-27 02:17:08 +02:00 |
|
Marco Pivetta
|
45d74e7220
|
DDC-3276 - #1122 - updating EBNF in docblock to reflect new syntax support
|
2014-08-27 02:12:08 +02:00 |
|
Marco Pivetta
|
a2e0133a94
|
Adding DDC-3276 test group
|
2014-08-27 02:01:56 +02:00 |
|
Marco Pivetta
|
097840dc93
|
Allowing expression in COUNT() DQL aggregation functions
|
2014-08-27 01:56:11 +02:00 |
|
Marco Pivetta
|
02ba144c8d
|
Adding test to verify SQL generation with an expression in COUNT()
|
2014-08-27 01:55:28 +02:00 |
|
Marco Pivetta
|
91fa4c9be3
|
Merge pull request #1121 from deeky666/DDC-3274
[DDC-3274] Improve schema validator error message for invalid bi-directional relations
|
2014-08-26 23:27:23 +02:00 |
|
encoder64
|
c8565c2772
|
Visibility for EntityRepositoryGenerator::generateClassName()
|
2014-08-26 21:42:55 +03:00 |
|
Steve Müller
|
8d3fba5540
|
improve schema validator error message for invalid bi-directional relations
|
2014-08-26 19:46:17 +02:00 |
|
Steve Müller
|
65f8357b46
|
Merge pull request #1119 from stof/travis_colors
Enabled colors for the PHPUnit output on Travis
|
2014-08-22 14:00:20 +02:00 |
|
Christophe Coevoet
|
e7739d9411
|
Enabled colors for the PHPUnit output on Travis
|
2014-08-22 13:42:43 +02:00 |
|
Steve Müller
|
ad1f228ef6
|
fix DocBlock
|
2014-08-22 09:26:54 +02:00 |
|
Guilherme Blanco
|
400acad533
|
Merge pull request #1105 from deeky666/nested-embeddables
Add support for nesting embeddables
|
2014-08-21 16:33:44 -04:00 |
|
Steve Müller
|
e47b31845c
|
Merge pull request #1115 from armetiz/patch-1
Fix wrong variable name
|
2014-08-21 11:22:35 +02:00 |
|
Thomas Tourlourat
|
613119599f
|
Fix wrong variable name
|
2014-08-21 10:42:22 +02:00 |
|
Marco Pivetta
|
ff80187930
|
Merge pull request #1098 from encoder32/DDC-1590
#DDC-1590: Fix Inheritance in Code-Generation
|
2014-08-18 22:35:52 +02:00 |
|
Marco Pivetta
|
c20b3a7cf2
|
Merge branch 'hotfix/#1112-single-repository-for-aliased-entity'
Close #1112
|
2014-08-18 15:22:13 +02:00 |
|
Marco Pivetta
|
dfbaac0401
|
#1112 - Fixed type-hint that is incompatible with most IDEs
|
2014-08-18 15:18:59 +02:00 |
|
Marco Pivetta
|
aab7fce2d4
|
#1112 - Elvis operator reduces code duplication even more
|
2014-08-18 15:17:54 +02:00 |
|
Marco Pivetta
|
bf03694e28
|
#1112 - Yoday need you may, better IDE hinting as well needed is.
|
2014-08-18 15:16:45 +02:00 |
|
Marco Pivetta
|
19d3552f2a
|
#1112 - Removing useless trimming of the entity name being passed in
|
2014-08-18 15:14:53 +02:00 |
|
Marco Pivetta
|
36bbd28b75
|
#1112 - adding test to verify that leading backslash is not relevant when fetching repositories
|
2014-08-18 15:11:39 +02:00 |
|
Marco Pivetta
|
ae16afa428
|
#1112 - adding DDC-3257 group to test method
|
2014-08-18 15:07:07 +02:00 |
|
Marco Pivetta
|
01f22988b1
|
#1112 - cleaning up repository test - makes assertions more clear/simpler to read
|
2014-08-18 15:06:37 +02:00 |
|
Marco Pivetta
|
3fed769b40
|
#1112 - avoiding useless assignments/splitted return statement
|
2014-08-18 15:02:34 +02:00 |
|
Marco Pivetta
|
7865de92ab
|
#1112 - renamed $class to $className
|
2014-08-18 15:01:52 +02:00 |
|
Giorgio Premi
|
a665cb0229
|
DefaultRepositoryFactory: single repository for aliased entities
|
2014-08-18 14:52:01 +02:00 |
|
Marco Pivetta
|
5ff67c92ee
|
Merge pull request #1111 from eko/master
Fix inheritance hierarchy wrong exception message
|
2014-08-15 16:13:33 +02:00 |
|
Vincent Composieux
|
edc2ed9512
|
Fix QueryException::instanceOfUnrelatedClass() message
|
2014-08-15 15:39:56 +02:00 |
|
Guilherme Blanco
|
ebc70d1baf
|
Merge pull request #1110 from baileylo/patch-2
Changed table name to be more appropriate.
|
2014-08-14 20:16:34 -04:00 |
|
Logan Bailey
|
9b7318ab4c
|
Changed table name to be more appropriate.
This change assumes that the Article object references the articles tables, not the user table.
|
2014-08-14 17:07:05 -07:00 |
|
Marco Pivetta
|
7b145f8269
|
DDC-3120 - requiring doctrine\instantiator:~1.0.1 as of doctrine/instantiator#4
|
2014-08-14 16:55:32 +02:00 |
|
Marco Pivetta
|
361ec2a474
|
DDC-3120 - using Doctrine\Instantiator when building new instances
|
2014-08-14 15:51:48 +02:00 |
|
Marco Pivetta
|
f8a8437c95
|
DDC-3120 - need to wakeup reflection BEFORE using any ClassMetadata API
|
2014-08-14 15:51:17 +02:00 |
|
Marco Pivetta
|
c2993bcdeb
|
DDC-3120 - add failing test for un-serialization of an internal PHP class from cached metadata instance
|
2014-08-14 15:39:58 +02:00 |
|
Marco Pivetta
|
d52dd39592
|
DDC-3120 - add failing test for un-serialization of an internal PHP class
|
2014-08-14 15:38:55 +02:00 |
|
Marco Pivetta
|
2c3126353c
|
DDC-3120 - adding instantiator dependency
|
2014-08-14 15:33:09 +02:00 |
|
Steve Müller
|
6ac19b04bf
|
Merge pull request #1108 from umpirsky/patch-1
Minor CS fix
|
2014-08-12 10:16:17 +02:00 |
|
Saša Stamenković
|
133bd288bf
|
Minor CS fix
|
2014-08-12 09:57:19 +02:00 |
|
Steve Müller
|
0768916a06
|
fix handling infinite nesting of embeddables
|
2014-08-12 07:56:39 +02:00 |
|
Steve Müller
|
bca9d31531
|
add support for nesting embeddables
|
2014-08-11 16:53:18 +02:00 |
|
encoder64
|
cd4bc93483
|
Simple Fixes
|
2014-08-09 13:27:38 +03:00 |
|
encoder64
|
20b72ef344
|
Visibility for EntityRepositoryGenerator::$repositoryName
|
2014-08-09 13:20:27 +03:00 |
|