Benjamin Eberlei
7e241e89b8
Merge branch 'DDC-2548' into 2.4
2013-08-10 17:43:40 +02:00
Michaël Gallego
67c1e1d2b1
Allow to have non-distinct queries
2013-08-10 17:43:26 +02:00
Benjamin Eberlei
261eacdbfc
Merge branch 'DDC-2565' into 2.4
2013-08-10 17:27:47 +02:00
Austin Morris
43df821691
convert PersistentCollection functional tests to unit tests
2013-08-10 17:27:30 +02:00
Austin Morris
11d09702da
remove redundant require_once for TestInit.php
2013-08-10 17:27:30 +02:00
Austin Morris
f9f14139cf
do not initialize coll on add()
2013-08-10 17:27:30 +02:00
Austin Morris
39f4d46d36
Initialize coll when using Collection methods inside PersistentCollection
2013-08-10 17:27:30 +02:00
Austin Morris
1dae8d318f
PersistentCollection - initialize coll - create failing tests
2013-08-10 17:27:30 +02:00
Benjamin Eberlei
a361a7c1cb
Merge branch 'DDC-2542' into 2.4
2013-08-10 17:02:34 +02:00
Roger Llopart Pla
6a73608baf
Fixed name colision.
2013-08-10 17:02:10 +02:00
Roger Llopart Pla
f9955152b2
Added a test which verifies that the tree walkers are kept.
2013-08-10 17:02:10 +02:00
Roger Llopart Pla
5aad1df149
Added docblock.
2013-08-10 17:02:10 +02:00
Roger Llopart Pla
243832555b
Appending the Paginator tree walker hint, instead of removing all the other hints.
2013-08-10 17:02:10 +02:00
Benjamin Eberlei
ae12fa6b5b
Merge branch 'DDC-2577' into 2.4
2013-08-10 16:28:35 +02:00
Konstantin.Myakshin
edaf9b6813
Skip not mapped public properties in SchemaValidator
2013-08-10 16:28:27 +02:00
Benjamin Eberlei
b324a21abf
Merge branch 'DDC-2587' into 2.4
2013-08-10 16:25:04 +02:00
J. Bruni
ff34aaaa2c
Updated EntityGeneratorTest::testEntityTypeAlias
2013-08-10 16:24:43 +02:00
J. Bruni
9767a814a6
Updated EntityGeneratorTest::testEntityTypeAlias
2013-08-10 16:24:43 +02:00
J Bruni
e6007575e1
Corrected PHP type for "decimal" mapping type
...
"Basic Mapping" documentation says:
"decimal: Type that maps a SQL DECIMAL to a PHP string."
2013-08-10 16:24:43 +02:00
Benjamin Eberlei
29d6da0fa0
Merge pull request #703 from shulcsm/patch-1
...
Clear visitedCollections
2013-06-30 01:38:02 -07:00
Benjamin Eberlei
69fe5c48f4
Merge pull request #710 from sandermarechal/extra-lazy-get-fix
...
Fix extra lazy get
2013-06-30 01:37:26 -07:00
Benjamin Eberlei
8e1111c8d3
Merge pull request #711 from FabioBatSilva/coveralls
...
Coveralls code coverage
2013-06-27 23:52:15 -07:00
Fabio B. Silva
e4bccdc7b3
coveralls code coverage
2013-06-27 20:18:21 -04:00
Sander Marechal
06ed21e883
Remove extra-lazy-get for ManyToMany relation
2013-06-27 14:19:39 +02:00
Sander Marechal
5635fa60a4
Check owning entitiy on extra lazy get with OneToMany relation
2013-06-27 14:17:41 +02:00
Benjamin Eberlei
4d93a4950b
Merge branch 'DDC-2530'
2013-06-25 19:34:22 +02:00
Benjamin Eberlei
a91050e7f4
[DDC-2350] Eager Collections are not marked as initialized, leading to multiple queries being executed.
2013-06-25 19:34:12 +02:00
Guilherme Blanco
20e5d98b7b
Merge pull request #640 from denkiryokuhatsuden/patch-1
...
[Paginator]Add hidden field ordering for postgresql
2013-06-24 19:23:36 -07:00
Benjamin Eberlei
2f6e914d64
Dont allow failures in 5.5 anymore
2013-06-24 08:42:17 +02:00
Guilherme Blanco
457036aacb
Merge pull request #702 from FabioBatSilva/DDC-2459
...
[DDC-2459]ANSI compliant quote strategy
2013-06-23 14:26:49 -07:00
Guilherme Blanco
2ce72f38a2
Merge pull request #705 from FabioBatSilva/DDC-2519
...
[DDC-2519] Partial association identifier
2013-06-23 14:25:58 -07:00
Fabio B. Silva
1cff8b4d98
Fix DDC-2519
2013-06-21 16:07:09 -04:00
Fabio B. Silva
a165f63c8c
ANSI compliant quote strategy
2013-06-21 16:05:59 -04:00
Benjamin Eberlei
eaf8fd3c34
Merge pull request #706 from sandermarechal/extra-lazy-get
...
[DDC-1398] Extra-lazy get for indexed associations
2013-06-20 05:26:52 -07:00
Sander Marechal
70427871ce
Extra test for indexBy identifier versus indexBy other fields
2013-06-20 14:20:00 +02:00
Sander Marechal
2879162015
No need to lookup metadata
2013-06-20 14:00:58 +02:00
Sander Marechal
3b92cfac5a
Use find() if the indexBy field is the identifier
2013-06-20 13:45:38 +02:00
Sander Marechal
53c9ffda30
Get rid of variable
2013-06-20 10:20:16 +02:00
Sander Marechal
647c5e2cad
Test actual data returned by get()
2013-06-20 10:18:08 +02:00
Sander Marechal
3555007f08
Return NULL for non-existent keys
...
The load() function already returns just one entity or NULL, so
the current() is not needed and the result can be returned directly.
2013-06-20 10:09:52 +02:00
Sander Marechal
523697d0b6
[DDC-1398] Extra-lazy get for indexed associations
...
If an association is EXTRA_LAZY and has an indexBy, then
you can call get() without loading the entire collection.
2013-06-20 09:29:56 +02:00
Benjamin Eberlei
1382d766b0
Merge pull request #704 from liuggio/patch-1
...
added badges stable release and total downloads
2013-06-19 09:02:33 -07:00
Giulio De Donato
c743bb938b
added badges
2013-06-19 16:40:57 +02:00
shulcsm
3340234785
Clear visitedCollections
...
Visited collections are cleared only in commit(). Commit clears up only if it actually has something to do. Processing large amounts of records without changing them cause visitedCollections to grow without any way of clearing.
2013-06-19 16:34:44 +03:00
Marco Pivetta
a39ceb3159
Merge pull request #701 from rbroen/patch-2
...
list_bugs.php needs to call to getters for protected vars
2013-06-17 02:41:29 -07:00
Robert Broen
6ff5043ce8
list_bugs.php needs to call to getters for protected vars
...
list_bugs.php needs to call to getters for protected vars. This was changed in the "getting-started" code repository, but not in the "getting-started" tutorial.
2013-06-17 11:36:09 +02:00
Marco Pivetta
1a958f70fd
Merge pull request #700 from rbroen/patch-2
...
Update getting-started.rst
2013-06-17 01:39:43 -07:00
Robert Broen
184e8eb26c
Update getting-started.rst
...
The tutorial assumes Doctrine 2.4
2013-06-17 10:31:06 +02:00
Guilherme Blanco
7903a2b513
Merge pull request #695 from doctrine/RepositoryFactory
...
Implemented support for RepositoryFactory.
2013-06-14 09:19:43 -07:00
Guilherme Blanco
52b3fc1fc3
Updated since php doc tag.
2013-06-14 12:07:28 -04:00