Skip to content
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

MySQL configuration not working when not enclosing the SQL objects #1

Open
DaveInchy opened this issue Feb 3, 2021 · 1 comment
Open

Comments

@DaveInchy
Copy link
Owner

DaveInchy commented Feb 3, 2021

Need to add custom (SQL syntax) quotes to objects in QuickBrowse's core database classes. Its not possible to change SQL syntax with Oracle's MYSQL implementation.

  • Currently QuickBrowse uses the mysqli() method, but the syntax is different with Oracle's MYSQL and standard LAMP stack MySQL. each implementation differs in how it is interpreted.
  • because of the above, templates cannot be supported on some platforms

Optional Fix: use PDO and drivers

@DaveInchy
Copy link
Owner Author

I learned from doing this custom fix on a local branch, that it's just the quotes thats used.
Maybe read the PHP docs to find out what each type of quotes does, because sometimes they all have their own execution, like in bash bourne mkdir <dirname> with the ` Quotes executes another function/program/command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant