- 09 Apr, 2010 1 commit
-
-
Guilherme Blanco authored
-
- 08 Apr, 2010 2 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
- 06 Apr, 2010 1 commit
-
-
jwage authored
-
- 02 Apr, 2010 1 commit
-
-
beberlei authored
-
- 31 Mar, 2010 5 commits
-
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
guilhermeblanco authored
-
romanb authored
-
- 29 Mar, 2010 1 commit
-
-
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.
-
- 24 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 21 Mar, 2010 1 commit
-
-
beberlei authored
-
- 19 Mar, 2010 1 commit
-
-
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
-
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 11 Mar, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-396 - Fixed bug with RESTRICT/NO ACTION and PHP NULL not valued as the same in Schema Foreign Key Diff
-
- 09 Mar, 2010 1 commit
-
-
guilhermeblanco authored
[2.0][DDC-395] Applied the provided patch of Jordi Boggiano removing some trailing whitespaces and fixing missing public keywords
-
- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 03 Mar, 2010 1 commit
-
-
guilhermeblanco authored
[2.0][DDC-389] Fixed the PHPDriver that was causing a fatal error when classes uses inheritance type join. Thanks Tiago Ferreira for report and patch.
-
- 27 Feb, 2010 1 commit
-
-
romanb authored
-
- 26 Feb, 2010 2 commits
- 25 Feb, 2010 2 commits
- 24 Feb, 2010 1 commit
-
-
guilhermeblanco authored
[2.0][DDC-364] Added Doctrine\Common\Version which provides the current version of Doctrine. Also added CLI tasks for Common and DBAL, since they may vary in the future.
-
- 21 Feb, 2010 1 commit
-
-
beberlei authored
-
- 19 Feb, 2010 2 commits
- 13 Feb, 2010 1 commit
-
-
beberlei authored
-
- 11 Feb, 2010 6 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-321, DDC-323, DDC-324 - Implemented way to define UDFs from PHP in Sqlite Driver and registered to required default callbacks for SQRT and MOD, allowing functional tests for DQL MOD and SQRT to pass for all platforms.
-
beberlei authored
-
beberlei authored
[2.0] DDC-320 - Fixed Substring across all platforms using AbstractPlatform::getSubstringExpression() instead of the "hand-built" one.
-
beberlei authored
-
beberlei authored
[2.0] DDC-313 - Removed abstracted trigger support, list functions, list users and the platform specific code to generate the queries for this stuff.
-
- 10 Feb, 2010 3 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-312 - Refactored View support of all platforms a little - Oracle now also supports the retrieval of the sql used to generate a view so that a common datastructure View is a viable option.
-
beberlei authored
[2.0] DDC-302 - Drop convenience methods since their API is somewhat strange, have to think about something else. Dropped AbstractSchemaManager::listTableConstraints() support - since it only returns the names of all constraints, which are already returned much more nicely with listTableIndexes().
-
- 09 Feb, 2010 2 commits