Bilal Amarni
|
a9b4debe37
|
allowed to pass filter objects to the configurator
|
2012-09-03 10:52:46 +02:00 |
|
Josiah Truasheim
|
959c4f026f
|
Refactored the SqlValueVisitor to move all type processing to the entity persister.
|
2012-08-31 20:58:16 +07:00 |
|
Josiah Truasheim
|
e0d16331a4
|
Fixed formatting issues identified by Stof
|
2012-08-31 19:51:22 +07:00 |
|
Josiah Truasheim
|
a6b6b25267
|
Removed the closure keyword as it isn't supported in PHP 5.3
|
2012-08-31 18:16:02 +07:00 |
|
Josiah Truasheim
|
c7f5d9d77d
|
Fixed DDC-2003 using closures to reference the functionality of the calling entity persister from the SQL value visitor.
|
2012-08-31 18:12:44 +07:00 |
|
Josiah Truasheim
|
783c53d57c
|
Added a failing test for DDC-2003
|
2012-08-31 17:52:46 +07:00 |
|
Bilal Amarni
|
d47b872292
|
fixed typo
|
2012-08-30 16:35:46 +03:00 |
|
Bilal Amarni
|
7c7118d883
|
simplified interface check
|
2012-08-30 16:25:50 +03:00 |
|
Karsten Dambekalns
|
4e4cf33342
|
Update en/reference/working-with-associations.rst
Clarifiy that orphanRemoval works with one-to-one, one-to-many and many-to-many associations.
|
2012-08-30 11:56:06 +03:00 |
|
Benjamin Eberlei
|
bc2476f342
|
[DDC-1918] Fix weird results at the end of paginator when using fetch joins
|
2012-08-29 15:16:07 +02:00 |
|
Benjamin Eberlei
|
9c682efb2f
|
Merge pull request #431 from pitiflautico/patch-1
[ORM] Fix double semicolon
|
2012-08-29 05:33:12 -07:00 |
|
Benjamin Eberlei
|
267daa5fc1
|
Merge pull request #428 from chEbba/query-builder-common-criteria
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
|
2012-08-29 05:06:50 -07:00 |
|
Kirill chEbba Chebunin
|
ac98f15cfa
|
Fix ORMInvalidArgumentException factory methods with return instead of throw
|
2012-08-29 14:02:51 +02:00 |
|
Kirill chEbba Chebunin
|
e68807ad4f
|
Change version for QueryExpressionVisitor
|
2012-08-29 16:00:02 +04:00 |
|
Kirill chEbba Chebunin
|
a162f00ecc
|
Remove builders from QueryExpressionVisitorTest constructor
|
2012-08-29 15:48:04 +04:00 |
|
Daniel Perez Pinazo
|
5b8ead9db8
|
[ORM] Fix double semicolon
|
2012-08-29 13:40:36 +03:00 |
|
Francesc Rosàs
|
e873351624
|
Remove "before the lists of scheduled changes are cleared"
It is not true.
|
2012-08-23 21:51:33 +03:00 |
|
Benjamin Eberlei
|
9ae1f804e1
|
Merge pull request #120 from saltybeagle/master
Minor spelling correction & grammatical formatting
|
2012-08-23 06:55:26 -07:00 |
|
Brett Bieber
|
46be81115a
|
Minor spelling correction & grammatical formatting
|
2012-08-23 08:41:19 -05:00 |
|
Kirill chEbba Chebunin
|
2aba7fb374
|
Add test for QueryBuilderTest::addCriteria with undefined limits
|
2012-08-20 20:31:57 +04:00 |
|
Kirill chEbba Chebunin
|
1c2f2b5c13
|
Store QueryExpressionVisitor parameters as array
|
2012-08-20 20:28:22 +04:00 |
|
Kirill chEbba Chebunin
|
433d208572
|
Remove extra space from QueryBuilder::addCriteria()
|
2012-08-20 20:27:55 +04:00 |
|
Kirill chEbba Chebunin
|
d3ab948d88
|
Overwrite query limits only if set in QueryBuilder::addCriteria()
|
2012-08-20 20:27:30 +04:00 |
|
Kirill chEbba Chebunin
|
148789600a
|
Remove unnecessary else statements after if with return in QueryExpressionVisitor
|
2012-08-20 20:27:14 +04:00 |
|
Kirill chEbba Chebunin
|
c6b3899c2d
|
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
|
2012-08-20 20:27:03 +04:00 |
|
Guilherme Blanco
|
ece6a005bc
|
Merge pull request #425 from FabioBatSilva/DDC-1977
Fix DDC-1977
|
2012-08-15 15:29:26 -07:00 |
|
FabioBatSilva
|
641af15280
|
Fix DDC-1977
|
2012-08-15 22:57:21 +02:00 |
|
Alexander
|
185b4e0c41
|
Fix setCustomHydrationModes + added test
|
2012-08-14 22:43:32 +02:00 |
|
Alexander
|
5c585b4c02
|
Merge branch 'config'
|
2012-08-14 22:33:36 +02:00 |
|
Martin Meredith
|
787a208708
|
Create the setCustomHydrationMode function
This allows multiple hydrators to be set at once, and also allows for
the customHydrationMode options to be set via DoctrineORMModule
|
2012-08-14 22:33:25 +02:00 |
|
Guilherme Blanco
|
f8a582d454
|
Merge pull request #391 from FabioBatSilva/ns-class
Give FQCN to NamingStrategy#propertyToColumnName
|
2012-08-12 15:50:20 -07:00 |
|
Gary Hockin
|
b6ddb58634
|
Update en/tutorials/getting-started.rst
Cleaner to remove the note, and modify the code to put the doctrine_bootstrap.php include first?
|
2012-08-07 13:26:51 +02:00 |
|
Benjamin Eberlei
|
a9dfe1e10e
|
Merge pull request #118 from Spabby/master
Added a note to explain something that confused me for a while in this tutorial
|
2012-08-07 04:15:59 -07:00 |
|
Gary Hockin
|
711844296d
|
Update en/tutorials/getting-started.rst
Fixed failed markdown
|
2012-08-07 13:12:09 +02:00 |
|
Gary Hockin
|
f3dea276e7
|
Update en/tutorials/getting-started.rst
Added note that tripped me up.
|
2012-08-07 13:10:25 +02:00 |
|
Guilherme Blanco
|
72ce9a7f37
|
Merge pull request #417 from jonathaningram/patch-1
Remove unused use statement
|
2012-08-01 23:38:56 -07:00 |
|
Jonathan Ingram
|
04de52d4c9
|
Remove unused use statement
|
2012-08-02 15:33:09 +10:00 |
|
Benjamin Eberlei
|
2f72219d6e
|
Finish first version of filtering api documentation
|
2012-08-01 22:15:44 +02:00 |
|
Benjamin Eberlei
|
104a76a6b1
|
Update EntityRepository and PersistentCollection to new Criteria#expr() method instead of having to implement themselves.
|
2012-08-01 21:37:22 +02:00 |
|
Luis Cordova
|
221ab3b695
|
[DDC-1872] adjust as per @stof comments on test skipped message
|
2012-08-01 02:27:23 -05:00 |
|
Benjamin Eberlei
|
eaeda36bdb
|
Add filtering collections
|
2012-07-31 23:58:37 +02:00 |
|
Benjamin Eberlei
|
83b509e033
|
Move again into tools
|
2012-07-31 23:26:40 +02:00 |
|
Benjamin Eberlei
|
71d3f5852d
|
Move Mapping Validation into Configuration section
|
2012-07-31 23:25:33 +02:00 |
|
Benjamin Eberlei
|
5e9255dda8
|
Reorganize query builder docs to put the useful stuf fon top.
|
2012-07-31 23:20:25 +02:00 |
|
Michael Moravec
|
79a04b295f
|
[DDC-1961] Fixed parameter type support in Parameter
|
2012-07-31 21:01:21 +02:00 |
|
Luis Cordova
|
6c932af0a0
|
[DDC-1872] address comments from beberlei
|
2012-07-29 23:33:18 -05:00 |
|
Luis Cordova
|
5d0082471f
|
[DDC-1872] skip 5.4 versions for php 5.3 uncompatible tests
|
2012-07-29 22:55:26 -05:00 |
|
Benjamin Eberlei
|
00a5f18544
|
[DDC-1937] Fix bug with apc and annotation caching using a workaround.
|
2012-07-29 11:56:41 +02:00 |
|
Benjamin Eberlei
|
e8d3fc73ff
|
Merge branch 'DDC-1964'
|
2012-07-29 11:25:54 +02:00 |
|
Benjamin Eberlei
|
7c1235dedb
|
[DDC-1964] Fix issue with refresh and and object hydrator not setting field to null explicitly to override possible previous values.
|
2012-07-29 11:25:45 +02:00 |
|