mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Merge tag '0.58' into develop
Various enhacements - new data types for ddl2cpp - new option to generate one header file per table - support for string_view - support for INSERT INTO from SELECT - multiple examples
This commit is contained in:
commit
c4db147ca0
@ -288,6 +288,7 @@ types = {
|
|||||||
'integer unsigned': 'integer_unsigned', #MYSQL
|
'integer unsigned': 'integer_unsigned', #MYSQL
|
||||||
'int unsigned': 'integer_unsigned', #MYSQL
|
'int unsigned': 'integer_unsigned', #MYSQL
|
||||||
'bigint unsigned': 'bigint_unsigned', #MYSQL
|
'bigint unsigned': 'bigint_unsigned', #MYSQL
|
||||||
|
'mediumint unsigned' : 'integer', #MYSQL
|
||||||
}
|
}
|
||||||
|
|
||||||
if failOnParse:
|
if failOnParse:
|
||||||
|
Loading…
Reference in New Issue
Block a user