Adjust sample.sql and ddl2cpp to match Sample.h

This commit is contained in:
rbock
2019-10-05 10:20:15 +02:00
parent 5b2b175b21
commit 268c176d8a
3 changed files with 12 additions and 5 deletions
+1
View File
@@ -273,6 +273,7 @@ types = {
'numeric': 'floating_point', # PostgreSQL
'date': 'day_point',
'datetime': 'time_point',
'time': 'time_of_day',
'time without time zone': 'time_point', # PostgreSQL
'time with time zone': 'time_point', # PostgreSQL
'timestamp': 'time_point',