Skip to content

Commit 597b58b

Browse files
committed
fix issue #12
1 parent d4d948d commit 597b58b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

django_pyodbc/operations.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ def lookup_cast(self, lookup_type):
129129
return "UPPER(%s)"
130130
return "%s"
131131

132+
def max_name_length(self):
133+
return 128
134+
132135
def quote_name(self, name):
133136
"""
134137
Returns a quoted version of the given table, index or column name. Does

0 commit comments

Comments
 (0)