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 was recieving the error, "SQL data type geography is not supported" when running schemazen against one of my databases running on SQL Server 2012, v11.0.2100.60. I tried adding a case for the "geography" datatype in column.cs and I was able to complete the export successfully. Based on the recent commit, linked below, some test coverage should also be added but this could be an easy addition. I'm leaving the actual fix for posterity as I am currently at work and can't spend anymore time on this.
I have similar issue and I am using geography and geometry columns. What change did you make in order to generate script successfully.
Any help would be appreciated.
Thanks
I was recieving the error, "SQL data type geography is not supported" when running schemazen against one of my databases running on SQL Server 2012, v11.0.2100.60. I tried adding a case for the "geography" datatype in column.cs and I was able to complete the export successfully. Based on the recent commit, linked below, some test coverage should also be added but this could be an easy addition. I'm leaving the actual fix for posterity as I am currently at work and can't spend anymore time on this.
a294ecb?diff=split
The text was updated successfully, but these errors were encountered: