- 21 Mar, 2020 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
Removed the `Dbal` prefix from the class names and moved them to the `Doctrine\Tests\DBAL` namespace.
-
- 30 May, 2019 1 commit
-
-
Sergei Morozov authored
-
- 14 Apr, 2019 1 commit
-
-
Michael Moravec authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 02 Dec, 2018 1 commit
-
-
Sergei Morozov authored
-
- 28 Sep, 2018 2 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 26 Dec, 2017 1 commit
-
-
Simon Podlipsky authored
-
- 09 Sep, 2017 1 commit
-
-
Luís Cobucci authored
-
- 11 May, 2017 1 commit
-
-
Marius Meissner authored
-
- 23 Mar, 2017 1 commit
-
-
Marius Meißner authored
-
- 21 Jan, 2017 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 22 Sep, 2016 1 commit
-
-
Marius Meißner authored
-
- 17 Oct, 2015 1 commit
-
-
Tobias Schultze authored
-
- 18 Jan, 2015 1 commit
-
-
Steve Müller authored
-
- 17 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 15 Oct, 2014 1 commit
-
-
Steve Müller authored
-
- 30 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 29 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 27 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 22 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Feb, 2010 1 commit
-
-
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 2 commits
-
-
beberlei authored
-
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().
-
- 02 Dec, 2009 1 commit
-
-
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 2 commits
-
-
beberlei authored
[2.0] DC-169 - New method AbstractSchemaManager::createSchema() which creates a schema instance with full tables and sequences, additionally listTables() was rewritten to return a full Table instance instead of just the table names.
-
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.
-
- 03 Nov, 2009 2 commits
-
-
beberlei authored
[2.0] Fixed DDC-63 and DDC-106. Oracle tests for SchemaManager need further tweeking, marked as skipped for now.
-
beberlei authored
[2.0] DDC-91 - Enhanced SchemaManager::listTableIndexes() considerably. Add primary keys to the index list, add a bool flag primary to each index, add an array of columns to each index. Moved a test to SchemaFunctionalTestCase to check that every database (Mysql, Pgsql, Sqlite, Oracle) returns exactly the same data from this function.
-
- 06 Oct, 2009 1 commit
-
-
jwage authored
[2.0] Added functionality to convert a Doctrine 1 schema to Doctrine 2 to help users with upgrading. Lots of other small bug fixes and changes.
-
- 15 Jun, 2009 1 commit
-
-
romanb authored
-
- 30 May, 2009 1 commit
-
-
jwage authored
-