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 think what we'll need to do do is have IFeatureSchema expose a template name. Then change the SQL generation through Migrator to make sure it goes through the current WritePermissions() method -- but change that method to reflect that it's really writing a single creation and/or update script.
I'm dubious that this adds value, and it's an opportunity to simplify things. Folks can always modify SQL by hand if they really want to.
The text was updated successfully, but these errors were encountered:
I think what we'll need to do do is have
IFeatureSchema
expose a template name. Then change the SQL generation throughMigrator
to make sure it goes through the currentWritePermissions()
method -- but change that method to reflect that it's really writing a single creation and/or update script.I'm dubious that this adds value, and it's an opportunity to simplify things. Folks can always modify SQL by hand if they really want to.
The text was updated successfully, but these errors were encountered: