Guilherme Blanco
|
dd2dd80281
|
[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 |
|
Guilherme Blanco
|
56a8f5cd53
|
[2.0][DDC-448][DDC-513] Fixed issue with Joined Inheritance Type and One To One Associations.
|
2010-04-13 00:29:29 -03:00 |
|
Guilherme Blanco
|
b6f9cd0c07
|
[2.0][DDC-503] Added missing IdGeneratorType.
|
2010-04-12 21:54:43 -03:00 |
|
Benjamin Eberlei
|
3bb6184477
|
Updated UPGRADE_TO_2_0 file with recent changes
|
2010-04-12 23:55:41 +02:00 |
|
Benjamin Eberlei
|
43dc7eb065
|
DDC-510 - Fix sandbox to work with new annotations metadata changes
|
2010-04-12 21:56:55 +02:00 |
|
Benjamin Eberlei
|
317e84d8d7
|
DDC-510 - Moved AnnotationDriver Factory Method onto Configuration instance
|
2010-04-11 11:06:54 +02:00 |
|
Benjamin Eberlei
|
45cd2afd27
|
DDC-510 - Simplified Condition to check if Paths are set in AnnotationDriver
|
2010-04-11 10:52:53 +02:00 |
|
Benjamin Eberlei
|
4cf5b7afdc
|
DDC-510 Move Exception for no Metadata Driver from Configuration to EntityManager::create, commit missing MetadataFilter
|
2010-04-11 10:51:31 +02:00 |
|
Benjamin Eberlei
|
700060cfb2
|
DDC-510 Refactored all Command Tools to use ClassMetadataFactory instead of ClassMetadataReader
|
2010-04-11 09:30:01 +02:00 |
|
Benjamin Eberlei
|
6e5b1bbe60
|
DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands
|
2010-04-10 17:35:18 +02:00 |
|
Benjamin Eberlei
|
b2fe3820fc
|
DDC-502, DDC-507 - Changes to how Annotation Metadata Driver is handled in SchemaTool Command, Specifiying Mapping paths is now required for this to work.
|
2010-04-10 12:31:48 +02:00 |
|
Benjamin Eberlei
|
5d329d7e2c
|
DDC-502, DDC-507 - Fix refactorings to work with Annotations Driver also
|
2010-04-10 11:38:45 +02:00 |
|
Benjamin Eberlei
|
a7d07fcdba
|
DDC-502, DDC-507 - Refactored SchemaTool Commands
|
2010-04-10 11:38:34 +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 |
|