- 27 Sep, 2013 1 commit
-
-
flip111 authored
Put the responsibility to give the default schema name from CreateSchemaSqlCollector to the Platforms (abstract, sqlserver, postgresql)
-
- 23 Sep, 2013 1 commit
-
-
flip111 authored
-
- 18 Sep, 2013 1 commit
-
-
flip111 authored
The namespace is used as name for the database schema. For SQL Server the default schema name is "dbo" and not "default".
-
- 15 Sep, 2013 2 commits
-
-
Guilherme Blanco authored
HHVM compatibility: func_get_args
-
javer authored
All func_get_args() calls have been moved to the top of the methods because HHVM doesn't keep a copy of the original args for performance reasons. See facebook/hiphop-php#1027 for details.
-
- 12 Sep, 2013 2 commits
-
-
Marco Pivetta authored
Checkstyle (Fix additional space in "if" statement)
-
Carlos Buenosvinos authored
-
- 08 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
- Switch from phing to ant - Add composer archive for packages - Remove PEAR package building
-
- 06 Sep, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Sep, 2013 2 commits
-
-
Benjamin Eberlei authored
What is colnum?
-
Bilge authored
-
- 24 Aug, 2013 1 commit
-
-
Guilherme Blanco authored
Don't add 'NOT NULL' to the 'ALTER TABLE' when that hasn't changed
-
- 23 Aug, 2013 1 commit
-
-
Bart Visscher authored
-
- 10 Aug, 2013 2 commits
-
-
Benjamin Eberlei authored
Added driver map getter
-
Benjamin Eberlei authored
Portability wrapper _defaultFetchMode
-
- 09 Aug, 2013 4 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
Added support for namespace/schema quoting if it is a reserved keyword.
-
Guilherme Blanco authored
-
- 06 Aug, 2013 9 commits
-
-
Guilherme Blanco authored
support schema creation for psql platform
-
Guilherme Blanco authored
Add hour to DATE_ADD and DATE_SUB
-
Marco Pivetta authored
fix some files mode bug 755->644
-
bronze1man authored
-
Jakub Zienkiewicz authored
-
amakhov authored
-
amakhov authored
-
amakhov authored
-
amakhov 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))
-
- 24 Jul, 2013 3 commits
-
-
Matty Driessen authored
Added regression test for the Portability Wrapper when setting the defaultFetchMode on the Connection instead of the Statement
-
Matty Driessen authored
-
Matty Driessen authored
Portability wrapper did not properly use the _defaultFetchMode when the method setFetchMode() was used on the Connection
-
- 01 Jul, 2013 1 commit
-
-
valerio8787 authored
-