Cesar Maroun

Results 2 comments of Cesar Maroun

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 > >...