-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor sqlite #16
Refactor sqlite #16
Conversation
Sorry to push commits into an active review! I promise I'm walking away for a bit now. :) |
Don't ever be sorry about pushing commits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"VALUES (?, ?, ?, ?);", | ||
episode.episodeId, selectedAuthor.authorId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is the ?
trick enough to sanitize user inputs?
As the discord members like silliness, and XKCD, we don't want to run into a "little Bobby tables" suggestion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though, A) I'm trusting this ticket, B) I absolutely need to include a Little Bobby Tables Easter egg into this thing at some point.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! I think you can trust it.
@fonji, can you take a look at this before I do any more work? There's some optimization left to do at the top of the file, but I'm mostly worried about the actual DB interfaces that get exported. Everything looks about as clean as it can get to me, but I'd like your opinion.