-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Table Causes Hang #696
Comments
@Stoyvo Can you post a full code sample, including the |
The create table command is pretty standard.
Removed error checks for the sake of providing only code related to the issue |
Current workaround:
|
I am not yet able to reproduce this issue. Your initial report mentions SQLite version 3.26.0. However, the version of this library you mention is packaged with SQLite version 3.25.2. How did you use that version of SQLite? What build tags are you using to compile the Go code? What operating system and architecture are you on? |
Still active ? |
Requirements:
SQLite - 3.26.0
go-sqlite3 - v1.10.0
Steps to reproduce:
Expected Result:
Table to rename to "old_table".
Actual Result:
Breakpoint/code does not progress past db.Exec
The text was updated successfully, but these errors were encountered: