Roman S. Borschel
|
db603547a2
|
Added failing test for DDC-388. Naming refactorings and comment cleanups.
|
2010-04-13 00:49:19 +02:00 |
|
Roman S. Borschel
|
cb616956c6
|
Merge commit 'upstream/master'
|
2010-04-10 00:12:30 +02:00 |
|
Roman S. Borschel
|
7cc56c45d3
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
|
Benjamin Eberlei
|
b67e1f8622
|
Fixed testsuite after CLI refactorings, Removed Symfony YAML Autoloader Hack
|
2010-04-09 15:40:42 +02:00 |
|
Benjamin Eberlei
|
c98543c1ef
|
Fix bin/doctrine.php global doctrine binary to work with Symfony components
|
2010-04-09 15:34:53 +02:00 |
|
Guilherme Blanco
|
e4d8efa394
|
[2.0] Couple of fixes to new Console implementation
|
2010-04-09 00:53:29 -03:00 |
|
Guilherme Blanco
|
b0e26fa17d
|
[2.0] Added Symfony Components dependencies
|
2010-04-08 01:03:04 -03:00 |
|
Guilherme Blanco
|
5854bcab11
|
[2.0] Added new Console support
|
2010-04-08 00:47:42 -03:00 |
|
Guilherme Blanco
|
45de5c6932
|
[2.0] Removed old CLI support.
|
2010-04-08 00:30:11 -03: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 |
|