Benjamin Eberlei
|
775071e1ff
|
[DDC-1613] Merge KnpLabs/Pagerfanta Pagination into a Doctrine\ORM\Tools\Pagination namespace. Thanks to @hobodave, pablo and the knplabs team for developing and maintaining this code.
|
2012-01-22 13:35:06 +01:00 |
|
Guilherme Blanco
|
0f07044836
|
Added coverage to DDC-1587.
|
2012-01-16 22:31:14 -05:00 |
|
Benjamin Eberlei
|
27451a59d4
|
Merge pull request #254 from jsor/custom_options
Pass options attribute in @Column annotation to Schema\Column's customSchemaOptions
|
2012-01-15 09:06:46 -08:00 |
|
Benjamin Eberlei
|
9950af2f58
|
[DDC-1601] Fix failing test and remove unused code
|
2012-01-15 12:12:08 +01:00 |
|
Marcel
|
69f0d70a98
|
fix if coding standard
fix typo
|
2012-01-13 14:14:28 +01:00 |
|
Marcel
|
f26d43b3ea
|
remove whitespace
tabs -> spaces
added class constants
updated phpdoc
|
2012-01-13 11:24:35 +01:00 |
|
jsor
|
615e22073f
|
Pass options attribute in @Column annotation to Schema\Column's customSchemaOptions
|
2012-01-11 15:58:57 +01:00 |
|
Marcel Raaijmakers
|
facd64ef2f
|
enable set visibilty of class fields in EntityGenerator
|
2012-01-06 16:58:27 +01:00 |
|
Benjamin Eberlei
|
76e4f5a80b
|
DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons.
|
2012-01-02 21:32:18 +01:00 |
|
Benjamin Eberlei
|
f6f2acad4c
|
Merge Improve Error Messages into 2.2
|
2011-12-21 23:56:25 +01:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
9cd8f85a8c
|
DDC-1456 - Disallow setting id generators on composite identifiers.
|
2011-12-18 00:32:35 +01:00 |
|
Evan Coury
|
36a47e391c
|
DDC-1544 - Add unit test and assertions for ResolveTargetEntityListener
|
2011-12-17 15:00:05 -07:00 |
|
Benjamin Eberlei
|
0d4e0626cf
|
Merge pull request #158 from goetas/cascade-all
Collapsed cascade elements, if cascade-all.
|
2011-11-18 06:49:40 -08:00 |
|
Benjamin Eberlei
|
11f82bd41f
|
DDC-1439 - Fix validate mapping some more
|
2011-10-31 20:49:59 +01:00 |
|
Asmir Mustafic
|
d09285e9d3
|
Collapse cascade all test (YAML too)
|
2011-10-26 10:59:15 +02:00 |
|
Asmir Mustafic
|
035ca8e500
|
Collapse cascade all test
|
2011-10-26 10:14:59 +02:00 |
|
Asmir Mustafic
|
cb76222e63
|
Collapse cascade persist, remove, refresh, detach, merge into
cascade-all (implemented currently only for XML annotation)
|
2011-10-24 09:54:31 +02:00 |
|
Benjamin Eberlei
|
dba8360166
|
Merge master into ImproveErrorMessages
|
2011-10-22 11:06:51 +02:00 |
|
Benjamin Eberlei
|
5c78ecaca1
|
Fix tests in EntityGenerator due to Annotation prefixes
|
2011-10-15 20:44:25 +02:00 |
|
Benjamin Eberlei
|
7b71b3284d
|
Fix failing test due to EntityGenerator assuming beginning with 2.2 the AnnotationReader is always used. There is still the simple reader though.
|
2011-10-15 20:41:07 +02:00 |
|
Benjamin Eberlei
|
cb28bfd484
|
Improve Error Messages in ClassMetadata and UnitOfWork
|
2011-10-15 17:38:55 +02: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 |
|
Benjamin Eberlei
|
8b38e68e23
|
DDC-1350 - Bugfixes in Doctrine\ORM\Tools\Setup
|
2011-08-30 20:40:26 +02:00 |
|
kwiateusz
|
a47af43bc1
|
Last change from assertTrue($a instanceof $b) to assertInstanceOf
|
2011-07-27 08:54:06 +02:00 |
|
Benjamin Eberlei
|
57cfcfd20e
|
Merge pull request #79 from mridgway/DDC-725
[DDC-725] Removed onUpdate property on join columns
|
2011-07-26 14:14:30 -07:00 |
|
Benjamin Eberlei
|
4796452b07
|
DDC-1268 - Singular add*() method name through using targetEntity shortname
|
2011-07-12 23:25:15 +02:00 |
|
Peter Kruithof
|
9395eeed3d
|
Changed order of elements
|
2011-06-29 03:15:05 -07:00 |
|
Michael Ridgway
|
c19d7fe2eb
|
Missed one
|
2011-06-28 15:55:43 -04:00 |
|
Michael Ridgway
|
9ae30421dd
|
Removed onUpdate property on join columns
|
2011-06-28 15:50:14 -04:00 |
|
Benjamin Eberlei
|
fa7574b2ba
|
Removed AllTests files and Suites
|
2011-06-18 22:49:25 +02:00 |
|
Benjamin Eberlei
|
989d375be5
|
Some more tests for the Setup helper
|
2011-06-18 08:47:10 +02:00 |
|
Benjamin Eberlei
|
02f06b6d52
|
Add convenience Setup Tool to register autoloaders and create configuration objects
|
2011-06-18 01:05:30 +02:00 |
|
Benjamin Eberlei
|
6d724ad9ff
|
Make ORM forward compatible with new Doctrine Annotations library version 2.1
|
2011-05-25 00:26:20 +02:00 |
|
Guilherme Blanco
|
8e3fdc5adc
|
[DDC-1148] Implement auto-inference of types in setParameter.
|
2011-05-12 23:05:45 -03:00 |
|
Fabien Potencier
|
0c955fe54f
|
Fix namespace/class parsing in the entity generator
|
2011-04-30 23:51:22 +02:00 |
|
Benjamin Eberlei
|
78aa893efd
|
Adjust tests to changes in DBAL dependency with regard to automatic foreign key and index naming.
|
2011-03-05 10:08:30 +01:00 |
|
Benjamin Eberlei
|
4122abf558
|
DDC-1008, DDC-1002 - Create constructor and id setter if necessary.
|
2011-02-02 23:30:16 +01:00 |
|
Benjamin Eberlei
|
f9c1464879
|
DDC-1006, DDC-953 - Fix EntityGenerator creating empty classes
|
2011-02-02 23:21:42 +01:00 |
|
Benjamin Eberlei
|
05f41278a6
|
Significantly updated the Help of the ConvertMapping and GenerateEntities Commands to help people using and understanding their scope. Added an additional --force flag to ConvertMapping command.
|
2011-01-23 20:25:59 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
beberlei
|
c77a12ac83
|
DDC-770 - Refactored EntityGenerator Bugfix NOT to generate a use statement. Simplifies code and circumvents further problems (like importing a class from the namespace we are in)
|
2010-08-28 16:29:08 +02:00 |
|
Jonathan H. Wage
|
aa5826b69a
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:44:15 -05:00 |
|
Sébastien HOUZE
|
4a9f36800e
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:39:30 -05:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Benjamin Eberlei
|
51e6681934
|
DDC-646 - Bugfix with missing inclusion of Namespace, added test for ConvertDoctrine1SchemaCommand
|
2010-06-20 00:28:20 +02:00 |
|
Jonathan H. Wage
|
20c1ff3146
|
[DDC-642] Fixes issue with exporters not including inversedBy functionality
|
2010-06-16 11:47:22 -04:00 |
|
Jonathan H. Wage
|
e6f465ec80
|
[DDC-641] Fixing issue with XmlExporter cascade options
|
2010-06-16 11:19:26 -04:00 |
|
Benjamin Eberlei
|
d00f674a08
|
DDC-515 - Enhanced Validate-Schema-Command, integrated it with CLI and besides mapping<->database checks also do consistency checks of the mapping files
|
2010-05-11 23:08:36 +02:00 |
|
Jonathan H. Wage
|
ceb05e85ef
|
Removing ClassMetadataReader
|
2010-04-14 10:31:50 -04:00 |
|
Benjamin Eberlei
|
324b3ee426
|
Fix Testsuite to work with Git
|
2010-04-07 20:47:36 +02: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 |
|
jwage
|
f34a99ccce
|
[2.0] Fixing hardcoded dependency to EntityGenerator
|
2010-03-20 03:48:58 +00:00 |
|
jwage
|
42c5562874
|
[2.0] Improving EntityGenerated: added normal doc blocks above annotations(even if annotations aren't generated), adding type hinting, added generation of default values for properties
|
2010-03-19 22:38:45 +00:00 |
|
jwage
|
089b5dd88a
|
[2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory
|
2010-03-19 04:19:15 +00:00 |
|
beberlei
|
b25d5d277d
|
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
|
2010-03-18 22:36:27 +00:00 |
|
jwage
|
c6678a0f4a
|
[2.0] Renaming orm:generate-entity-stubs to orm:generate-entities to be consistent and fixed a few bugs
|
2010-03-18 22:35:16 +00:00 |
|
jwage
|
49c73d5682
|
[2.0] Refactoring AnnotationExporter code to a EntityGenerator tool which is used now in orm:convert-mapping to generate annotated entities and also used in orm:generate-entity-stubs for generating entity classes and properties/method stubs from mapping information
|
2010-03-18 21:38:42 +00:00 |
|
beberlei
|
91ac6fae3e
|
[2.0] Fix File sensitivity issue fataling test-suite on Unix
|
2010-03-18 09:14:19 +00:00 |
|
jwage
|
770d00abe9
|
[2.0] Improving test coverage for mapping exporters as well as adding missing functionality
|
2010-03-17 21:25:19 +00:00 |
|
beberlei
|
9cd0379f53
|
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
|
2010-01-20 22:35:18 +00:00 |
|
guilhermeblanco
|
9ad13c4730
|
[2.0][DDC-236] Enhanced unique constraints to support names. Fixed general issues on XML and YAML exporters. Fixed issues on XML, YAML, Doctrine 1.X and Annotation drivers.
|
2010-01-06 13:23:56 +00:00 |
|
beberlei
|
a26464da4c
|
[2.0] DDC-169 - Fix Bug in SchemaTool Unique Handling
|
2009-12-08 21:52:26 +00:00 |
|
beberlei
|
58e99d39d2
|
[2.0] DDC-169 - Replaced SchemaTool::getUpdateSql() with the Schema Comparator Code.
|
2009-12-06 12:23:13 +00:00 |
|
beberlei
|
4d5a6ac7bc
|
[2.0] DC-169 - Skip all UpdateSchemaTests
|
2009-11-30 23:14:48 +00:00 |
|
jwage
|
fdd1954a7b
|
[2.0][DDC-72] Fixes issue with converting D1 column aliases to D2 field names
|
2009-11-11 21:15:27 +00:00 |
|
jwage
|
2a663bee05
|
[2.0][DDC-64] Fixing issue with converting D1 schema clob to D2
|
2009-11-11 20:44:14 +00:00 |
|
beberlei
|
884131e51f
|
[2.0] DDC-115 - Proper fix of global namespace problem was in the ClassMetadataInfo, a namespace plus seperator was appended for reasons of shortcuts. However this broke associations in global namespace. Changes to ClassMetadataFactory were reverted and fix plus tests applied to ClassMetadataInfo.
|
2009-11-04 23:06:38 +00:00 |
|
beberlei
|
a307b86ecb
|
[2.0] DDC-84 - Added increment alter table / update schema tests for Oracle Platform - Fixed a simple bug in Postgres Tests.
|
2009-11-02 16:50:48 +00:00 |
|
beberlei
|
d369d27f8b
|
[2.0] DDC-84 - Added increment alter table / update schema tests for Postgres Platform - Fixed several bugs in Doctrine\DBAL\Platforms\PostgreSqlPlatform
|
2009-11-02 16:07:31 +00:00 |
|
beberlei
|
140f597e3b
|
[2.0] Fixed DDC-101, DDC-102 - Ensure defaults for string length and field nullability are handled consistently in both update and create schema commands of SchemaTool.
|
2009-11-02 12:53:05 +00:00 |
|
beberlei
|
4d3c4a704a
|
[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.
|
2009-10-31 22:23:36 +00:00 |
|
jwage
|
a7d4e1e466
|
[2.0] Refactoring some common code in to the AnnotationDriver and creating PhpDriver for consistancy
|
2009-10-07 22:14:13 +00:00 |
|
jwage
|
165abc3ca4
|
[2.0] Work on mapping drivers, exporter drivers and reverse engineering of database schemas
|
2009-10-07 04:07:23 +00:00 |
|
jwage
|
c8362da494
|
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
|
2009-10-06 22:38:34 +00:00 |
|
jwage
|
bda1b9ae7c
|
[2.0] Fix for package building
|
2009-10-05 23:54:49 +00:00 |
|
jwage
|
5fb493c5d1
|
[2.0] Adding test coverage for ClassMetadataExporter
|
2009-10-05 22:09:29 +00:00 |
|
romanb
|
b1d34fca1c
|
[2.0] Work on SchemaTool and DBAL.
|
2009-08-21 18:13:22 +00:00 |
|
romanb
|
62204af804
|
[2.0] Ongoing work on Query/DQL implementation and tests.
|
2009-04-03 11:06:58 +00:00 |
|
romanb
|
f9a222817c
|
[2.0] Work on ID generators, functional tests and more.
|
2009-03-30 19:43:05 +00:00 |
|