Ivan Krivosheev

Results 182 comments of Ivan Krivosheev

Well, It's time to continue working on this PR.

@LemarAb hello! Any updates?)

> > > > @ikrivosheev I made some progress but need some time to deeper understand how sea query translates the stmt into SQL. Will report soon. If necessary, can...

@LemarAb we want to add the ability to add `CHECK` constraint using SeaQuery, without `extra` method. It will great if we can both)

@billy1624 I think we need only last one: ```rust impl From for SimpleExpr { fn from(sel: SelectStatement) -> Self { SimpleExpr::SubQuery( None, Box::new(sel.into_sub_query_statement()), ) } } ``` And should work....

@birkenfeld @davidhewitt hello! Sorry for the delay... I extended PyMemoryView and added some new methods.

@allan2 hello. Do you work on the PR? Maybe do you need help?

I opened PR: https://github.com/hyperium/tonic/pull/1595. I will continue working on it.

Well, now I understand. I need to re-implement two structs: 1. https://docs.rs/hyper/0.14.27/hyper/client/service/struct.Connect.html 2. https://docs.rs/hyper/0.14.27/hyper/client/conn/struct.SendRequest.html And `Channel` will start to compile. Great, small, but progress))

Maybe it will be useful in hyper-utils.