Paul A Jungwirth
Paul A Jungwirth
Thanks for this gem! I've been writing things like this for years: ``` scope :with_foo, -> (foo) { where(
I'm not using it yet. I just discovered it. I don't think either of the issues are enough to stop me from using it. Thanks for giving your thoughts about...
Hi @matalab , I don't work on Windows often enough to have any plans to work on this myself, but if you or someone else want to get this extension...
Hi, thanks for your note! I ran your code locally and get even worse performance than you show above: ``` QUERY PLAN ------------------------------------------------------------------------------------------------------------------------------------------------------- HashAggregate (cost=6139504.03..6139506.03 rows=200 width=12) (actual time=21138.722..21138.741 rows=33...
Thank you for your work on this function! I've only skimmed the code but I think it's a worthwhile addition. I'm trying to decide whether it belongs here or in...
I think a deb is a great idea. Just today I was using apt to install [first-last-agg on Ubuntu](https://ubuntu.pkgs.org/20.04/ubuntu-universe-arm64/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-2_arm64.deb.html) to avoid compiling it on client machines. I don't see anything...
> We need the rank to be something we could ORDER by. But before we had the subquery, the only way I knew of to make the rank available to...
I agree that it would be nice to use just rein's constraint features. Views don't seem to match the spirit of the gem suggested by the name, and scenic is...
Thanks for the tip!
I came here looking for this feature too, but I'm surprised by the implementation. It sounds like you must call `context.register_function` within every request (assuming something like rocket), rather than...