Mike L.

Results 6 issues of Mike L.

推特 API 无法调用,现在网页永远显示页面不存在,几天前测试就这样了

...add exception for very large numbers, add a test case for such numbers, add typing, bump version fix: #3

Implements workaround from https://stackoverflow.com/a/36156953 for all backends supporting `feature.OffsetFetch` from ISO/ANSI SQL:2008, which specifies `ORDER BY` as a requirement. This should be tested further if more backends are to be...

Add strict versions of PascalCase and camelCase, as well as CONST_CASE from #95, with respective basic test cases. Based on my experience, the former two are used extensively at least...

I was looking into possibilities to refactor prelude and stumbled on #1057. Does the change in this specific file even work like this, since `typ` is a `var` in a...

Tested with this concise official example with connection setup changed to PostgreSQL: https://github.com/uptrace/bun/blob/6c83b05f27c70bf3aff7df90886743b7e313927e/example/fixture/main.go#L34-L55 Without this fix, `sql.NullString` gets treated as a custom struct and then mapped to JSONB, resulting in...