Simon Chen

Results 8 comments of Simon Chen

MySQL: 8.0.21-0ubuntu0.20.04.4 (Ubuntu) PHP: 7.4.3 还存在以上bug,修改为mysql_native_password后可以安装。

It looks like this PR #317 is able to support both arrays, any update?

Unfortunately, this feature is not supported yet So I created a wrapper around the binary to disable the warning this is hack ```bash #!/usr/bin/bash /usr/local/bin/buildifier $* --warnings=-module-docstring ```

It changes the native and http and asynch. I am a little confused about the native and http. The native wraps the error in DatabaseException. Does it ensure that all...

Updated. Will only change asynch dbapi error. By the way, ``` class Error(Exception): pass ``` This does not mean "catch all exceptions". This creates a new exception called "Error", but...

If you agree to this change, I will write a unittest ASAP.

Test added, sorry for the wait. I think it's a breaking change so we need to update the changelog?

same request my hacky fix: ``` type NoUndefinedField = { [P in keyof T]-?: NoUndefinedField; }; ``` https://stackoverflow.com/questions/53050011/remove-null-or-undefined-from-properties-of-a-type