TiCodeX / SQLSchemaCompare

TiCodeX SQL Schema Compare
GNU General Public License v3.0
15 stars 0 forks source link

Unable to configure a port higher than 32767 #24

Closed drebrez closed 1 year ago

drebrez commented 1 year ago

The Port property in the ADatabaseProviderOptions has the short type which doesn't allow numbers higher than 32767. it should be changed to ushort or just int