Ilan Uzan

Results 9 comments of Ilan Uzan

@doron050 and myself are starting work on C# support in [here](https://github.com/doron050/sqlc-gen-csharp) :)

The issue isn't reproduced for me with Mac setup - Uploaded the generated code. [example.zip](https://github.com/user-attachments/files/16036637/example.zip) Additionally, your specific use case is a bit weird - you'd usually won't place parameters...

You misunderstood me. If the subquery after the IN clause returns 3 values and of these values is null, the entire query will return 0 rows, even if 14 is...

Considering this comment on the corresponding C# issue - "if someone would like to try their hand at C# support, you aren't blocked getting your changes into the sqlc codebase"...

Our approach in the C# plugin was the officially maintained libs per db (in MySQL for example), or simply the lightweight, most popular lib. I think that adding an additional...

Released first version in [here](https://github.com/DaredevilOSS/sqlc-gen-ruby/releases/tag/0.10.0), supporting MySQL & Postgres databases, and generating Ruby3 compatible code.

@kyleconroy can be closed then:)

I think the best practice is to have the 2 structs without any change, and if you want to wrap it (I'll explain in a bit why I think it's...

@kyleconroy Confirming the first part regarding a GO parser for T-SQL, does using the same `antlr4-grammers` codegen tool done for SQLite work? Because as far as we can tell, there...