-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
questionFurther information is requestedFurther information is requestedworking-groupIssues to address in the WGIssues to address in the WG
Description
The table "IOUs" is not found since the .sql file used for database initialization does not put the table name between double quotes and Postgres by default initializes the table as "ious" (lowercase).
I solved this issue by forcing a lowercase conversion for table names extracted from RML if the source is a Postgres DB. However, I don't know if this is a good assumption or if it would be better to update the test case.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requestedworking-groupIssues to address in the WGIssues to address in the WG