mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-21 18:48:34 +08:00
Corrected the name of generated PostgreSQL boolean data type (https://www.postgresql.org/docs/13/datatype-boolean.html)
This commit is contained in:
@@ -82,7 +82,7 @@ static const MdbBackendType mdb_sybase_shortdate_type =
|
||||
|
||||
/* Postgres data types */
|
||||
static const MdbBackendType mdb_postgres_types[] = {
|
||||
[MDB_BOOL] = { .name = "BOOL" },
|
||||
[MDB_BOOL] = { .name = "BOOLEAN" },
|
||||
[MDB_BYTE] = { .name = "SMALLINT" },
|
||||
[MDB_INT] = { .name = "INTEGER" },
|
||||
[MDB_LONGINT] = { .name = "INTEGER" }, /* bigint */
|
||||
|
||||
Reference in New Issue
Block a user