You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,11 @@ Standard Django settings
133
133
134
134
Boolean. This will trigger support for Progress Openedge
135
135
136
+
* ``left_sql_quote`` , ``right_sql_quote``
137
+
138
+
String. Specifies the string to be inserted for left and right quoting of SQL identifiers respectively. Only set these if django-pyodbc isn't guessing the correct quoting for your system.
139
+
140
+
136
141
OpenEdge Support
137
142
~~~~~~~~~~~~~~~~~~~~~~~~
138
143
For OpenEdge support make sure you supply both the deiver and the openedge extra options, all other parameters should work the same
0 commit comments