We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using HammerDB 4.5 with MySQL, we are trying to create a schema. However, when doing so, we see the following error:
can't read "tablename": no such variable while executing "puts "Error creating $tablename table in $sqlitedb : $message"" invoked from within "if [catch {hdb eval $sqlcmd} message ] { puts "Error creating $tablename table in $sqlitedb : $message" return ..."
The text was updated successfully, but these errors were encountered:
Fix for issue TPC-Council#450
3c95751
Merge pull request #451 from shirwadkarsonia/fix-issue-450
22bdf97
Fix for issue #450
Successfully merging a pull request may close this issue.
Using HammerDB 4.5 with MySQL, we are trying to create a schema. However, when doing so, we see the following error:
can't read "tablename": no such variable while executing "puts "Error creating $tablename table in $sqlitedb : $message"" invoked from within "if [catch {hdb eval $sqlcmd} message ] { puts "Error creating $tablename table in $sqlitedb : $message" return ..."
The text was updated successfully, but these errors were encountered: