Commit 6d9ddaff authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge branch 'DBAL-212' into 2.2

parents 45c18477 8943194f
...@@ -464,6 +464,7 @@ class SqlitePlatform extends AbstractPlatform ...@@ -464,6 +464,7 @@ class SqlitePlatform extends AbstractPlatform
'longtext' => 'text', 'longtext' => 'text',
'text' => 'text', 'text' => 'text',
'varchar' => 'string', 'varchar' => 'string',
'longvarchar' => 'string',
'varchar2' => 'string', 'varchar2' => 'string',
'nvarchar' => 'string', 'nvarchar' => 'string',
'image' => 'string', 'image' => 'string',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment