Taehoon Moon

Results 111 comments of Taehoon Moon

Currently, the only interface you can use is SQL text. However, there is a good news. We are planning to add GlueSQL's own query builder so you will be able...

@Raj2032 Sure, [`sea-query`](https://github.com/SeaQL/sea-query) would be a good example. You can expect similar feature like SeaQuery. Differences are... SeaQuery is for supporting multiple SQL databases using same query interface. In the...

Yes similar but method names and detailed usage would be quite different. I'll share the draft in the public soon also thanks for the question. this helps us to decide...

Sounds good, then I'll assign you on this issue.

I think I don't get it, can you provide more details about `from` function suggestion? It sounds like similar with current structs named `BlendContext`, `FilterContext` and `AggregateContext`.

It is little hard to follow, compile error looks simple which is about type conflict one is `Rc`, the other is `BlendContext` And whatever changes you make, `cargo test` will...

I don't worry any of your skills at all. Though there can be some communication issues, I think that's not a big deal. While I was keeping eye on your...

> Complex work but fun I completely agree.

> 4.3 So INNER JOIN Player p9 ON p9.id = Item.player_id AND Item.id > 101 will not work. Move it to the where clause. This kind of queries are quite...