You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have notice this bug after upgrading rom-sql
I have a relation, based on a legacy table that have more columns than I need.
I defined an schema with only the subset of the columns that I care.
Now when I execute a create command on the relation I get back a hash with all the columns from the real table and this was not happening before.
I'm using PostgreSQL and have upgrade rom-sql from 1.2.2 to 1.3.3
The text was updated successfully, but these errors were encountered:
I have notice this bug after upgrading rom-sql
I have a relation, based on a legacy table that have more columns than I need.
I defined an schema with only the subset of the columns that I care.
Now when I execute a create command on the relation I get back a hash with all the columns from the real table and this was not happening before.
I'm using PostgreSQL and have upgrade rom-sql from 1.2.2 to 1.3.3
The text was updated successfully, but these errors were encountered: