Chris Tsang
Chris Tsang
To be more forward compatible, I'd prefer adding getter methods
Hi, the intention was somewhat research / educational. When I look at a tree representation, I immediately think of some algorithms that simplify the syntax tree. such that, ``` AB...
I think Billy 'assigns' a PR to someone when it's not on his stack anymore.
This is a good question. The primary motivation is SeaQuery integer types have the optional (and meaningless and deprecated) column width parameter , i.e. `integer(8)`. And I wanted to hide...
Definitely add some test cases for sqlx-postgres-array!
Strange, there are still failure https://github.com/SeaQL/sea-orm/actions/runs/3275174232/jobs/5389786280
I don't think we need an option for this behaviour. It seems to be universally true that we want Eq and PartialEq wherever possible. We can simply change the codegen...
I think the difficult is in QueryResult and the column mappings... where we'd want one Opaque QueryResult object that is runtime generic across all the databases we support. I can't...