Asdine El Hrychy

Results 94 comments of Asdine El Hrychy

Our default policy was to maintain it for the last two major releases, but I'm open to suggestions. For now, since the project is still in the development phase, I'd...

This would definitely be a great addition. I don't see it coming in the next release though because there is still some groundwork to be done. In the meantime, if...

No, I mean by creating your own implementation wrapper. The idea is to implement the `engine.Engine`, `engine.Transaction` and `engine.Store` interfaces, while embedding another engine. ```go type myEngine struct { //...

There is already an issue about that here #48 I guess. Basically I'm really interested but it's too early for us to focus on this aspect when there's not even...

There is one for `GROUP BY` here #6, it is planned for the v0.8.0 milestone. `LIKE` will probably be done on v0.9.0 when we'll be working on regexp and string...

Adding this feature to Genji would be very exciting indeed 👍 I'll update this issue once the project will be ready to tackle it

Thank you for the detailed issue @tie! The `sql/driver` package was written quite some time ago and my focus was on the core until now. There is currently no concept...

Cool! Could you share the query you tried to run? And any info that could help me investigate

@gedw99 Thank you for sharing but please let's keep this thread focused on the issue at hand

I can't reproduce the issue, could you share the (non-private) content of your table please? In the genji shell, type: ```sql .dump ``` and copy the output here, after removing...