keboola / db-extractor-mssql

MIT License
1 stars 2 forks source link

sp_describe_first_result_set: Invalid syntax error when '' is found. #50

Closed pivnicek closed 5 years ago

pivnicek commented 5 years ago

When a query like SELECT id, name FROM table WHERE name LIKE 'john'; is run, it successfully exports, but the call to sp_describe_first_result_set fails on syntax errror near 'john'