Skip to content
Snippets Groups Projects
Commit 78651cb0 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1177284 by ohnobinki: Fixed Add support to sqlite for char:normal type.

parent fb727f35
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -196,6 +196,7 @@ public function getFieldTypeMap() { ...@@ -196,6 +196,7 @@ public function getFieldTypeMap() {
// $map does not use drupal_static as its value never changes. // $map does not use drupal_static as its value never changes.
static $map = array( static $map = array(
'varchar:normal' => 'VARCHAR', 'varchar:normal' => 'VARCHAR',
'char:normal' => 'CHAR',
'text:tiny' => 'TEXT', 'text:tiny' => 'TEXT',
'text:small' => 'TEXT', 'text:small' => 'TEXT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment