- 28 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 09 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Dec, 2011 1 commit
-
-
* The old implementation produced invalid SQLite statements for tables with a composite primary key, as SQLite cannot have more than one primary key clause and autoincrement can only be declared on a single column * There is currently no way to tell from its pragma if an SQLite column auto-increments, therefore enabling it on all primary keys is not accurate * SQLite primary keys auto-increment anyway (but slightly differently from an actual auto-increment column -- not guaranteed unique)
-
- 06 Dec, 2011 1 commit
-
-
jsor authored
-
- 21 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 28 Oct, 2011 1 commit
-
-
Steven Rosato authored
-
- 31 Jul, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DDC-1282 - Remove overprotective casting of days/months to integer, which prevents passing columns as days. The platform is not responsible for escapsing, the DQL parser already does it way before generating the sql statements.
-
- 27 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 27 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-45] Add reserved keywords feature through platforms and as a validator for any Schema instance with subelements. Add Command to check for reserved keywords in current database.
-
- 26 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-88 - Change index retrieval of MySQL to use information_schema.statistics which avoids errors when using reserved words for table names (for example in database driver).
-
- 20 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-84 - Fix VARCHARs being silently set to 255 chars when larger than Maxlength. Now they are converted to Text/CLOB fields automatically. Refactored the VARCHAR code considerably.
-
- 19 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
[DBAL-42] Add support to reverse engineer Comments from MySQL, PostgreSQL and ORacle into Doctrine\DBAL\Schema\Column instances and added comment comparison into Comparator.
-
- 27 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-62 - There is a diference between maximum length (now 4000, oracle is the smallest possible denominator here) of varchars and the default length (255).
-
- 31 Oct, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Jun, 2010 1 commit
-
-
beberlei authored
Fixed a bug in Sqlite not specifying it supports auto-increment/identity (how did that work anyhow?)
-
- 06 Jun, 2010 1 commit
-
-
beberlei authored
Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now Support Sqlite Migrated MySQL to Doctrine Type Map Fixed nasty bug in testcase Migrated Postgres to support Doctrine Mapping Types Refactored Oracle Platform to support Doctrine Mapping Types Refactored DB2 support for Doctrine Mapping Types a little bit
-
- 06 May, 2010 1 commit
-
-
Guilherme Blanco authored
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
-
- 30 Apr, 2010 1 commit
-
-
Guilherme Blanco authored
-
- 08 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 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.
-
- 19 Feb, 2010 1 commit
-
-
beberlei authored
-
- 11 Feb, 2010 4 commits
- 10 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-312 - Refactored View support of all platforms a little - Oracle now also supports the retrieval of the sql used to generate a view so that a common datastructure View is a viable option.
-
- 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.
-
- 06 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Finished ALTER Table TableDiff refactoring, adding code to handle index and FK changes. Added a general functional test for alter table against all 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.
-
- 30 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Fix build, Postgres, Oracle and Sqlite made some minor troubles with regards to sequences.
-
- 03 Nov, 2009 1 commit
-
-
beberlei authored
[2.0] Fixed DDC-63 and DDC-106. Oracle tests for SchemaManager need further tweeking, marked as skipped for now.
-
- 01 Oct, 2009 1 commit
-
-
romanb authored
-
- 05 Sep, 2009 1 commit
-
-
guilhermeblanco authored
-
- 28 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Various necessary fixes and adjustments for oracle as well as fixes for better handling of temporal types. Closed #2452.
-
- 11 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
-
- 20 Jun, 2009 1 commit
-
-
jwage authored
-