- 18 Dec, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 24 Nov, 2013 1 commit
-
-
Steve Müller authored
-
- 01 Oct, 2013 3 commits
-
-
flip111 authored
-
flip111 authored
Apperently the doModifyLimitQuery function does not only cover SQL generated by ORM (Makes sense to use DBAL as seperate component). Therefor it can happen that a column name does not include the table and so the old logic was valid anyway. (line 867-869) Fixed the unit tests to use real column names instead of aliases.
-
flip111 authored
1. combine the regexes into one. The only thing that needs to be captured is the alias. Used a non-capturing group for "AS " to avoid confusion and have cleaner regex. It tries to match "Table.Column Alias" or "Table.Column AS Alias". (line 861) 2. No fallback on line 865 like "$column['table'] . '.' . $column['column']" this wouldn't make sense as this can not be possible when it's a wrapped query. Better not insert some random SQL that's gonna confuse the hell out of everybody. 3. Removed "($column['hasTable'] ? $column['table'] . '.' : '') . $column['column']" because the original regex always tries to match the table name. Therefor hasTable will always be true or the entire function fails anyway. (this references line 868 now) (this was unit tested on mysql, postgresql and sql server and did not increase errors/failures)
-
- 30 Sep, 2013 1 commit
-
-
http://www.doctrine-project.org/jira/browse/DDC-2687flip111 authored
and takes inspiration from this PR https://github.com/doctrine/dbal/pull/374 which was written for this bug http://www.doctrine-project.org/jira/browse/DDC-2622
-
- 27 Sep, 2013 1 commit
-
-
flip111 authored
Put the responsibility to give the default schema name from CreateSchemaSqlCollector to the Platforms (abstract, sqlserver, postgresql)
-
- 18 Sep, 2013 1 commit
-
-
flip111 authored
The platform indicates support for schema's here: https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/SQLServerPlatform.php#L129 But is missing relevant methods: schemaNeedsCreation() --> to detect if schema creation is needed and getCreateSchemaSQL() --> to create a schema
-
- 06 Aug, 2013 1 commit
-
-
amakhov authored
-
- 29 Jun, 2013 1 commit
-
-
Valeriy Pravoslavnyy authored
Added support of maps a Doctrine datetimetz type to a MS SQL SERVER type datetimeoffset(6)
-
- 21 Jun, 2013 1 commit
-
-
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
-
- 13 Jun, 2013 1 commit
-
-
Steve Müller authored
-
- 07 Jun, 2013 1 commit
-
-
Fabio B. Silva authored
-
- 05 Jun, 2013 1 commit
-
-
Fabio B. Silva authored
-
- 18 Apr, 2013 1 commit
-
-
Shane Neuerburg authored
-
- 06 Apr, 2013 1 commit
-
-
Steve Müller authored
-
- 04 Apr, 2013 1 commit
-
-
Steve Müller authored
-
- 05 Mar, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 13 Feb, 2013 1 commit
-
-
Steve Müller authored
-
- 03 Feb, 2013 4 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
- 01 Feb, 2013 1 commit
-
-
Steve Müller authored
-
- 28 Jan, 2013 1 commit
-
-
Steve Müller authored
-
- 27 Jan, 2013 1 commit
-
-
Peter Kruithof authored
-
- 25 Jan, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 22 Jan, 2013 2 commits
-
-
Norbert Orzechowicz authored
-
Norbert Orzechowicz authored
-
- 18 Jan, 2013 1 commit
-
-
Norbert Orzechowicz authored
-
- 25 Nov, 2012 1 commit
-
-
David Desberg authored
-
- 21 Nov, 2012 1 commit
-
-
David Desberg authored
-
- 10 Nov, 2012 1 commit
-
-
Craig Mason authored
-
- 09 Nov, 2012 1 commit
-
-
Craig Mason authored
This will only happen when adding primary keys via ALTER TABLE
-
- 28 Sep, 2012 1 commit
-
-
Daniel Anderson Tiecher authored
-
- 07 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 06 Aug, 2012 1 commit
-
-
Christophe Coevoet authored
-