dalibo / sqlserver2pgsql

Migration tool to convert a Microsoft SQL Server Database into a PostgreSQL database, as automatically as possible
http://dalibo.github.io/sqlserver2pgsql
GNU General Public License v3.0
515 stars 117 forks source link

Add option to skip checking the maximum length of citext columns #119

Closed alchemistmatt closed 4 years ago

alchemistmatt commented 5 years ago

When I convert columns from varchar to citext, I don't want to check the length of every converted field. This change adds option skip citext length check to the conf file.

madtibo commented 4 years ago

This seems like the wrong commits for the feature. I found it in your repo.

Create a new PR based on it.