Breeze0806
Breeze0806
Stored Procedure returned status code is not extracted immediately when calling through QueryContext
It is not a bug. You'd better get error from Rows.Error() after Rows.Next()
I add a branch called [sqlite3](https://github.com/Breeze0806/go-etl/tree/sqlite3), please coding base on it.
The issue arises when trying to split a table into one part. In this case, the job.setting has not been set, and therefore the number of tables to split into...
Haha, this is actually an issue caused by a misjudgment. Originally, my intention was that this judgment would speed up the program processing, but unfortunately, it resulted in this issue...
@lxiangv Thank you for your feedback, now you can try again.
> that he/she pasted log was confused: `expected 0 arguments, got 2`, um... > my first feeling was: it was set to split 1~9, but actually there was nothing can...
Thank you so much for your PR! It's truly helpful, especially for replacing the deprecated ioutil package with the fs package in the code. If you could kindly merge this...