Fabio B. Silva
|
c5d59ab4c7
|
test entity listener metadata
|
2013-01-29 12:14:51 -02:00 |
|
Fabio B. Silva
|
3c223a59c4
|
move call listeners tests to AbstractMappingDriverTest
|
2013-01-29 12:14:51 -02:00 |
|
Benjamin Eberlei
|
eedf85cbdb
|
[DDC-2243] Fix bug where a bigint identifier would be casted to an integer, causing inconsistency with the string handling.
|
2013-01-20 20:31:22 +01:00 |
|
Benjamin Eberlei
|
7c337748b6
|
DDC-2199 / DDC-2192 - Versioned fields didnt work in XML/YAML mapping
|
2012-12-16 12:57:53 +01:00 |
|
Fabio B. Silva
|
a07c63dde6
|
added support for @Enum
|
2012-11-13 14:13:48 -02:00 |
|
Fabio B. Silva
|
86fddfed9a
|
Fix DDC-2069
|
2012-10-20 00:28:38 -03:00 |
|
Benjamin Eberlei
|
a67a6aa685
|
Merge pull request #414 from cordoval/DDC-1872
[DDC-1872] Overriding Mapping Annotations
|
2012-10-06 01:35:47 -07:00 |
|
Luis Cordova
|
221ab3b695
|
[DDC-1872] adjust as per @stof comments on test skipped message
|
2012-08-01 02:27:23 -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 |
|
Luis Cordova
|
8742377c3b
|
[DDC-1872] add tests to evaluate annotations overrides with traits
|
2012-07-29 00:03:25 -05: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 |
|
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
|
7b758eee57
|
[DDC-1816] Verify XML <discriminator-column /> element works as expected/documented in tests.
|
2012-07-08 09:06:52 +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
|
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
|
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
|
db53b8651c
|
apply quote strategy at sqlwalker
|
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
|
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 |
|
comfortablynumb
|
f0db9a842d
|
[DDC-1542] - Inheritance: Added default discriminator map (only annotations yet)
|
2012-05-04 20:36:24 +02:00 |
|
Alexander
|
37ce0f15d6
|
Update test case for MappingException::invalidCascadeOption()
|
2012-05-04 18:26:17 +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
|
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
|
3b79951824
|
mapping driver tests
|
2012-04-15 15:40:40 -03:00 |
|