Alexander
|
223c47069e
|
Added tests for ManyToMany associations and lazy collection to CTI entity
|
2011-12-22 17:49:57 +01:00 |
|
Alexander
|
62be27b295
|
Added tests for ManyToMany associations and lazy collection to STI entity
|
2011-12-22 00:25:21 +01:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
b1b10042d2
|
Revert "Fixed issue with fetched association not being considered during changeSet calculation. Fixes DDC-1545."
This reverts commit a8478d5766 .
|
2011-12-19 16:31:26 +01:00 |
|
Guilherme Blanco
|
a8478d5766
|
Fixed issue with fetched association not being considered during changeSet calculation. Fixes DDC-1545.
|
2011-12-19 01:39:48 -05:00 |
|
Jan Sorgalla
|
841d12e9b6
|
Move check for conversion SQL to ClassMetadataInfo
|
2011-11-20 19:50:51 +01:00 |
|
Jan Sorgalla
|
6f35679911
|
Initial implementation of Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL() and Doctrine\DBAL\Types\Type::convertToPHPValueSQL() integration
|
2011-11-19 00:35:29 +01:00 |
|
Benjamin Eberlei
|
909504c074
|
DDC-1461 - Fix test failures
|
2011-11-14 21:05:44 +01:00 |
|
Fabio B. Silva
|
0632b37492
|
fix default field type
|
2011-11-14 13:17:56 -02:00 |
|
Benjamin Eberlei
|
c648981f28
|
DDC-1461 - Verified deferred explicit works
|
2011-11-13 23:14:31 +01:00 |
|
Benjamin Eberlei
|
64d405f7dd
|
Merge origin/master into DDC-1384
|
2011-10-30 12:12:18 +01:00 |
|
Benjamin Eberlei
|
30731e0727
|
DDC-1384 - Fix all tests on Oracle
|
2011-10-29 23:58:09 +02:00 |
|
Guilherme Blanco
|
0ec2cc557f
|
Implemented support to entities with association marked as @Id support in many situations. Fixed DDC-1435.
|
2011-10-29 02:00:35 -02:00 |
|
Alexander
|
91bc9c0329
|
Adjusted test to verify that findBy*(null) is now supported
|
2011-10-17 18:56:06 +02:00 |
|
Benjamin Eberlei
|
22a04fd6de
|
Merge dominikl/DDC-1278 into doctrine/DDC-1278
|
2011-10-16 22:41:16 +02:00 |
|
Guilherme Blanco
|
f86e1ba66c
|
Added tests for DDC-1389. Everything is working in 2.2-DEV.
|
2011-10-15 00:18:57 -03:00 |
|
Guilherme Blanco
|
3bb803fd69
|
Cherry picked FabioBatSilva upgrade of Common lib.
|
2011-09-13 00:59:24 -03:00 |
|
Fabio B. Silva
|
3707b34cbb
|
Change repository type for EntityRepository
|
2011-09-08 17:21:06 -03:00 |
|
Fabio B. Silva
|
43ccd9ead6
|
tests for DDC-753
|
2011-09-08 15:54:49 -03:00 |
|
Fabio B. Silva
|
19d0887bb0
|
check if parent class is a mapped superclass
|
2011-09-08 13:41:16 -03:00 |
|
Fabio B. Silva
|
7f0275155d
|
php mapping
|
2011-09-08 13:17:53 -03:00 |
|
Fabio B. Silva
|
6a89de51e5
|
change tests
|
2011-09-08 12:55:55 -03:00 |
|
Fabio B. Silva
|
b2d98495b1
|
mapping files
|
2011-09-07 18:29:43 -03:00 |
|
Guilherme Blanco
|
bd5393a318
|
Added coverage for orphanRemoval in OneToOne when unlinking an entity.
|
2011-09-07 13:12:02 -03:00 |
|
Guilherme Blanco
|
2cfc61db84
|
Fixed bug with orphanRemoval not removing associated Entity on OneToMany and OneToOne relationships. As defined in ClassMatedataInfo, in these situations, when orphanRemoval=true, cascade=remove is implicit. This fixes DDC-1321.
|
2011-09-06 01:58:16 -03:00 |
|
Guilherme Blanco
|
e7f471ef3e
|
Fixed issue with CTI during DQL update that was incorrectly setting parameter types during multi table execution. Fixes DDC-1341.
|
2011-08-28 13:48:15 -03:00 |
|
Dominik Liebler
|
6e47d7b16d
|
DDC-1278 - EntityManager::clear($entity) support
added test case and modified test data CmsUser to cascade detach address and articles (testing collections and single entites)
|
2011-08-14 16:12:12 +02:00 |
|
Benjamin Eberlei
|
d583b149ac
|
Merge pull request #98 from asm89/master
[DDC-1301] Fixed tests teardown for mysql suite
|
2011-07-31 02:41:19 -07:00 |
|
Alexander
|
953a0f6572
|
[DDC-1301] Fixed tests teardown for mysql suite
|
2011-07-29 09:35:59 +02:00 |
|
Benjamin Eberlei
|
c34612b8e9
|
[DDC-1298] DDC117Link file got lost from 2.1.x to master somehow
|
2011-07-28 23:44:11 +02:00 |
|
Benjamin Eberlei
|
5c47c07794
|
Merge pull request #97 from asm89/DDC-1301
[DDC-1301] Fixed count() for fetch="EXTRA_LAZY" on OneToMany association
|
2011-07-28 14:26:15 -07:00 |
|
Alexander
|
d439f67df5
|
[DDC-1301] Prefixed all Legacy models properties with _
|
2011-07-28 12:25:23 +02:00 |
|
Alexander
|
b2951691e2
|
[DDC-1301] Added tests for fetch="EXTRA_LAZY" count() on a "legacy" database
|
2011-07-28 11:01:28 +02:00 |
|
Benjamin Eberlei
|
196632978c
|
DDC-1298 - Fix bug in SQLWalker with derived entities that have no fields of their own.
|
2011-07-27 23:22:20 +02:00 |
|
Benjamin Eberlei
|
c261315ea7
|
DDC-1250 - Fix bug with inverse one to one loading and ambigious column names in certain scenarios
|
2011-07-09 22:11:49 +02:00 |
|
Benjamin Eberlei
|
2b207106a3
|
DDC-1022 - Call __wakeup() with the same semantics then ClassMetadata::newInstance() does inside UnitOfWork
|
2011-07-09 12:12:44 +02:00 |
|
Guilherme Blanco
|
7d1fca1ca2
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-09 14:43:42 -03:00 |
|
Guilherme Blanco
|
a31289b9d7
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-06 18:45:09 -03:00 |
|
Benjamin Eberlei
|
c144df9be3
|
DDC-1033 - Fix cloning of not initialized proxies.
|
2011-02-26 12:47:59 +01:00 |
|
Benjamin Eberlei
|
9768d08458
|
[DDC-250] Add tests and fix some glitches and finalized index-by patch.
|
2011-02-05 11:42:10 +01:00 |
|
Benjamin Eberlei
|
194a90923d
|
DDC-117 - Finalize patch, fix all the problems of different use-cases by hugely expanding the test-model.
|
2011-01-01 18:17:19 +01:00 |
|
Benjamin Eberlei
|
e142bd1f30
|
Merge and modify juokazs Sqlsrv changes
|
2010-11-18 23:14:07 +01:00 |
|
Benjamin Eberlei
|
97b80d69f1
|
Fix several test-issues after upgrading dependencies and a Bug in a SchemaTool and DatabaseDriver
|
2010-11-18 23:07:32 +01:00 |
|
Juozas Kaziukenas
|
831b40e093
|
Fixes required for Microsoft SQL tests
|
2010-11-17 13:18:18 -08:00 |
|
Benjamin Eberlei
|
394469d4b7
|
DDC-525 - Single Table Inheritance fields of child entities ALWAYS have to be nullable, Schema-Tool now enforces this.
|
2010-09-27 23:22:52 +02:00 |
|
Benjamin Eberlei
|
13047aa12e
|
Fixed Mappedsuperclass Functional Test to work with new modelset and verify that relevant features work
|
2010-09-22 00:15:45 +02:00 |
|
Benjamin Eberlei
|
39f732ab91
|
Refactored DDC-671 model to become a first-class modelset, we dont have one with mapped superclass yet.
|
2010-09-21 23:53:26 +02:00 |
|
Roman S. Borschel
|
207d624f5f
|
Bumped Common dependency to RC1, fixing related issues in the test suite.
|
2010-09-01 20:43:23 +02:00 |
|
Roman S. Borschel
|
506973a92e
|
[DDC-757] Fixed. Also fixed some failing postgres tests due to changes to the default allocation size for sequences.
|
2010-08-26 13:47:37 +02:00 |
|
Roman S. Borschel
|
69073c4b37
|
Fixes for merging bidirectional associations where both sides define cascade=merge as well as fixes for handling null values and proxies properly in single-valued associations.
|
2010-07-30 17:19:50 +02:00 |
|
Benjamin Eberlei
|
5bebf13d58
|
Bugfix in Test Models that made Oracle tests fail for illegal identifier name
|
2010-07-29 00:02:42 +02:00 |
|
Roman S. Borschel
|
4212b88edc
|
Fixed DDC-455, DDC-600. Some behavior and API polish in the UoW as well as continued _ prefix removal in some core classes. Cleanups and fixes for one-to-one orphan removal including tests.
|
2010-07-08 00:20:54 +02:00 |
|
Benjamin Eberlei
|
d922631efe
|
DDC-649 - Refactoring Single Table Inheritance Tests
|
2010-07-04 12:17:15 +02:00 |
|
beberlei
|
f7e8109d07
|
DDC-501 - Cascade Merging unitialized Persistent Collections leads to weird behaviour
|
2010-07-01 23:48:44 +02:00 |
|
Benjamin Eberlei
|
8639735e91
|
Adding more Tests for DateTime, Date and Time type handling, related to DBAL-22. Failures in Oracle Time Type handling have to fixed in DBAL package.
|
2010-06-14 23:46:04 +02:00 |
|
Benjamin Eberlei
|
64b57bbcfb
|
Merge upstream into lock-support branch
|
2010-05-15 09:41:32 +02:00 |
|
Christian Heinrich
|
f2213c4d00
|
Fixed #DDC-578
Also added a new testcase
|
2010-05-11 11:19:38 +02:00 |
|
Benjamin Eberlei
|
f65a555d04
|
Merge Upstream into Locking-Branch
|
2010-05-02 13:02:44 +02:00 |
|
Roman S. Borschel
|
01c2c06bbf
|
[DDC-512] Fixed.
|
2010-04-15 18:36:17 +02:00 |
|
Benjamin Eberlei
|
dfbd9e6e2f
|
DDC-178 - Add additional tests for Locking Support
|
2010-04-11 16:43:33 +02:00 |
|
Roman S. Borschel
|
7cc56c45d3
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
|
beberlei
|
95994f7a44
|
[2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support
|
2010-04-02 21:37:15 +00:00 |
|
beberlei
|
eb00a3b817
|
[2.0] DDC-195 - Refactored Mapping Syntax again to be arrays in all annotations, xml and yaml drivers instead of parsing the fields in the AssociationMapping implementations.
|
2010-02-26 21:26:06 +00:00 |
|
beberlei
|
839603dafe
|
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.
|
2010-02-26 19:39:12 +00:00 |
|
romanb
|
639718e95c
|
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
|
2010-02-19 21:28:17 +00:00 |
|
beberlei
|
6f6628c22a
|
[2.0] DDC-336 DDC-337 - Commit missing file
|
2010-02-15 23:02:24 +00:00 |
|
beberlei
|
30d1b54db1
|
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
|
2010-02-14 21:21:43 +00:00 |
|
romanb
|
ca23555c3e
|
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.
|
2010-02-10 10:47:42 +00:00 |
|
romanb
|
4adc289596
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
|
beberlei
|
8d607b1b78
|
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
|
2010-01-31 14:35:10 +00:00 |
|
beberlei
|
5af891d157
|
[2.0] DDC-197 - Add failing test on oracle as a challenge to fix OCI CLOB handling.
|
2009-12-06 23:40:38 +00:00 |
|
beberlei
|
466e96b491
|
[2.0] DDC-186 - Fixed SchemaTool indexes behaviour, changed a functional/integration model to use one index for test-coverage.
|
2009-12-04 07:19:51 +00:00 |
|
beberlei
|
120e6942e8
|
[2.0] DDC-115 - Fix for multiple class metadata instances because of classes being addressed with or without prepending namespace separator.
|
2009-11-04 19:59:34 +00:00 |
|
romanb
|
7bbdac1c88
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
|
romanb
|
94569baa0b
|
[2.0][DDC-88] Corrected accidental swap of precision/scale.
|
2009-11-01 11:09:27 +00:00 |
|
romanb
|
44045a6b83
|
[2.0][DDC-88] Quoted field name in decimal model as a little test for identifier quoting.
|
2009-11-01 11:04:03 +00:00 |
|
beberlei
|
e2962c73dc
|
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update - Changes in two files were missing.
|
2009-10-31 22:24:29 +00:00 |
|
romanb
|
ac4b4889a6
|
[2.0][DDC-57] Fixed.
|
2009-10-26 13:05:32 +00:00 |
|
romanb
|
5b60f87859
|
[2.0] Fixed some known issues with inheritance, especially class table inheritance, like join columns not being selected.
|
2009-10-22 19:12:00 +00:00 |
|
romanb
|
c54d582568
|
[2.0] Added test coverage for native query with joined one-to-one association.
|
2009-10-22 09:10:59 +00:00 |
|
romanb
|
b8bcd51ff2
|
[2.0][DDC-32] Fixed.
|
2009-10-07 12:39:46 +00:00 |
|
romanb
|
435acc9188
|
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
|
2009-10-01 12:00:14 +00:00 |
|
romanb
|
3d3bcc1742
|
[2.0][DDC-7] Fixed.
|
2009-09-15 12:24:38 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
romanb
|
f0da001770
|
[2.0] Fixed and enhanced tests.
|
2009-09-05 09:22:34 +00:00 |
|
guilhermeblanco
|
51a0a912be
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:45:12 +00:00 |
|
guilhermeblanco
|
3ef0bf50e9
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:44:45 +00:00 |
|
romanb
|
a65ea05f01
|
[2.0] Fixed scale/precision support in SchemaTool
|
2009-09-04 20:31:11 +00:00 |
|
romanb
|
3d17cb0d60
|
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
|
2009-08-17 17:58:16 +00:00 |
|
romanb
|
2ec4cc5cbe
|
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
|
2009-07-29 11:57:27 +00:00 |
|
romanb
|
62446f0f3c
|
[2.0] Cleanup for changeset #6172.
|
2009-07-28 16:36:24 +00:00 |
|
romanb
|
28ca2acb8b
|
[2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization.
|
2009-07-25 16:33:29 +00:00 |
|
romanb
|
d674f1923d
|
[2.0] Fixed #2373. Some small perf. improvements for UnitOfWork.
|
2009-07-23 09:52:16 +00:00 |
|
romanb
|
b8090c99a3
|
[2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity().
|
2009-07-18 11:41:37 +00:00 |
|
romanb
|
2ffc7f17db
|
[2.0] Migrated AnnotationDriver to new annotation parser. Removed addendum vendor library.
|
2009-07-08 15:25:41 +00:00 |
|
piccoloprincipe
|
08f84793da
|
fixed parameter type hinting
|
2009-07-08 08:43:50 +00:00 |
|
piccoloprincipe
|
4910309674
|
added one-one self referential functional tests (closes #2276)
|
2009-07-06 12:42:14 +00:00 |
|
piccoloprincipe
|
ff115efbac
|
added many-many self referential functional tests (affects #2276)
|
2009-07-06 12:18:04 +00:00 |
|
romanb
|
f064de2af1
|
[2.0] Fixed issue with self-referential one-to-many associations not being persisted correctly when IDENTITY key generation was used. Included now passing OneToManySelfReferentialTest.
|
2009-07-03 17:36:41 +00:00 |
|
piccoloprincipe
|
4e70e5d80a
|
[2.0] added one-many self referential association test (addresses #2276)
|
2009-07-02 14:36:47 +00:00 |
|