Ivan Krivosheev

Results 182 comments of Ivan Krivosheev

@velasco300 hello! Thank you for contribution! I think we can merge this after: https://github.com/SeaQL/sea-orm/pull/706.

Maybe we can add a flag? Generate mod or new crate?

> Thoughts? @tyt2y3 @ikrivosheev Hello! I think this is similar to: https://github.com/SeaQL/sea-query/issues/375 We can use: https://www.sqlite.org/datatype3.html#determination_of_column_affinity

> But as listed on the [table](https://www.sqlite.org/datatype3.html#determination_of_column_affinity) `datetime` will be `NUMERIC` after affinity. And I guess `uuid` would become `BLOB` as it's not mentioned in the table. I mean we...

@TKFRvisionOfficial hello! Thank you, this is strange, because sea-query has an issue: https://github.com/SeaQL/sea-query/issues/347 I am working on it, but I need more time.

@tyt2y3 different is 1. `embeddable` in query is flat list in `rust` is nested struct (without prefix) 2. `nested` this is `embeddable` with prefix in column name Yes, it is...

> There are only two hard things in Computer Science: cache invalidation and naming things I think I have some problems with the naming

In more general terms: I want some features like in serde deserialization for more convenient mapping of query results to Rust `struct`.

@Sculas hello! Sorry for delay. I want to do some task in SeaQuery and after return to this issues.