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
The SGID used a mix of lower, upper, snake, camel, and title case. To be more consistent, AGRC accepted the PostgreSQL lower case convention. Otherwise field names need to be quoted to persist their casing.
The problem
The Open SGID uses all lowercase attributes.
The reason
The SGID used a mix of lower, upper, snake, camel, and title case. To be more consistent, AGRC accepted the PostgreSQL lower case convention. Otherwise field names need to be quoted to persist their casing.
Example
[CountyBoundaries].[FIPS]
becomes[county_boundaries].[fips]
MSSQL Server is not case sensitive when executing queries so this should not cause problems.
The text was updated successfully, but these errors were encountered: