jJamiD
jJamiD
Did anything happen with this feature? I'm using this ugly workaround which doesn't seem very safe, use the last order by to add the option as such: `query.OrderByRaw($"{columnName.HSqlEncode()} OPTION(RECOMPILE)");`
> Thinking of something like this (as initial thought) > > ``` > db.Query().AppendRaw("OPTION ...."); > ``` > > or by providing a transform method like this one > >...
> Hi! what about using arrays??? I have this issue > > I have to translate this > > ``` > Votes: > > > {{ votingElection.userList.find(u => u.userId ===...
> Well @jjamid, the `?` operator used in my example is just to avoid errors but we can decide not to use it if we are sure the find() method...