- 06 Aug, 2013 2 commits
-
-
Marco Pivetta authored
fix some files mode bug 755->644
-
bronze1man authored
-
- 03 Aug, 2013 2 commits
-
-
Guilherme Blanco authored
Update DecimalType.php
-
J Bruni authored
The "decimal" mapping type does not map to float/double anymore: https://github.com/doctrine/dbal/commit/9f51afa210d5c0165dfe6c622e07e42aa54c09fb#lib/Doctrine/DBAL/Types/DecimalType.php Thank you.
-
- 31 Jul, 2013 2 commits
-
-
Guilherme Blanco authored
Fixed PRAGMA calls that were missing quotes for non-standard table names
-
Guilherme Blanco authored
-
- 29 Jul, 2013 3 commits
-
-
Marco Pivetta authored
Fixed typos in code samples
-
Tom Graham authored
The method executeCachedQuery was being called rather than executeCacheQuery.
-
Guilherme Blanco authored
Update SQLServer2008Platform.php (support MS SQL Server type datetimeoffset(6))
-
- 01 Jul, 2013 1 commit
-
-
valerio8787 authored
-
- 29 Jun, 2013 2 commits
-
-
-
Valeriy Pravoslavnyy authored
Added support of maps a Doctrine datetimetz type to a MS SQL SERVER type datetimeoffset(6)
-
- 25 Jun, 2013 1 commit
-
-
Benjamin Eberlei authored
Removed an unused method in AbstractPlatform.
-
- 24 Jun, 2013 2 commits
-
-
Benjamin Morel authored
-
Benjamin Eberlei authored
-
- 21 Jun, 2013 3 commits
-
-
Benjamin Eberlei authored
Documentation fixes
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
Benjamin Eberlei authored
Fix foreign table name quotation in schema table and Sqlite platform
-
- 18 Jun, 2013 2 commits
-
-
Steve Müller authored
-
Benjamin Eberlei authored
Introduced BC break with databases that switch from case-insensitive to case-senstive handling when identifier quoting is enabled. This reverts commit 11111bd7.
-
- 15 Jun, 2013 1 commit
-
-
Guilherme Blanco authored
Quoting table name
-
- 14 Jun, 2013 1 commit
-
-
Guilherme Blanco authored
[DBAL-374] Fix asset identfier quotation
-
- 13 Jun, 2013 15 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 12 Jun, 2013 1 commit
-
-
Kinn Coelho Julião authored
Quoting table name to avoid errors with: SELECT * FROM order;
-
- 09 Jun, 2013 1 commit
-
-
Guilherme Blanco authored
Correcting reference to VarDateTimeType class.
-
- 07 Jun, 2013 1 commit
-
-
Guilherme Blanco authored
[DDC-2470, DDC-2441] Use column name instead of alias to modify order by clause
-