mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 11:40:39 -06:00
Added mediumint unsigned to dll2cpp
This commit is contained in:
@@ -264,6 +264,7 @@ types = {
|
||||
'integer unsigned': 'integer_unsigned', #MYSQL
|
||||
'int unsigned': 'integer_unsigned', #MYSQL
|
||||
'bigint unsigned': 'bigint_unsigned', #MYSQL
|
||||
'mediumint unsigned' : 'integer', #MYSQL
|
||||
}
|
||||
|
||||
if failOnParse:
|
||||
|
||||
Reference in New Issue
Block a user