- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 13 Aug, 2015 1 commit
-
-
Leo authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 18 Aug, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 22 Dec, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 04 Oct, 2013 1 commit
-
-
flip111 authored
The current implementation uses the schema name as namespace name. Some platforms don't support schema's, but a namespace name still needs to be present. Added namespace name 'default' when there is no default schema name.
-
- 01 Oct, 2013 1 commit
-
-
flip111 authored
default schema name is public for postgresql not default. Added debug statements to test travis-CI.
-
- 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".
-
- 09 Aug, 2013 3 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
Guilherme Blanco authored
-
- 06 Aug, 2013 1 commit
-
-
Jakub Zienkiewicz authored
-
- 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
-
- 27 Feb, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Apr, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 14 Dec, 2011 1 commit
-
-
jsor authored
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 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.
-
- 07 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-214, DDC-303, DDC-304 - Fix several errors with Schema Inference from Database and Metadata and Comparisons, aswell as related bugs in DatabaseDriver. DDC-305 - Abstracted TRUNCATE command for all platforms.
-
- 03 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Introduced handling of schema / database case-sensitivity differences and to allow compability between different platforms.
-
- 02 Dec, 2009 2 commits
-
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Sequences in their create and get sql methods.
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.
-
- 30 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Converted introspection queries of all platforms to return Column, Sequence, Index, ForeignKey Schema Instances instead of arrays, heavily pimped Oracle support thereby.
-
- 28 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Savepoint for Refactorings in Schema-Tool - It is now generating DDL according to the old and the new mechanisms in parallel. Equality of generation has been verified on Sqlite, Mysql, Oracle. If Postgres is also verified, the old code will be removed in favour of the new one completly.
-
- 27 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Added DropSchemaSql Visitor - Refactored Visitor package a bit, however its still not very appealing to have that much use statements cluttered in the code
-
- 26 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] - DDC-169 - Began refactoring of DBAL code, introduced object notation for a database schema, including Tables, Indexes, Constraints, Sequences and Columns. Added a CreateSql Visitor which transforms a schema object graph into the required SQL statements to create it. Next: Replacing SchemaTool::getCreateSql() with new syntax...
-