Karl Gutwin

Results 47 comments of Karl Gutwin

wait, are you sure? I still see this failure from the most recent "tests" run on main: https://github.com/PRQL/prql/actions/runs/16300971426/job/46035208345

@eitsupi I think the quoting behavior you posted is correct for many dialects of SQL -- a pair of single quotes `''` is the way to embed a single quote...

Looks like pypi/support#4188 is resolved 🎉 @max-sixty Do we think we can get a new release pushed to pypi in the near future?

A couple more thoughts to add to this interesting discussion! The query above can be written fully equivalently as: ```prql from animals derive { magic_name = udf get_magic_name name }...

Apologies if this is expected behavior of Crepe BlockEdit; it was reported to our project by our users as a bug. If it is expected behavior, we will document it...

I'd like to try to help, especially since I can't be certain of the fix in #5098 :) However, I'm having a bit of trouble following your original issue report....

Thanks for breaking it down, this logic is super hard to follow... unfortunately it was back in January when I last looked at this, so most of this reasoning has...