mpyw

Results 40 comments of mpyw

Exactly the same situation as @intoxicated ...

Confirmed on React Native v0.54. @brh55 Why don't you test on recent versions? v0.46 looks pretty old.

According to [SQL Feature Comparison](https://www.sql-workbench.eu/dbms_comparison.html), SQLServer does not support Tuple Comparison syntax. So ```sql (a, b, c) > (1, 2, 3) ``` should be rewritten to ```sql a=1 and b=2...

Sounds like `Connection reset by peer` error

Sorry, I don't have enough time for maintain this project. But I'll review any PRs if you submit the fixes and mention me.

Probably we should fix here: https://github.com/kyleconroy/sqlc/blob/582ba6e79b354683c363da5f7c352fce50fd3fc7/internal/compiler/output_columns.go#L146-L171

@kyleconroy This fix is essential for my company's products, which make heavy use of `COALESCE`. And they don't willing to use forked packages. I would appreciate if you could review...

Pending since 2017... Any updates?

https://github.com/laravel/framework/pull/37762#issuecomment-868484453