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

sqlite3: added real data type

This commit is contained in:
Sergei Nikulov 2018-04-09 22:23:00 +03:00
parent f963a91a8e
commit 9a5df4cca2

View File

@ -219,6 +219,7 @@ types = {
'boolean': 'boolean',
'double': 'floating_point',
'float': 'floating_point',
'real': 'floating_point',
'date': 'day_point',
'datetime': 'time_point',
'timestamp': 'time_point',