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 |
|
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 |
|
Benjamin Eberlei
|
7b758eee57
|
[DDC-1816] Verify XML <discriminator-column /> element works as expected/documented in tests.
|
2012-07-08 09:06:52 +02:00 |
|
Benjamin Eberlei
|
18d4a2f970
|
[DDC-1775] Fix NotifyPropertyChanged Listener being attached in addIdentityMap(), which is too late for certain use-cases in the persist lifecycle.
|
2012-07-07 17:47:29 +02:00 |
|
Benjamin Eberlei
|
3783ca6b43
|
[DDC-1707] Working testcase
|
2012-07-07 17:15:32 +02:00 |
|
Alexander
|
2dd2d694ca
|
Introduce StatementMock to make testsuite ready for upcoming DBAL change
|
2012-07-07 15:14:51 +02:00 |
|
Benjamin Eberlei
|
cc4613533b
|
Fix tests after DBAL adjustments
|
2012-07-04 23:58:41 +02:00 |
|
Benjamin Eberlei
|
4bfdcd32f7
|
Merge pull request #384 from FabioBatSilva/DDC1885
[DDC-1885] Fix quotes in many to many persisters
|
2012-07-04 14:43:48 -07:00 |
|
Guilherme Blanco
|
6ba205f561
|
Merge pull request #314 from Ocramius/dcom-metadata-drivers-reuse
Doctrine\Common metadata drivers reuse
|
2012-07-04 13:30:54 -07:00 |
|
Fabio B. Silva
|
632d13ba0c
|
fix extra lazy count
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
fe11831bd7
|
test remove item and clear collection
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
076663fe3a
|
fix DDC-1885 in persisters
|
2012-07-04 17:11:42 -03:00 |
|
Benjamin Eberlei
|
5cdb0ae8be
|
[DDC-1907] Add generation of remove method for collections
|
2012-07-04 21:04:47 +02:00 |
|
Marco Pivetta
|
943cff673a
|
Fixing test expecting a ORM\Mapping exception
Those exceptions are now in the Common\Persistence\Mapping namespace
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
63fbf7c2e5
|
Fixing broken tests because of wrong method signature and reference to the old Driver interface
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
01b1b0b5fb
|
Removing code from the simplified drivers, use SymfonyFileLocator instead
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
905acf9176
|
Removing Doctrine\ORM\Mapping\Driver\Driver interface
Interface has been moved to Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:21 +02:00 |
|
Marco Pivetta
|
ccace8cb8b
|
Moving exception throwing for invalid file mappings to Doctrine\Common\Persistence\Mapping\Driver\FileDriver
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
03fb734de8
|
Removing API that should be moved to common
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
82cfda3dec
|
Fixing reflection exceptions caused by changes in the AbstractFileDriver interface
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
34bb0c4943
|
Reducing code duplication
SimplifiedXmlDriver and SimplifiedYamlDriver are still not valid after this commit
|
2012-07-04 20:59:20 +02:00 |
|
Marco Pivetta
|
e6a2bae5d7
|
Updating mapping driver interface to comply with Doctrine\Common\Persistence\Mapping\Driver\MappingDriver
|
2012-07-04 20:59:20 +02:00 |
|
Guilherme Blanco
|
cb72219b11
|
Merge pull request #372 from FabioBatSilva/DDC-1845
[DDC-1845] QuoteStrategy
|
2012-06-24 20:36:54 -07:00 |
|
Guilherme Blanco
|
3dd3ecaff8
|
Updated dependency libraries with latest versions of related tools.
|
2012-06-24 23:29:14 -04:00 |
|
Fabio B. Silva
|
49f9d185de
|
Fix CS and test configuration
|
2012-06-18 14:43:01 -03:00 |
|
Fabio B. Silva
|
85b6f8dc2f
|
change quote strategy to interface
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
b6b35d9482
|
test quote join variable
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
e0a236a9af
|
fix DDC-142 load OneToOne EAGER
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
cd806b83db
|
fix DDC-142 persist OneToOne
|
2012-06-18 14:42:59 -03:00 |
|
Fabio B. Silva
|
7807d6806c
|
fix delete join table not owning side
|
2012-06-18 14:42:59 -03:00 |
|
Fabio B. Silva
|
ad380e3ac6
|
test join column and referenced join columns quote
|
2012-06-18 14:42:58 -03:00 |
|
Fabio B. Silva
|
debc6e4993
|
change QuoteStrategy#getJoinColumnName to use join column
|
2012-06-18 14:42:58 -03:00 |
|
Fabio B. Silva
|
2afe24f51c
|
start to work in xxToOne quote
|
2012-06-18 14:42:58 -03:00 |
|
Fabio B. Silva
|
a75c672ee7
|
fix sequence and join columns
|
2012-06-18 14:42:57 -03:00 |
|
Fabio B. Silva
|
7215c1a3b1
|
test join table quote
|
2012-06-18 14:42:57 -03:00 |
|
Fabio B. Silva
|
f335f23145
|
tests for quoted columns metadata
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
8fec73673d
|
fix DDC-1719 in persiter and query level
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
505bdb9c03
|
missing files
|
2012-06-18 14:42:54 -03:00 |
|
Fabio B. Silva
|
db53b8651c
|
apply quote strategy at sqlwalker
|
2012-06-18 14:42:53 -03:00 |
|
Fabio B. Silva
|
d49a968d55
|
tests for DDC-1719
|
2012-06-18 14:42:53 -03:00 |
|
Fabio B. Silva
|
2b4c29e4f2
|
tests for default strategy
|
2012-06-18 14:42:53 -03:00 |
|
Fabio B. Silva
|
9f297c3140
|
first tests for DefaultQuoteStrategy
|
2012-06-18 14:42:52 -03:00 |
|
Josiah Truasheim
|
ff8cc6f4c0
|
Fixed DDC-1880 Named Queries not registered in xml mapping
|
2012-06-18 23:41:20 +07:00 |
|
Benjamin Eberlei
|
a3210e78aa
|
Merge pull request #368 from doctrine/join-poc
Join poc
|
2012-06-18 08:18:13 -07:00 |
|
Benjamin Eberlei
|
6f13e9543b
|
Fix QueryTest
|
2012-06-18 17:03:08 +02:00 |
|
Guilherme Blanco
|
cba4e55ac4
|
Added more coverage tests. Required result confirmation.
|
2012-06-18 17:02:14 +02:00 |
|
Guilherme Blanco
|
41a650b699
|
Updated PoC for multiple components DQL support.
|
2012-06-18 17:01:52 +02:00 |
|
Alexander
|
e7dfa08756
|
[PoC] Arbitrary join support
|
2012-06-18 17:00:37 +02:00 |
|
Lars Strojny
|
164269bff1
|
Allow passing any callable instead of only closures
|
2012-06-16 13:20:34 +02:00 |
|
Guilherme Blanco
|
161ae31a7e
|
Adde more BC compatibility in setParameters.
|
2012-05-29 14:41:32 -04:00 |
|