1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/tests/Doctrine/Tests/ORM/Functional/Ticket
Guilherme Blanco ba38f3e1e9 Merge pull request #148 from asm89/ProxyIdentifer
Do not load entity on retrieving identifier from a proxy
2011-10-15 11:23:06 -07:00
..
DDC117Test.php Fixed some warnings from phpunit. 2011-02-19 19:50:58 -02:00
DDC144Test.php Fixed incorrect transaction management in locking tests. 2010-06-07 00:15:38 +02:00
DDC163Test.php [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
DDC168Test.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
DDC192Test.php We now support @Id on @ManyToOne fields. Removed TODO and associated code. 2011-05-14 00:53:22 -03:00
DDC199Test.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
DDC211Test.php [DDC-193] Fixed. 2010-04-10 00:00:36 +02:00
DDC237Test.php Correted indentation and variable name 2011-07-26 12:10:30 +02:00
DDC258Test.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
DDC279Test.php [DDC-193] Fixed. 2010-04-10 00:00:36 +02:00
DDC309Test.php [DDC-193] Fixed. 2010-04-10 00:00:36 +02:00
DDC331Test.php [2.0][DDC-331] Added coverage to CTI not generating valid SQL when fetching for a parent field ona child class. 2010-03-03 02:27:11 +00:00
DDC345Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC353Test.php Fixed incorrect transaction management in locking tests. 2010-06-07 00:15:38 +02:00
DDC371Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC381Test.php Prototype for a proxy extension that avoids loads when calling for a getter that is named after an identifier. 2011-05-20 20:50:03 +02:00
DDC422Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC425Test.php [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
DDC440Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC444Test.php [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
DDC448Test.php Removed onUpdate property on join columns 2011-06-28 15:50:14 -04:00
DDC493Test.php [DDC-619] Removed support to complex PathExpressions. 2010-07-23 01:55:33 -03:00
DDC501Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC512Test.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
DDC513Test.php [2.0][DDC-493] Added coverage to DDC-493 and optimized DDC-513 unit tests. Previous commit fixed the issue. 2010-04-13 00:40:45 -03:00
DDC518Test.php Updated tests. 2010-07-30 17:19:50 +02:00
DDC522Test.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
DDC531Test.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
DDC588Test.php [DDC-588] EntityManager::refresh uses fieldName instead of columnName 2010-05-14 22:10:13 +02:00
DDC599Test.php Moved association mappings to plain arrays, just like field mappings. 2010-08-09 22:48:07 +02:00
DDC618Test.php [DDC-1018] Bugfix: INDEX BY was not working in JOIN Declarations, only in FROM. 2011-02-05 10:02:37 +01:00
DDC633Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC656Test.php DDC656 - Fix bug with order of fields when recomputeSingleEntityChangeSet() is called after lifecycle events are invoked 2010-07-04 08:54:57 +02:00
DDC698Test.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
DDC719Test.php Fixed endless recursion of DDC-719 test. 2011-05-14 00:49:46 -03:00
DDC729Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC735Test.php DDC-853, DDC-629 - Fix drop schema always dropping everything at the cost of potential failures when dropping due to foreign keys. Added a full-database drop mode that resembles the old behavior. 2010-11-16 21:31:54 +01:00
DDC736Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC742Test.php Fixed wrong test. It was failing if you have memcache extension loaded. 2011-02-19 17:20:37 -02:00
DDC748Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC758Test.php Switch testsuite to run with phpunit.ini.dist from main folder, not using AllTests approach. Fixed global state problem in tests that was caused by EventManager being reused. Significantly enhanced error message about cascade persist 2011-06-18 22:47:21 +02:00
DDC767Test.php DDC-767 - Add testcase that shows described behavior works and not produces notices. 2010-09-15 22:11:09 +02:00
DDC809Test.php Fixes required for Microsoft SQL tests 2010-11-17 13:18:18 -08:00
DDC812Test.php [DDC-812] Fix uninitialized collections of managed entities not being initialized on subsequent fetch-join. 2010-10-31 11:07:26 +01:00
DDC832Test.php Fix several test-issues after upgrading dependencies and a Bug in a SchemaTool and DatabaseDriver 2010-11-18 23:07:32 +01:00
DDC837Test.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
DDC849Test.php DDC-849 - Test verifies all different behaviors, clear contains, remove contains and clear count to be correct. 2010-11-15 19:03:09 +01:00
DDC881Test.php 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
DDC933Test.php Fix tests so that PostgreSQL does not fail anymore on certain test. 2010-12-21 22:33:23 +01:00
DDC949Test.php Change from assertType to assertInstanceOf. 2011-07-26 11:38:09 +02:00
DDC960Test.php DDC-960 - Bugfix in how Persisters generate Fetch last version of Entity SQL. 2011-01-23 12:48:28 +01:00
DDC992Test.php Cherry picked FabioBatSilva upgrade of Common lib. 2011-09-13 00:59:24 -03:00
DDC1040Test.php [DDC-1040] Add regression tests for entity as multiple named/positional parameters. 2011-04-03 23:06:03 +02:00
DDC1041Test.php [DDC-1041] You could retrieve instances of the wrong type in inheritance hierachies because the identity map aggregates them by rootEntityName. 2011-03-03 23:11:09 +01:00
DDC1043Test.php DDC-1043 - Make computeChangeSet() algorithm more strict, possible leading to more updates to to values that are not exactly the same. However this is necessary to avoid bugs with certain PHP casting rules, i.e. +44 = 44 2011-05-01 10:21:47 +02:00
DDC1050Test.php [DDC-914] Fetch join many-to-one/one-to-one associations configured as FETCH_EAGER inside the persisters. 2011-03-09 23:14:54 +01:00
DDC1080Test.php DDC-1080 - Add failing testcase 2011-05-14 13:32:12 +02:00
DDC1113Test.php DDC-1306, DDC-1113 - Fix issues with inheritance and commit order 2011-08-27 20:41:52 +02:00
DDC1129Test.php [DDC-1129] Fix bug in version changeset computation aswell as inline ClassMetadata::isCollectionValuedAssociation to increase performance by 2-5% 2011-05-01 11:44:31 +02:00
DDC1151Test.php DDC-1151 - Fix missing table quotes when adding foreign keys in SchemaTool 2011-05-14 08:44:19 +02:00
DDC1163Test.php DDC-1163 - Fix nasty bug with inheritance in UnitOfWork::executeUpdates() and executeRemovals() 2011-06-05 16:21:23 +02:00
DDC1181Test.php DDC-1181 - Add test that verifies cascade remove works for entities with foreign identifiers 2011-06-05 13:57:44 +02:00
DDC1193Test.php DDC-1193 - Fix bug with cascade remove and proxy classes. 2011-06-05 09:59:16 +02:00
DDC1209Test.php Made DDC-1209 test pass 2011-06-16 08:55:09 -04:00
DDC1225Test.php Fixed issue with duplicated commas if Entity has no fields. 2011-08-15 12:47:17 -03:00
DDC1228Test.php DDC-1226, DDC-1228 - Bugfix with refereshing proxy references not setting the originalEntityData. 2011-06-25 14:38:44 +02:00
DDC1238Test.php Added tests for not loading the entity + fixed a test 2011-10-15 17:31:09 +02:00
DDC1250Test.php 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
DDC1276Test.php DDC-1276 - Fix bug where merge managed and new entitiy share the same collection that is cascaded, cleared during the process and then empty afterwards. 2011-07-26 22:15:27 +02:00
DDC1300Test.php DDC-1300 - Fix bug in fetch join hydration of entities with foreign key identifier 2011-08-06 20:25:45 +02:00
DDC1301Test.php [DDC-1301] Prefixed all Legacy models properties with _ 2011-07-28 12:25:23 +02:00
DDC1306Test.php DDC-1306, DDC-1113 - Fix issues with inheritance and commit order 2011-08-27 20:41:52 +02:00
DDC1335Test.php change tests for DDC-1135 2011-09-25 12:20:48 -03:00
DDC1383Test.php DDC-1383 - Proxy Generation in merge was flawed with inheritance 2011-10-15 19:14:30 +02:00
DDC1392Test.php DDC-1392 - Fix bug with merging unitialized proxies 2011-09-25 18:08:41 +02:00
Ticket69.php Few more converts from assertTrue($a instance of $b) to assertInstanceOf 2011-07-26 15:22:57 +02:00
Ticket2481Test.php [2.0] Fixing empty insert sql statements (closes #2481) 2009-09-08 19:31:26 +00:00