zhiwen.t

Results 2 issues of zhiwen.t

### What version of Genji are you using? $ genji version ```shell Genji v0.15.0 Genji CLI v0.15.0 ``` ### What did you do? ```sql CREATE SEQUENCE IF NOT EXISTS seq_cizu;...

bug

I thought there was some new hack to implement dependency injection without reflection and only through generics. A quick look at the code revealed that this was a lie. ```go...