fix(query_builder): patch Function.get_sql explicitly
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
0c4d23f298
commit
7322fca429
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ from frappe.query_builder.utils import (
|
|||
)
|
||||
|
||||
pypika.terms.ValueWrapper = ParameterizedValueWrapper
|
||||
pypika.terms.Function.get_sql = ParameterizedFunction.get_sql
|
||||
pypika.terms.Function = ParameterizedFunction
|
||||
|
||||
# * Overrides the field() method and replaces it with the a `PseudoColumn` 'field' for consistency
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue