1
0
mirror of synced 2024-12-14 15:16:04 +03:00
Commit Graph

4505 Commits

Author SHA1 Message Date
Benjamin Eberlei
e6a44b145f [DDC-178] First approach to Locking support 2010-04-08 22:50:06 +02:00
Benjamin Eberlei
5381e3d5a4 Fix Testsuite to work with Git 2010-04-07 20:47:53 +02:00
Benjamin Eberlei
324b3ee426 Fix Testsuite to work with Git 2010-04-07 20:47:36 +02:00
Jonathan H. Wage
3a8d63608a Removed 2010-04-06 20:35:59 -04:00
Jonathan H. Wage
92d92a837f test 2010-04-06 20:21:38 -04:00
jwage
0ddf541db6 Removing 2010-04-06 20:09:37 +00:00
jwage
dd9f6cbaf9 Testing 2010-04-06 18:52:57 +00:00
jwage
c1522d104a [2.0] Adding blank README files 2010-04-06 03:04:02 +00:00
beberlei
289ce4727b [2.0] DDC-492 - Allow access to ParserResult and Query in TreeWalkerAdapter 2010-04-04 22:24:37 +00:00
beberlei
304cc2e0cc [2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support 2010-04-03 14:38:06 +00:00
beberlei
c9f1954044 [2.0] DDC-342 - Throw Exception with notice in case of Many To Many relation pointing to Joined Inheritance Hierachy until this feature is completed 2010-04-03 07:09:20 +00: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
guilhermeblanco
848142d1d8 [2.0] Fixed wrong documentation 2010-04-02 19:32:54 +00:00
beberlei
cf0a8c9727 [2.0] DDC-491 - Fix OCI8 Driver being broken 2010-04-02 15:57:35 +00:00
beberlei
5b10b7098f [2.0] DDC-484 - Fix reference to Doctrine\ORM\ORMException in ProxyException, added two unit-tests for missing tests of ProxyException throws 2010-04-02 15:05:53 +00:00
guilhermeblanco
c9de54b4a2 [2.0] Changed Connection::execute() to Connection::executeQuery() as defined as a todo. 2010-03-31 21:13:34 +00:00
guilhermeblanco
7af6aa1d6b [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:51:34 +00:00
guilhermeblanco
67df205ea8 [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:50:14 +00:00
guilhermeblanco
b0963d91c7 [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:47:35 +00:00
romanb
c4a9ce1cd3 [2.0][DDC-483] Fixed. 2010-03-31 17:19:32 +00:00
romanb
5aa14ab373 [2.0][DDC-485] Fixed regression caused by strict type-hint. Changed to duck-typing. 2010-03-31 13:15:23 +00:00
romanb
1f3c798acb [2.0][doc] Updated UPGRADE_TO_2_0 for the inversedBy attribute. 2010-03-31 09:58:23 +00:00
guilhermeblanco
9ae7671b26 [2.0] Added more verbosity when attempting to iterate through a fetch join. 2010-03-30 22:29:10 +00:00
guilhermeblanco
511bf2248e [2.0] Fixed and added some missing/wrong docblocks. Renamed Assigned to AssignedGenerator as scheduled to be renamed. 2010-03-30 21:14:17 +00:00
guilhermeblanco
517bb66468 [2.0] Implemented single cache lookup in AnnotationReader 2010-03-30 20:25:51 +00:00
romanb
62e7146d2d [2.0][DDC-423] Fixed. 2010-03-29 13:50:57 +00:00
romanb
354ede1e04 [2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters. 2010-03-29 13:20:41 +00:00
guilhermeblanco
7014188654 [2.0][DDC-476] Fixed description of convert-10-schema. Thanks for the report 2010-03-28 23:25:28 +00:00
guilhermeblanco
45d1e2005b [2.0] More fixes to EntityGenerator. Coding standard fixes and improved error reporting on invalid arguments provided. 2010-03-28 22:56:59 +00:00
guilhermeblanco
3a58e14419 [2.0] Fixed issue with namespaces of entities in EntityGenerator 2010-03-28 22:29:29 +00:00
jwage
21c1952b89 [2.0][DDC-464] Fixes issue with EntityGenerator and the class extends syntax 2010-03-28 17:46:23 +00:00
beberlei
24d8e94280 [2.0] DDC-478 - Fix QueryBuilder Expr\Between Support 2010-03-28 10:30:43 +00:00
romanb
49621286a2 [2.0][DDC-479] Fixed. 2010-03-26 22:07:31 +00:00
beberlei
6b86c97f0a [2.0] DDC-457 - Fix invalid reference to MappingException in Xml and Yml Drivers 2010-03-26 18:29:20 +00:00
jwage
c6f0699dbf [2.0] Removing deprecated GlobalClassLoader and IsolatedClassLoader and updating tests 2010-03-24 16:22:49 +00:00
jwage
2397925623 [2.0][DDC-462] Adding missing use statement 2010-03-24 15:33:40 +00:00
jwage
0b68e9473d [2.0][DDC-449] Fixing issue with ClassMetadataReader and existing driver sources being added 2010-03-24 15:31:54 +00:00
guilhermeblanco
b2167985ad [2.0][DDC-274] Fixing Coding Standards for CLI tool. 2010-03-24 02:37:45 +00:00
guilhermeblanco
50c4e50921 [2.0][DDC-459] Moved Doctrine\ORM\AbstractQuery to Doctrine\ORM\Query\AbstractQuery, which is compatible with Doctrine Coding Standards 2010-03-23 17:53:38 +00:00
guilhermeblanco
b175427043 [2.0][DDC-458] Fixed issue with IN () support when providing numeric values separated by comma without spaces. 2010-03-23 17:42:34 +00:00
beberlei
fcbe01f800 [2.0] DDC-454 - ForeignKey problems when several new tables are found in SchemaDiff::toSql 2010-03-21 11:57:07 +00:00
beberlei
5018985807 [2.0] DDC-239 - Added several new mapping validations for duplicate association/field and or column name definitions, and in combination with the discriminator column name. 2010-03-20 19:23:13 +00:00
beberlei
f78ac41cd8 [2.0] DDC-239 - Added several new mapping validations for duplicate association/field and or column name definitions, and in combination with the discriminator column name. 2010-03-20 19:19:12 +00:00
guilhermeblanco
cce97067dd [2.0][DDC-404] Fixed issue that was failing to debug Proxies and DateTime objects 2010-03-20 18:53:58 +00:00
beberlei
9d2c275618 [2.0] DDC-407 - Add regression-test to fix that Scalar-Results are 1-based, Add ScalarResult with Scalar Field Hydration Test 2010-03-20 17:40:30 +00:00
beberlei
46e7724988 [2.0] Added missing test-case to Doctrine\Tests\ORM\Functional\AllTests 2010-03-20 17:37:18 +00:00
beberlei
1e7ca2bd7a [2.0] DDC-390 Fix SequenceGeneratorTest which wasnt testing anything before :-) Now showing that Sequence Generator works with allocation sizes larger than 1 2010-03-20 17:04:46 +00:00
romanb
2209c5ef30 [2.0][DDC-444] Fixed. 2010-03-20 09:40:50 +00:00
jwage
f34a99ccce [2.0] Fixing hardcoded dependency to EntityGenerator 2010-03-20 03:48:58 +00:00
jwage
655361427c [2.0] Fixing issue with EntityGenerator and spaces/formatting 2010-03-19 22:47:34 +00:00