Lot of code for generating code. Working on unit tests.

This commit is contained in:
eelke 2018-09-09 18:52:32 +02:00
parent da45929b12
commit 8f4845d4d2
42 changed files with 1089 additions and 267 deletions

View file

@ -142,7 +142,7 @@ Oid TablesTableModel::getType(int column) const
case OptionsCol:
// case AclCol:
default:
oid = Pgsql::VARCHAROID;
oid = Pgsql::varchar_oid;
}
return oid;
}