Benjamin Eberlei
|
626efdafd4
|
Delete old phing build leftover.
|
2014-02-04 08:49:08 +01:00 |
|
Marco Pivetta
|
8c92e0f19f
|
DDC-2931 - adding test that verifies that fetch-joined entities get refreshed with hints
|
2014-02-01 01:05:34 +01:00 |
|
Benjamin Eberlei
|
310afdf5d7
|
Merge pull request #910 from deeky666/DDC-2310
[DDC-2310] [DDC-2675] Fix SQL generation on table lock hint capable platforms
|
2014-01-31 11:33:30 -08:00 |
|
Fabio B. Silva
|
7e5a1c6b0d
|
Fix lazy association load
|
2014-01-28 12:26:10 -05:00 |
|
Marco Pivetta
|
b815a4b2d3
|
DDC-2931 - removing old comments
|
2014-01-24 02:52:30 +01:00 |
|
Marco Pivetta
|
9eafb11a02
|
DDC-2931 - Detailed explanation
|
2014-01-24 02:43:14 +01:00 |
|
Marco Pivetta
|
22bcfef523
|
DDC-2931 - cleaning up code formatting/simplifying test case
|
2014-01-23 20:19:36 +01:00 |
|
root
|
fabef48ca2
|
[DDC-2931] testcase to reproduce Jira 2931
|
2014-01-23 17:31:08 +00:00 |
|
Strate
|
41ec5fd56d
|
Fix applying ON/WITH conditions to first join in Class Table Inheritance
Now we build nested joins for CTI when using ON/WITH clause.
|
2014-01-19 20:56:24 +04:00 |
|
Steve Müller
|
b9ff877f14
|
fix SQL generation on table lock hint capable platforms
|
2014-01-15 22:46:09 +01:00 |
|
Steve Müller
|
3eced21a01
|
add missing use statement for SQL Server testsuite to work
|
2014-01-13 15:57:18 +01:00 |
|
Geoffrey Wagner
|
e9739f8591
|
Fix some code standard things
|
2014-01-09 10:48:38 -06:00 |
|
Geoffrey Wagner
|
4772cbfae6
|
Add a test
addLifecycleCallback now only allows a callback once so we do not hook them twice
|
2014-01-08 20:58:50 -06:00 |
|
Steve Müller
|
5f93c83059
|
fix connection mock fetchColumn signature
|
2014-01-06 21:24:01 +01:00 |
|
Johannes Schmitt
|
7020f4135f
|
skips DQL UPDATE/DELETE tests with SLC enabled
|
2014-01-04 18:32:06 +01:00 |
|
Johannes Schmitt
|
87b4155665
|
adds test for ResultSetMappingBuilder restriction
|
2014-01-04 18:06:16 +01:00 |
|
Johannes Schmitt
|
4f585a3d63
|
Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects
Conflicts:
UPGRADE.md
lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
|
2014-01-04 17:52:32 +01:00 |
|
Benjamin Eberlei
|
69cad4079d
|
Merge pull request #820 from apancutt/master
Added support for field options to FieldBuilder
|
2014-01-03 14:03:25 -08:00 |
|
Benjamin Eberlei
|
c8c7cf0528
|
Fix tests after merge of QueryBuilder#addCriteria changes.
|
2014-01-03 21:28:06 +01:00 |
|
Adam Pancutt
|
352f5394e5
|
Removed FieldBuilder::unsigned() method as it is only supported by MySQL
|
2014-01-03 09:48:38 +00:00 |
|
Benjamin Eberlei
|
22d4d2e812
|
Merge branch 'DDC-2700'
|
2014-01-02 23:50:21 +01:00 |
|
Benjamin Eberlei
|
53ed898684
|
[DDC-2700] Add test and fix CS.
|
2014-01-02 23:50:15 +01:00 |
|
Benjamin Eberlei
|
2feffe164a
|
Merge branch 'DDC-2732'
|
2014-01-02 23:33:56 +01:00 |
|
Benjamin Eberlei
|
b1e031a1b4
|
[DDC-2732] Add tests for XML id options fix.
|
2014-01-02 23:33:49 +01:00 |
|
Benjamin Eberlei
|
96ec3c1613
|
Merge pull request #830 from sandermarechal/sort-alias
[DDC-2764] Prefix criteria orderBy with rootAlias
|
2014-01-02 14:15:01 -08:00 |
|
Benjamin Eberlei
|
e91ed74b25
|
[DDC-2775] cleanup test.
|
2014-01-02 23:11:35 +01:00 |
|
Benjamin Eberlei
|
17809abd29
|
Merge pull request #837 from mnapoli/DDC2775
DDC-2775 Tests and fix
|
2014-01-02 14:07:14 -08:00 |
|
Benjamin Eberlei
|
ea84cfbdd1
|
Merge pull request #845 from flack/avoid-update-on-delete
Don't compute changeset for entities that are going to be deleted
|
2014-01-02 13:59:25 -08:00 |
|
Benjamin Eberlei
|
7a4a46a95c
|
[GH-855] fix CS
|
2014-01-02 22:50:36 +01:00 |
|
ptarjan
|
27c9074b71
|
don't rely on gc_collect_cycles for HHVM
|
2014-01-02 22:50:36 +01:00 |
|
Benjamin Eberlei
|
3a8aaea14a
|
Merge pull request #794 from stefankleff/patch-1
Multiple invokation of listeners on PreFlush event
|
2014-01-02 13:16:21 -08:00 |
|
yktd26
|
c9e06a6854
|
Format code
|
2013-12-31 12:25:14 +01:00 |
|
yktd26
|
bee74f898d
|
autoGenerate arg from bool to int
For using all four modes of proxies generation, change the 4th arg of
ProxyFactory's constructor to integer
|
2013-12-31 11:58:36 +01:00 |
|
Steve Müller
|
337857dc8a
|
add general IDENTITY generator type support for sequence emulating platforms
|
2013-12-29 05:55:16 +01:00 |
|
Matthieu Napoli
|
c9791fe97f
|
Inlined the model for the DCC2775 test case inside the test class
|
2013-12-23 09:55:10 +01:00 |
|
fabios
|
cf4c805427
|
Fix cache misses using one-to-one inverse side
|
2013-12-20 15:37:07 -05:00 |
|
fabios
|
22e3a76327
|
Fix non initialized association proxy
|
2013-12-20 10:39:03 -05:00 |
|
Michaël Perrin
|
1032a16db2
|
Simpler way to handle Collection parameters in DQL queries (refs #DDC-2319)
|
2013-12-17 11:37:17 +01:00 |
|
fabios
|
4e0e1b8061
|
CS/Typo Fixes
|
2013-12-16 15:55:54 -05:00 |
|
fabios
|
0a66a2bc09
|
CS/Doc Fixes
|
2013-12-16 11:05:05 -05:00 |
|
fabios
|
71903c28a8
|
Region cache clear commands
|
2013-12-16 11:05:05 -05:00 |
|
fabios
|
fb98277783
|
Fix docs
|
2013-12-16 11:05:05 -05:00 |
|
fabios
|
d135e402bb
|
handle update/delete queries
|
2013-12-16 11:05:05 -05:00 |
|
Fabio B. Silva
|
61bff7d5f6
|
Fix CS and update docs
|
2013-12-16 11:05:04 -05:00 |
|
Fabio B. Silva
|
1438a59c00
|
Fix persister query cache invalidation
|
2013-12-16 11:05:04 -05:00 |
|
fabios
|
1bfa8f0fc3
|
Extract cache config
|
2013-12-16 11:05:04 -05:00 |
|
Fabio B. Silva
|
3140593e9b
|
Second level cache
|
2013-12-16 11:05:04 -05:00 |
|
Benjamin Eberlei
|
86ae6f18ab
|
Merge branch 'DDC-2645'
|
2013-12-15 23:31:49 +01:00 |
|
Matthieu Napoli
|
602c3be3fc
|
Cleaned up tests for DDC-2775
|
2013-12-14 19:57:53 +01:00 |
|
Aaron Muylaert
|
aa5df1dbac
|
Create failing test for DDC-2645.
Merge not dealing correctly with composite primary keys.
|
2013-12-14 15:59:10 +01:00 |
|