You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the error with version EFUtilities.1.0.2
“There is already an object named 'temp_Students_636136759476987970' in the database.”
After reading the code of UpdateItems method it seems the Code is trying to create the same temp_ table again. Its is raised when we call the method UpdateALL
The text was updated successfully, but these errors were encountered:
See #57. This is a concurrency issue that would have been fixed if #61 or #113 ever got merged. Unfortunately, this project hasn't been updated in a while. Check out my fork, it contains all the latest fixes.
Getting the error with version EFUtilities.1.0.2
“There is already an object named 'temp_Students_636136759476987970' in the database.”
After reading the code of UpdateItems method it seems the Code is trying to create the same temp_ table again. Its is raised when we call the method UpdateALL
The text was updated successfully, but these errors were encountered: