Fabio B. Silva
|
4dca27962e
|
support multiple operators
|
2012-09-29 16:19:01 -03:00 |
|
Fabio B. Silva
|
6844116b94
|
test case expression
|
2012-09-29 16:19:00 -03:00 |
|
Fabio B. Silva
|
f0403a5394
|
test literal values
|
2012-09-29 16:19:00 -03:00 |
|
Fabio B. Silva
|
e5e45a3a5c
|
test sql generation
|
2012-09-29 16:18:59 -03:00 |
|
Fabio B. Silva
|
ddb2651691
|
fix tests on postgres
|
2012-09-29 16:18:59 -03:00 |
|
Fabio B. Silva
|
af2f556fd3
|
small refactory
|
2012-09-29 16:18:59 -03:00 |
|
Fabio B. Silva
|
b19e4a6440
|
support arithmetic expression and aggregate functions
|
2012-09-29 16:18:58 -03:00 |
|
Fabio B. Silva
|
88f04b5ebd
|
parse nested new operators
|
2012-09-29 16:18:58 -03:00 |
|
Fabio B. Silva
|
2b403b7dad
|
basic support refactory
|
2012-09-29 16:18:58 -03:00 |
|
Fabio B. Silva
|
0fbb78e61a
|
basic support, need some code refactory and improvements
|
2012-09-29 16:18:57 -03:00 |
|
Fabio B. Silva
|
ed89695a8c
|
collect new object parameters
|
2012-09-29 16:18:57 -03:00 |
|
Fabio B. Silva
|
0e60c50c5e
|
small code refactoring
|
2012-09-29 16:18:56 -03:00 |
|
Fabio B. Silva
|
0c1a8cd43f
|
sql generation
|
2012-09-29 16:18:56 -03:00 |
|
Fabio B. Silva
|
ee7b5da64a
|
start work
|
2012-09-29 16:18:56 -03:00 |
|
Stefano Rodriguez
|
9a14b40495
|
use of assertCount
|
2012-09-07 14:44:18 +02:00 |
|
Stefano Rodriguez
|
4b3ecfe674
|
Added a failing test case on PersistentCollection::matching() when collection is not initialized and there are NEW entities in the collection
|
2012-09-07 10:46:33 +02:00 |
|
Josiah Truasheim
|
e0d16331a4
|
Fixed formatting issues identified by Stof
|
2012-08-31 19:51:22 +07:00 |
|
Josiah Truasheim
|
783c53d57c
|
Added a failing test for DDC-2003
|
2012-08-31 17:52:46 +07: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 |
|
Kirill chEbba Chebunin
|
a162f00ecc
|
Remove builders from QueryExpressionVisitorTest constructor
|
2012-08-29 15:48:04 +04: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
|
c6b3899c2d
|
Add QueryBuilder::addCriteria() for Criteria - QueryBuilder bridge
|
2012-08-20 20:27:03 +04: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 |
|
Guilherme Blanco
|
f8a582d454
|
Merge pull request #391 from FabioBatSilva/ns-class
Give FQCN to NamingStrategy#propertyToColumnName
|
2012-08-12 15:50:20 -07: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 |
|
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 |
|
Benjamin Eberlei
|
bcbef5670c
|
Merge branch 'DDC-1939'
|
2012-07-29 09:27:20 +02:00 |
|
Benjamin Eberlei
|
354fa14df4
|
[DDC-1939] Add test for persistent collection delete with composite key
|
2012-07-29 09:27:08 +02:00 |
|
Guilherme Blanco
|
04e6cc78cd
|
Fixed is_subclass_of comparing an interface which brought our requirement to 5.3.9. Changed to reflection approach which still keep us at the same dependency as before.
|
2012-07-26 15:50:51 -04:00 |
|
Johannes M. Schmitt
|
fc4a07c2b3
|
added failing test for refresh with eager fetching
|
2012-07-26 12:54:58 +02:00 |
|
Fabio B. Silva
|
1369e3d133
|
change ticket/group
|
2012-07-24 14:34:27 +02:00 |
|
Fabio B. Silva
|
50dac4096a
|
give FQCN to NamingStrategy#propertyToColumnName
|
2012-07-24 14:34:27 +02:00 |
|
Guilherme Blanco
|
68adc7fed3
|
Merge pull request #403 from Ocramius/DDC-1925
DDC-1925 tests
|
2012-07-22 22:02:13 -07:00 |
|
Marco Pivetta
|
fb3c6f0e8f
|
DDC-1933 - Fixing cloning of QueryBuilder and adding related tests
|
2012-07-21 20:34:20 +02:00 |
|
Marco Pivetta
|
5b3eee8071
|
DDC-1925 - squashing ticket tests into a single file
|
2012-07-20 00:03:39 +02:00 |
|
Marco Pivetta
|
81f97e92d3
|
Adding tests for DDC-1925
|
2012-07-19 22:00:56 +02:00 |
|
Marco Pivetta
|
f3aae5de0e
|
Removing tests moved to Doctrine\Common
|
2012-07-10 02:48:28 +02:00 |
|
Marco Pivetta
|
01f058953b
|
Removing DriverChain and using Doctrine\Common implementation instead
|
2012-07-10 02:47:08 +02:00 |
|
Marco Pivetta
|
e2c1d7c38a
|
Removing deprecated StaticPHPDriver and PHPDriver
modifying tests so that the new implementation in Doctrine\Common is referenced
|
2012-07-10 02:31:30 +02:00 |
|
Benjamin Eberlei
|
b2385e0afa
|
[DDC-1637] Implementation of Criteria Collections API for
PersistentCollection (OneToMany only) and EntityRepository.
|
2012-07-09 09:59:48 +02:00 |
|
Benjamin Eberlei
|
4aafeaf7a6
|
Fix test on PostgreSQL
|
2012-07-09 09:55:41 +02:00 |
|
Benjamin Eberlei
|
fe292cc503
|
Merge pull request #392 from widop/patch-1
Invalid paginator query cloning
|
2012-07-08 09:34:09 -07:00 |
|
Benjamin Eberlei
|
3b04cf5b2f
|
Merge pull request #396 from Ocramius/DDC-1893
DDC-1893 - Updating configuration to reflect latest Doctrine Common changes
|
2012-07-08 09:26:15 -07:00 |
|
Benjamin Eberlei
|
6e924f2a2c
|
[DDC-1657] Prove that DBAL changes also work in ORM, not leading to drop sequence statements on postgresql with SERIAL pks.
|
2012-07-08 18:22:38 +02:00 |
|
Marco Pivetta
|
346e34adf6
|
Reverting to default annotation driver with - delayed to 3.0
|
2012-07-08 17:33:50 +02:00 |
|
Benjamin Eberlei
|
eaae1f222f
|
Fix PostgreSQL test-failure. UnitOfWork#getEntityState() produced exists() queries because of unmanaged entity passed as parameter to AbstractQuery#setParameter(), thereby skewing the sql count
|
2012-07-08 16:57:40 +02:00 |
|
Marco Pivetta
|
7c2e5ae5b2
|
Adding tests for configuration object (also to ensure defaults for BC break early discovery)
|
2012-07-08 16:32:27 +02:00 |
|