mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Merge pull request #227 from snikulov/sqlite3_real_type
sqlite3: added real data type
This commit is contained in:
commit
6da85cd8a3
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user