Open
Description
Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
Sometimes, bulk inserts take a long time. It would be nice to be able to track the progress.
Describe the preferred solution
System.Data.SqlClient includes a SqlBulkCopy.SqlRowsCopied Event to allow users to do this on the .net side. It would be nice to bring this to the Java side as well.
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlbulkcopy.sqlrowscopied?view=netframework-4.8
Describe alternatives you've considered
There are other ways to track progress, but this would be the way to keep it consistent w/ the .net library.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog