Ivan Krivosheev

Results 182 comments of Ivan Krivosheev

No, bad ideas... We need to split QueryBuilder. For unavailable operations panic.

> Hey @ikrivosheev, sorry for the delay. > > > @billy1624 what do you think about new `Enum` for table? We only need some variants from `SimpleExpr` > > Do...

@billy1624 @tyt2y3 what do you think about custom `Enum`?

@tyt2y3 @billy1624 hello! I have made several attempts and understand that is better to use `SimpleExpr` instead create `DefaultColumnExpr`

@nitnelave do you want to create PR for this issue?

@Sytten maybe we can drop drivers from SeaQuery in the future? Now mark it as deprecated and add support other drivers into binder.

@Sytten thank you! Can you explain (3)? Small PoC. I don't understand what you want.

@Sytten in the (3) option, how can we add custom type? Something like this: ```rust enum Type { u8, bool, custom(...) } ... ?

To test an idea I will try implement it for: https://github.com/SeaQL/sea-query/issues/347 and create Draft PR. @billy1624 @Sytten ok?

@billy1624 @Sytten @tyt2y3 well, I'm done with other features (split sea-query into crates, SqlWriter refactoring and some other small features), now i will continue to work on this feature!