Chris Christoff
Chris Christoff
Notably, if I run ``` $id = $container['db']->query("SELECT `id` FROM `test_table` LIMIT 1;")->fetchAll(); ``` The result works with no error.
Ok, progress to report! I have figured out that with the following modifications, the library starts working on PlanetScale's databases: In the `tableQuote` function, changing it to return the column...
Ok, so this seems to be done because of #578, where it discusses the use of double quotes instead of backticks to adhere to the SQL-92 standard. It seems that...
It looks like Vitess doesn't support alternative SQL_MODES per doc [here](https://vitess.io/docs/14.0/reference/compatibility/mysql-compatibility/#sql-mode) @catfan would it be okay if we submit a pr to allow for an option that would let PlanetScale...
Note, the lack of ANSI_QUOTES support is a known issue for Vitess: https://github.com/vitessio/vitess/issues/7769 which PlanetScale runs
We've tested the PR orware submitted above and it works fantastically and solves #1044 when used.
@catfan is there a chance we can get this or something compatible with this like the approach you mentioned merged?
Hi there, I've been using the orware branch for a while, but because it doesn't track in the other changes to the Medoo library, I'd like to circle back on...
I second this motion.
Couldn't you just make a method to delete the cookie, then by default make evercookie store a data (the expiration date) if its passed into the evercookie create method, and...