Skip to content

Describe special behavior of each RDBM? #2

@marioscrock

Description

@marioscrock

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

Labels

questionFurther information is requestedworking-groupIssues to address in the WG

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions