- 14 Apr, 2010 4 commits
-
-
Roman S. Borschel authored
-
Jonathan H. Wage authored
-
Guilherme Blanco authored
[2.0] Added support to IdentificationVariable that was missing in ArithmeticPrimary (it was not correctly handling it). Uncommented a unit test that added coverage to it.
-
Guilherme Blanco authored
[2.0] Fixed E_NOTICE being throwing when ->getSingleScalarResult() is called and no result is found. Added coverage for this and also for multiple result (NonUniqueResultException).
-
- 13 Apr, 2010 3 commits
-
-
Jonathan H. Wage authored
-
Guilherme Blanco authored
[2.0][DDC-493] Added coverage to DDC-493 and optimized DDC-513 unit tests. Previous commit fixed the issue.
-
Guilherme Blanco authored
-
- 12 Apr, 2010 1 commit
-
-
Roman S. Borschel authored
-
- 11 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 10 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands
-
- 09 Apr, 2010 2 commits
-
-
Roman S. Borschel authored
-
Benjamin Eberlei authored
-
- 07 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 03 Apr, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-341 - Added Composite Model-Set and 3 tests, fixed two bugs in SqlWalker with Composite Key support
-
- 02 Apr, 2010 2 commits
- 31 Mar, 2010 3 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
romanb authored
-
- 30 Mar, 2010 1 commit
-
-
guilhermeblanco authored
[2.0] Fixed and added some missing/wrong docblocks. Renamed Assigned to AssignedGenerator as scheduled to be renamed.
-
- 29 Mar, 2010 2 commits
-
-
romanb authored
-
romanb authored
[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.
-
- 28 Mar, 2010 1 commit
-
-
beberlei authored
-
- 26 Mar, 2010 1 commit
-
-
romanb authored
-
- 24 Mar, 2010 3 commits
-
-
jwage authored
-
jwage authored
-
guilhermeblanco authored
-
- 23 Mar, 2010 1 commit
-
-
guilhermeblanco authored
[2.0][DDC-458] Fixed issue with IN () support when providing numeric values separated by comma without spaces.
-
- 20 Mar, 2010 6 commits
-
-
beberlei authored
[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.
-
beberlei authored
[2.0] DDC-407 - Add regression-test to fix that Scalar-Results are 1-based, Add ScalarResult with Scalar Field Hydration Test
-
beberlei authored
-
beberlei authored
[2.0] DDC-390 Fix SequenceGeneratorTest which wasnt testing anything before :-) Now showing that Sequence Generator works with allocation sizes larger than 1
-
romanb authored
-
jwage authored
-
- 19 Mar, 2010 3 commits
-
-
jwage authored
[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
-
guilhermeblanco authored
-
jwage authored
[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
-
- 18 Mar, 2010 3 commits
-
-
beberlei authored
[2.0] DDC-318 - Fixed idempotency issues with AnnotationDriver::getAllClassNames() even across multiple instances using the same metadata paths.
-
beberlei authored
[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.
-
jwage authored
[2.0] Renaming orm:generate-entity-stubs to orm:generate-entities to be consistent and fixed a few bugs
-