Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 22b97d74

Von Christian Ehringfeld vor mehr als 8 Jahren hinzugefügt

  • ID 22b97d744708b3fcfd0c9d83f58a85a99010b1e9
  • Vorgänger d8f2b16b
  • Nachfolger 4af3f83d

test cases

Unterschiede anzeigen:

src/schema/sqliteschema.cpp
this->typeMap->insert(TYPE_BIGPK,
"integer PRIMARY KEY AUTOINCREMENT NOT NULL");
this->typeMap->insert(TYPE_BOOLEAN, "boolean");
this->typeMap->insert(TYPE_SMALLINT, "smallint");
this->typeMap->insert(TYPE_SMALLINT, "integer");
this->typeMap->insert(TYPE_INTEGER, "integer");
this->typeMap->insert(TYPE_BIGINT, "bigint");
this->typeMap->insert(TYPE_BIGINT, "integer");
this->typeMap->insert(TYPE_FLOAT, "float");
this->typeMap->insert(TYPE_DOUBLE, "double");
this->typeMap->insert(TYPE_FLOAT, "real");

Auch abrufbar als: Unified diff