Angel Lai

Results 30 comments of Angel Lai

Thanks. I will test and fix for it.

@orware Thanks for this PR. @chriscct7 However, it's no need to use a method to set the quotation identifier, because it will only call once in most cases. It can...

Yes, it's possible with Raw object. https://medoo.in/api/raw

There is it https://github.com/catfan/Medoo/blob/master/src/Medoo.php#L903 https://github.com/catfan/Medoo/blob/master/src/Medoo.php#L989

It seems the `@` error control operator has been deprecated on PHP 8.0. I will fix it.

I don't think this is really needed for the database framework. You can maintain the where alone (global / middleware) for the best flexibility.

Are your `$_ENV['DB_TYPE']` configured as `mysql` correctly? What the output of `$database->info()['dsn'];` and the result of `$database->debug()->select("user_types", "*")`? Also remove `charset`, `port`, `PDO::ATTR_CASE` connection option to debug.

@chriscct7 Thank you for your inspection. I think it's good to call Vitess support ANSI_QUOTES to work like MySQL as possible. Medoo is using this standard quotation for all supported...

With the experience of importing the database file, the better way to do this is to use the SQL command line or other database management tools to ensure the correct...

@blessedjasonmwanza Yes, it can simply work in some cases. However, the result is not guaranteed if with a different setting, database version, platform, or others.