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