mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-14 15:18:50 -05:00
Merge pull request #227 from snikulov/sqlite3_real_type
sqlite3: added real data type
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user