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 SelectRaw in DatabaseBackend.GetLatestLedgerSequence returns no rows it crashes with:
SelectRaw
DatabaseBackend.GetLatestLedgerSequence
runtime error: index out of range [0] with length 0
Check why SelectRaw doesn't return ErrNoRows in such case.
ErrNoRows
The text was updated successfully, but these errors were encountered:
fixed in #1914
Sorry, something went wrong.
tamirms
No branches or pull requests
If
SelectRaw
inDatabaseBackend.GetLatestLedgerSequence
returns no rows it crashes with:Check why
SelectRaw
doesn't returnErrNoRows
in such case.The text was updated successfully, but these errors were encountered: