0
0
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:
Roland Bock 2018-04-12 11:13:22 +02:00 committed by GitHub
commit 6da85cd8a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',