Ben Levy
Ben Levy
```select * from aCte, bCte``` is equivalent to ```select * from aCte cross join bCte``` so you should be able to just use `crossJoin`
@thecrypticace Using v3.3.2 on linux this still seems to be very much an issue. The easiest way to reproduce is to trigger a significant number of file events by doing...
``` - system: `"x86_64-linux"` - host os: `Linux 5.15.86, NixOS, 22.11 (Raccoon), 22.11.1629.2f9fd351ec3` ``` and this was with 26 files in my templates directory but I also have 105 other...
Not sure what #284 has to do with this issue? #283 is the PR associated with this issud
The work on #172 should address this. We started with a similar idea for the syntax but ran in to issues with mixing the old style of introducing tables into...
@jolmg Are you able to accomplish what you want using the new syntax or is this still an issue in your opinion?
unfortunately window functions are not currently supported. I have thought about what the best way to implement them would be but am not sure. This would probably be related to...
Something to note is that when a column can uniquely identify a whole row then you are able to use that whole row beyond just the column. Additionally MySQL can...
I guess this should take #197 into account
Had some thoughts on this. We could probably figure out a way to make an hlint rule that warns instead of going full indexed monad and requiring qualified do. Also...