-
Notifications
You must be signed in to change notification settings - Fork 1
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
Translate internal codes #98
Comments
This SQL isn't working, and I have no idea why. I don't think I've ever used correlated subqueries in SELECT clauses in SQLite. Toward #98.
This isn't working, and I can't fathom why. Subqueries just...don't work. They return nothing. I've researched it. There's no reason at all why they shouldn't be working, but they're not. Instead of continuing to beat my head against this wall, I think it's worth trying a completely different solution. Seems to me that I should just get |
|
Toward #98, since this changes very rarely, go ahead and create it manually for now.
There are a few improvements to make:
|
Naked internal codes are displayed (e.g.,
20
or00
). This isn't helpful. Add an internal method to convert an internal code to its textual equivalent, and call that before returning data. Preserve the internal code in responses.The text was updated successfully, but these errors were encountered: