Marco Pivetta
ed7f658437
Testing against PHP nightly, but allowing it to fail
2016-06-19 08:41:00 +02:00
FabioBatSilva
163dac4a91
#5854 - Fix SLC queries with multiple nested DQL aliases
2016-06-17 00:11:18 -04:00
Marco Pivetta
c834ccf3fa
#5854 added PHP 7.1 to the build matrix
2016-06-16 23:00:59 -04:00
Marco Pivetta
be090e2f75
#5854 removing failure caused by a ReflectionProperty
being instantiated against the wrong class name in a test
2016-06-16 23:00:59 -04:00
Marco Pivetta
288e3191ce
#5854 - simple workaround to avoid populating SLC cache from DQL queries with multiple nested DQL aliases
2016-06-16 23:00:59 -04:00
Marco Pivetta
d3f6c5ec70
Merge pull request #5873 from vudaltsov/patch-1
...
Update query-builder.rst
2016-06-14 04:39:57 +02:00
Valentin Udaltsov
6ac7480df4
Update query-builder.rst
...
Removed one brace
2016-06-14 04:32:20 +03:00
Marco Pivetta
81fe6a82b3
Merge branch 'fix/#5858-yaml-exporter-should-only-introspect-join-column-on-owning-association-side'
...
Close #5858
2016-06-08 13:33:43 +02:00
Thomas Ploch
ea788fb734
Exporters should only inspect joinColumns
for owning side in bi-directional OneToOne
...
rebased commits:
- Added test case for bi-directional OneToOne in YamlExporter
- Only inspect joinColumns for owning side in bi-directional OneToOne in YamlExporter
- Adding bi-directional test case without joinColumn to XmlExporter test
- Same testcase also applied to PhpExporter
- Fixing bi-directional issue in PhpExporter when inspecting joinColumns index
- Implemented @Ocramius suggestions
2016-06-08 13:24:43 +02:00
Marco Pivetta
7e4106d47c
Merge pull request #5860 from peter-gribanov/master
...
Removed hacky switch/case, migrated to if/else and early return statements
2016-06-08 12:39:03 +02:00
Marco Pivetta
9b902263d5
Merge pull request #5863 from tPl0ch/feature-drop-54
...
Remove EOL PHP 5.4 from `.travis.yml` and `composer.json` - Fixes #5862
2016-06-08 12:36:21 +02:00
Thomas Ploch
650d49ee81
Tightened PHP version constraint in composer.json
2016-06-08 12:19:31 +02:00
Thomas Ploch
68b0060595
Fixing PHP version constraint in composer.json
2016-06-08 12:11:11 +02:00
Thomas Ploch
649ff94b38
Remove EOL PHP 5.4 from .travis.yml - Fixes #5862
2016-06-08 12:08:50 +02:00
Peter Gribanov
fa7799cec1
return check EventManager
2016-06-08 12:24:41 +03:00
Peter Gribanov
c0a87597fa
correct code style
2016-06-08 11:47:09 +03:00
Peter Gribanov
0b5b7190d7
not check EventManager
2016-06-08 11:29:43 +03:00
Peter Gribanov
fadd0a338f
add createConnection static method
2016-06-08 10:58:44 +03:00
Peter Gribanov
741da7806c
change switch/case to if/else
2016-06-08 10:29:39 +03:00
Marco Pivetta
3bc61d5f5e
Merge branch 'fix/#5850-clearing-specific-entity-name-should-clear-also-its-entity-insertions'
...
Close #5850
Close #5849
2016-06-06 00:35:44 +02:00
Marco Pivetta
68c5d761a8
#5849 #5850 minor performance optimization - avoiding get_class()
calls on all entity insertions
2016-06-06 00:25:48 +02:00
Marco Pivetta
b9b952ce8a
#5849 #5850 renamed clearEntityInsertions
to clearEntityInsertionsForEntityName
, for clarity
2016-06-06 00:13:39 +02:00
Marco Pivetta
20d86c5b27
#5849 #5850 refactored clearIdentityMapForEntityName
to remove useless looping
2016-06-06 00:11:19 +02:00
Marco Pivetta
14e0800293
#5849 #5850 renamed clearIdentityMap
to clearIdentityMapForEntityName
, for clarity
2016-06-06 00:10:18 +02:00
Marco Pivetta
34d8e00df7
#5849 #5850 correcting test scenario: identity map could not be built with auto-generated identities+persist
2016-06-06 00:08:26 +02:00
Marco Pivetta
313e4a33e5
#5849 #5850 adding group annotations to the newly introduced test case
2016-06-05 23:54:16 +02:00
Rico Humme
beb2641492
Correct naming convention of function. Was confusing otherwise
2016-06-05 23:16:09 +02:00
Rico Humme
4d48781e2b
Split of functionality in separate functions
2016-06-05 23:16:09 +02:00
Rico Humme
3df494ddc8
Test Case for Clear entityInsertions for specific entityName
2016-06-05 23:16:09 +02:00
Rico Humme
70603ee3db
Clear entityInsertions for specific entityName
2016-06-05 23:16:09 +02:00
Marco Pivetta
90b7450747
Merge pull request #5853 from lcobucci/patch-1
...
Fix typo
2016-06-05 22:34:07 +02:00
Luís Otávio Cobucci Oblonczyk
2c1818d513
Fix typo
2016-06-05 10:25:08 +00:00
Marco Pivetta
1c2b7c9685
Merge pull request #5813 from jeanCarloMachado/issue_5786
...
Add embedded and embeddable annotations in annotations reference index
2016-05-26 00:58:40 +02:00
Marco Pivetta
b3aa8254e4
Merge pull request #5823 from munkie/unused-code
...
Optimize imports. Remove full qualified class names. Remove dead code.
2016-05-13 04:47:26 +02:00
Marco Pivetta
2f60d6a1f8
Merge pull request #5817 from primozcigler/master
...
Added missing - in the in getting started docs.
2016-05-12 07:27:03 +02:00
Primoz Cigler
964d510357
Added missing - in the in getting started docs.
2016-05-11 09:11:55 +02:00
Mikhail Shamin
b173763bbb
Remove full qualified class names in tests
2016-05-11 03:00:44 +07:00
Mikhail Shamin
bf322b903d
Optimize imports. Remove full qualified class names
2016-05-11 01:55:12 +07:00
Jean Carlo Machado
56daa67f94
add embedded and embeddable annotations in annotations reference index
2016-05-09 22:25:22 -03:00
Guilherme Blanco
59a0410951
Merge pull request #5729 from funivan/patch-1
...
Fix typo
2016-04-21 11:26:15 -04:00
Marco Pivetta
76a5229fac
Merge pull request #5771 from teohhanhui/patch-1
...
Remove note on findBy not supporting entity
2016-04-12 13:39:55 +02:00
Teoh Han Hui
6c2463b905
Remove note on findBy not supporting entity
2016-04-12 15:05:16 +08:00
ivan
01e53ba44a
Fix typo
2016-03-21 14:16:07 +02:00
Marco Pivetta
c1943624ab
Merge pull request #5686 from mbeccati/build-fix
...
Fixed test failing due to changes in AnnotationReader
2016-03-04 19:37:47 +01:00
Matteo Beccati
82588c0af9
Fixed test failing due to changes in AnnotationReader
...
Doctrine\Tests\ORM\Mapping\AnnotationDriverTest::testLoadMetadataForNonEntityThrowsException
Argument 1 passed to Doctrine\Common\Annotations\AnnotationReader::__construct() must be an instance of Doctrine\Common\Annotations\DocParser, instance of Doctrine\Common\Cache\ArrayCache given, called in .../tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php on line 19 and defined
See: https://revive.beccati.com/bamboo/browse/PHP-DOCTR-PHP55-646/test/case/11813971
2016-02-29 11:06:23 +01:00
mikeSimonson
4b45183dbd
Merge pull request #5670 from mikeSimonson/doc
...
Add precision on the time units
2016-02-23 17:15:24 +01:00
Marco Pivetta
6ed05a9670
Merge pull request #5675 from jeanCarloMachado/fix_broken_links_doc
...
Fixed broken links on getting-started tutorial
2016-02-21 14:44:07 +01:00
Jean Carlo Machado
4c2ced8fee
fixed broken links on getting-started tutorial
2016-02-21 10:31:14 -03:00
Marco Pivetta
aef8f63dd0
Merge pull request #5673 from svycka/patch-1
...
removed unused use statement
2016-02-19 11:38:00 +00:00
Vytautas Stankus
9c320ca64f
removed unused use statement
2016-02-19 12:26:53 +02:00