0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

readme/ddl2cpp KeyError handling, merging

This commit is contained in:
“digitalist.ru” 2016-03-21 22:04:34 +03:00
parent 51f125e763
commit c43b8272ba

View File

@ -127,7 +127,7 @@ types = {
'float': 'floating_point',
'date' : 'day_point',
'datetime' : 'time_point',
#'timestamp' : 'time_point',
'timestamp' : 'time_point',
}