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 |
|
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 |
|
Guilherme Blanco
|
b3e7493278
|
Made setParameters()/excute()/iterate() BC compatible.
|
2012-05-29 14:25:54 -04:00 |
|
Guilherme Blanco
|
1635e0af4b
|
[DDC-1840] Implemented parameters as a collection.
|
2012-05-28 12:16:42 -04:00 |
|
Benjamin Eberlei
|
1f2ce21b56
|
[DDC-1497] Change EntityGenerator add method generation for collections.
|
2012-05-27 20:31:01 +02:00 |
|
Benjamin Eberlei
|
3398d1e287
|
[DDC-1685] Fix bug in OutputWalker when used on entities with Foreign Key as Primary Key.
|
2012-05-27 18:33:35 +02:00 |
|
Benjamin Eberlei
|
03d5922996
|
[DDC-1713] Verify EntityRepository#findBy() works with fetching array of values.
|
2012-05-27 17:22:16 +02:00 |
|
Benjamin Eberlei
|
6523f7f59e
|
[DDC-1777] Fix bug in BasicEntityPersister#exists() when no primary key is set.
|
2012-05-27 17:11:21 +02:00 |
|
Benjamin Eberlei
|
f55b5411c8
|
[DDC-1791] Fix OutputWalker Pagination on Oracle
|
2012-05-27 13:22:48 +02:00 |
|
Benjamin Eberlei
|
44c867827c
|
[DDC-1783] Fix memory leak in ObjectHydrator when using AbstractQuery#iterate() and EntityManager#clear()
|
2012-05-27 12:00:43 +02:00 |
|
Karsten Dambekalns
|
bcddc47356
|
[DDC-1835] Fix cloning persistent collections.
|
2012-05-27 10:17:12 +02:00 |
|
Benjamin Eberlei
|
548c997f7b
|
[DDC-1799] Fix bug in YamlExporter using OneToOne instead of ManyToOne
|
2012-05-27 09:57:46 +02:00 |
|
Benjamin Eberlei
|
0868ec1c19
|
Update Common and fix cache tests with different assumptions about keys.
|
2012-05-26 19:29:51 +02:00 |
|
Guilherme Blanco
|
b32bb26a84
|
Re-added coverage for DDC-369 and DDC-954.
|
2012-05-23 01:07:29 -04:00 |
|
Guilherme Blanco
|
738bfd8082
|
Reverted coverage for DDC-369 and DDC-954.
|
2012-05-23 00:14:50 -04:00 |
|
Guilherme Blanco
|
3e601c3a53
|
Added coverage for DDC-369 and DDC-954. All passing.
|
2012-05-23 00:10:25 -04:00 |
|
Fabio B. Silva
|
0af5da77f1
|
fix DDC-1822
|
2012-05-19 13:40:01 -03:00 |
|
Fabio B. Silva
|
e9974911fe
|
fix tests
|
2012-05-04 21:13:20 -03:00 |
|
Fabio B. Silva
|
67f0722211
|
change test to uses data provider
|
2012-05-04 21:13:19 -03:00 |
|
Fabio B. Silva
|
790d98133c
|
fix DDC-1694
|
2012-05-04 21:11:51 -03:00 |
|
Benjamin Eberlei
|
bd41e69a1f
|
Merge DDC-1542 into master
|
2012-05-04 23:20:57 +02:00 |
|
Benjamin Eberlei
|
99e303e211
|
[DDC-1542] Refactored automatic discriminator map detection.
|
2012-05-04 23:15:12 +02:00 |
|
Guilherme Blanco
|
6103db0d04
|
Merge pull request #345 from hason/DDC-1802
Fixed DDC-1802
|
2012-05-04 13:04:08 -07:00 |
|
comfortablynumb
|
f0db9a842d
|
[DDC-1542] - Inheritance: Added default discriminator map (only annotations yet)
|
2012-05-04 20:36:24 +02:00 |
|
Benjamin Eberlei
|
f566b79c87
|
Fix coding standards
|
2012-05-04 19:16:07 +02:00 |
|
Benjamin Eberlei
|
63b2c03a02
|
Merge pull request #331 from gedrox/DDC-1757
DDC-1757 test and patched query builder
|
2012-05-04 10:08:59 -07:00 |
|
Benjamin Eberlei
|
e09a9c7deb
|
Merge pull request #315 from Ocramius/getclass-on-proxies-refactoring
Allowing proxies to be passed to ORM public API
|
2012-05-04 10:04:14 -07:00 |
|
Alexander
|
37ce0f15d6
|
Update test case for MappingException::invalidCascadeOption()
|
2012-05-04 18:26:17 +02:00 |
|
Martin Hasoň
|
3d852397db
|
DDC-1802 removed unnecessary tokens T_SIZE and T_MOD
|
2012-05-02 19:10:21 +02:00 |
|
Martin Hasoň
|
3ab6ad23ad
|
DDC-1802 fixed parsing: FunctionDeclaration "NOT" ("LIKE" | "IN" | "BETWEEN")
|
2012-05-02 19:08:27 +02:00 |
|
Fabio B. Silva
|
fa140d8f59
|
remove wrong conflit mark
|
2012-04-21 01:59:25 -03:00 |
|
Fabio B. Silva
|
85790f0752
|
support for attribute override
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
9e010cbd34
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
30fdf8dd1b
|
added support for @AssociationOverride
|
2012-04-21 01:38:34 -03:00 |
|
Aigars Gedroics
|
5392133beb
|
[DDC-1757] test checks DQL only now, doesn't create schema anymore
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
3ddc461d30
|
[DDC-1757] Fix moved to private method, test improved.
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
a1ab3e8cf4
|
DDC-1757 test and patched query builder
|
2012-04-20 16:06:21 +03:00 |
|
Fabio B. Silva
|
9b02745cd8
|
Fix DDC-1784
|
2012-04-18 20:39:21 -03:00 |
|
Guilherme Blanco
|
bad811df6a
|
Merge pull request #293 from FabioBatSilva/DDC-1663
[DDC-1663]Native SQL Query Result Set Mappings
|
2012-04-16 12:06:26 -07:00 |
|
Tim Nagel
|
6cbdf53975
|
Fixed DDC1778
|
2012-04-16 13:03:19 +10:00 |
|
Fabio B. Silva
|
f8b1915efd
|
named native query inheritance
|
2012-04-15 15:40:43 -03:00 |
|
Fabio B. Silva
|
52c49b444e
|
test multiple entity results
|
2012-04-15 15:40:43 -03:00 |
|
Fabio B. Silva
|
9c87b5c689
|
php driver
|
2012-04-15 15:40:42 -03:00 |
|
Fabio B. Silva
|
4aa67a7598
|
static driver
|
2012-04-15 15:40:42 -03:00 |
|
Fabio B. Silva
|
b49180875c
|
yml driver
|
2012-04-15 15:40:42 -03:00 |
|
Fabio B. Silva
|
531eb68d56
|
xml driver
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
6e93186db4
|
mapping driver tests
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
8c407af1fc
|
fix postgres test
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
68665af6e8
|
test discriminator column
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
0cc2583a02
|
test scalar result
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
f813223036
|
test joined one-to-many and one-to-one
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
f018a56d6d
|
test native query with result class
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
3b79951824
|
mapping driver tests
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
015ea809b0
|
added support for resultClass and empty fields
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
bfc7986b20
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
2b996128af
|
sql result set mapping metadata
|
2012-04-15 15:39:22 -03:00 |
|
Fabio B. Silva
|
91e4702772
|
named native query metadata
|
2012-04-15 15:39:22 -03:00 |
|
Marco Pivetta
|
85ea27dba2
|
Adding tests for additional usages of the proxy classname in ORM public API
Like Proxy classnames in DQL, EM#getRepository, EM#getReference
|
2012-04-07 18:53:34 +02:00 |
|
Marco Pivetta
|
37279d0753
|
Adding test to verify validity of changes (fails without them)
|
2012-04-07 18:53:34 +02:00 |
|
Benjamin Eberlei
|
d54fdf43d0
|
[DDC-1771] Abstract classes cannot be proxies and should be skipped in complete generation.
|
2012-04-07 10:30:09 +02:00 |
|
Guilherme Blanco
|
a5c13a5ef1
|
Merge pull request #329 from doctrine/DDC-1766
[DDC-1766] Initial implementation of hydration cache.
|
2012-04-06 06:50:11 -07:00 |
|
Benjamin Eberlei
|
0b3577f2d2
|
[DDC-1766] Rewrite getHydrationCacheId() to use existing processParameterValue() method. Other code style changes.
|
2012-04-05 22:40:40 +02:00 |
|
Benjamin Eberlei
|
fd2a22bd56
|
[DDC-1766] Add test with explicit cache key.
|
2012-04-04 23:42:17 +02:00 |
|