wangxiaolei

Results 114 comments of wangxiaolei

there is no error, this is a test code: https://go.dev/play/p/23Lgj-9W93o

Firstly, sqlmocks support `QueryRowContext`, this is an example: https://go.dev/play/p/ExJZSW3TLDb Secondly, you do it in a wrong, this is a corret way: https://go.dev/play/p/Rucz0hKBNc3 Maybe the error message is misinformation

> If you feel like this is valid, then I am willing to open a PR with the mentioned fix. I saw some tests will need to be fixed. do...

hi @l3pp4rd, i use the library, If you’re still searching for maintainers, I am available.

does this issue have been resovled?if not,it can assign to me

assign to me, i can add more extend storage

float schema define decimal schema define maybe add a tip in document

update pydantic core ``` let allow_inf_nan = schema_or_config_same(schema, config, intern!(py, "allow_inf_nan"))?.unwrap_or(false); ``` to ``` let allow_inf_nan = schema_or_config_same(schema, config, intern!(py, "allow_inf_nan"))?.unwrap_or(true); ```