- 05 Jul, 2020 1 commit
-
-
Sergei Morozov authored
-
- 04 May, 2020 1 commit
-
-
Grégoire Paris authored
-
- 03 Feb, 2019 1 commit
-
-
Sergei Morozov authored
-
- 07 Oct, 2018 1 commit
-
-
Sergei Morozov authored
-
- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Jul, 2018 1 commit
-
-
Vladimir Reznichenko authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 29 Jan, 2018 1 commit
-
-
Gabriel Caruso authored
-
- 25 Jul, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 19 Dec, 2014 1 commit
-
-
Jeroen Thora authored
-
- 02 Sep, 2014 1 commit
-
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 09 Aug, 2013 2 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco 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
-
- 04 Jul, 2012 1 commit
-
-
Tyler Sommer authored
Renamed AbstractAsset#isQuoted to #isIdentifierQuoted. Added new public method isQuoted that returns AbstractAsset
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 24 Mar, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
[DBAL-204] Sane refactoring of the previous idea. Removed a bunch of code again and implemented proper schema namespacing. Also got the wording right (hopefully) and fixed the algorithms.
-
- 16 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-91 - Fix auto-generation of asset names (foreign keys and indexes) which could lead to exceptions due to auto-quoting of PostgreSQL for example. Now hashing the names with crc32+dechex
-
- 18 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Sep, 2010 2 commits
-
-
Benjamin Eberlei authored
DBAL-50 - Fix bug in Postgres Schema Manager not handling column names in composite foreign keys correctly.
-
Benjamin Eberlei authored
DBAL-50 - Fix two bugs occuring when new index handling is mixed with ORM (which produces an additional set of very long automatically generated identifiers) in automatic identifier name generation.
-
- 06 Jun, 2010 1 commit
-
-
beberlei authored
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-
- 10 Dec, 2009 1 commit
-
-
beberlei authored
-
- 04 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Stripped case handling since its just a load of complex crap and doesn't solve any problem! Idea: just implement case-insensitivity in the comparator.
-
- 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 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.
-
- 29 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finalized implementation of Schema diff algorithm, added diffs of sequences and foreign keys. Fixed several bugs and changed the API of the Schema objects.
-
- 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...
-
- 05 Aug, 2009 1 commit
-
-
guilhermeblanco authored
-
- 15 Jul, 2009 1 commit
-
-
jwage authored
-
- 06 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.
-