You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
Optional Fix: use PDO and drivers
The text was updated successfully, but these errors were encountered: