mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Merge pull request #57 from pali/master
Add DBI SQL_BOOLEAN type as alias for SQLITE_INTEGER
This commit is contained in:
commit
ccd1995967
1 changed files with 1 additions and 0 deletions
1
dbdimp.c
1
dbdimp.c
|
@ -214,6 +214,7 @@ sqlite_type_from_odbc_type(int type)
|
|||
switch(type) {
|
||||
case SQL_UNKNOWN_TYPE:
|
||||
return SQLITE_NULL;
|
||||
case SQL_BOOLEAN:
|
||||
case SQL_INTEGER:
|
||||
case SQL_SMALLINT:
|
||||
case SQL_TINYINT:
|
||||
|
|
Loading…
Add table
Reference in a new issue