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
If gen_refresh_ctable_sql returns 0 to indicate an error, refresh_ctable does not handle this and tries to execute it as SQL, which fails:
03/17/2016 12:05:15 speedtable refresh of airline_fleets failed: ERROR: syntax error at or near "0" LINE 1: 0 ^
The text was updated successfully, but these errors were encountered:
I've got a fix for this in the stapi-fixes branch.
What was the root cause of gen_refresh_ctable_sql returning zero? I'm not seeing how that could happen without a problem elsewhere.
Sorry, something went wrong.
The cause was #53
Ah, OK. This should make that kind of failure easier to debug anyway.
I'll get started on #53 - that's not a use case I had ever considered.
I have rebased the stapi-fixes branch up to master. Can you please verify that it fixes this problems so I can merge it back?
Fixed in stapi-fixes.
resuna
No branches or pull requests
If gen_refresh_ctable_sql returns 0 to indicate an error, refresh_ctable does not handle this and tries to execute it as SQL, which fails:
The text was updated successfully, but these errors were encountered: