Will Dean

Results 162 comments of Will Dean

Looks awesome. Thanks for making the adjustment Only thing I would suggest is adding a brief section on this in the README like with the Custom Functions section Any thoughts...

> Thanks to both of you. I don't have any additional suggestions except writing a test to be sure that people actually can define their own custom operators Think that's...

I'm not fully versed on the test suite, but it might be best to test that the union now **has** parentheses instead of deleting the previous test. No harm in...

@AzisK Could you run the test suite?

So there is an `Array` object which when used with `PostgreSQLQuery` will give the ARRAY[...] syntax ```python from pypika import Field, Array from pypika.dialects import PostgreSQLQuery query = ( PostgreSQLQuery...

Hi @kalra19, were you able to find a solution or work around for this?

Doesnt seem implemented but seems possible with the building blocks currently in the terms.py It might have a similar implementation as the analytic functions. Maybe that source code could be...

My understanding is that you'd want to use `MSSQLQuery` instead of `MSSQLQueryBuilder` directly. Just as `Query` is used instead of `QueryBuilder` directly ```python from pypika.dialects import MSSQLQuery MSSQLQuery.from_("table").select("column").limit(1) # SELECT...

> @wd60622 thanks for the explanation! > What would be the purpose of `QueryBuilder` and `MSSQLQuerybuilder`? When are they meant to be used? They are used internally of their respective...

I reached out to one of the latest contributors on LinkedIn found on their GitHub. No response from them