Ivan Krivosheev

Results 182 comments of Ivan Krivosheev

@RomainMazB do you want to finish this PR?

Close PR, continue: https://github.com/SeaQL/sea-query/pull/379

@Sytten @billy1624 @tyt2y3 This is Draft PR for add support Array type

I have one question. How can we work with array of arrays?

@Sytten I add support for array to **sea-query-binder**.

@Sytten hello! I have done some features: 1. Add support for array in `sea-query-binder` 2. Add support for array in `sea-query-driver` 3. Add support for array in `driver/postgres` 4. Tests...

> > I don't have much to say at the moment, it is headed in the right direction for this support. That being said I am not sure we really...

I close this PR. Better solution is: https://github.com/SeaQL/sea-query/pull/467

@billy1624, hello! I will do this.

@billy1624 what do you think about new `Enum` for table? We only need some variants from `SimpleExpr` 1. FuncionCall 2. Value 3. Custom