keboola / db-extractor-mssql

MIT License
1 stars 2 forks source link

Incremental field must not be nullable #118

Open tomasfejfar opened 5 years ago

tomasfejfar commented 5 years ago

When doing incremental fetching the cloumn must not be nullable because the result is ordered by incremental column and null messes that up (it would actually skip any NULL columns as they would be sorted at the beginning).

pivnicek commented 5 years ago

This will be the case for all db extractors