Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 832c6e8

Browse files
committed
Revert of last commit
1 parent 7b334b0 commit 832c6e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609
MAX_CONNECT_RETRIES = 100
610610

611611
# Strings for detecting formatting errors
612-
FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "Error converting", "String or binary data would be truncated", "Failed to convert", "unable to interpret text value", "Input string was not in a correct format", "System.FormatException", "java.lang.NumberFormatException", "ValueError: invalid literal", "DataTypeMismatchException")
612+
FORMAT_EXCEPTION_STRINGS = ("Type mismatch", "Error converting", "Conversion failed", "String or binary data would be truncated", "Failed to convert", "unable to interpret text value", "Input string was not in a correct format", "System.FormatException", "java.lang.NumberFormatException", "ValueError: invalid literal", "DataTypeMismatchException")
613613

614614
# Regular expression used for extracting ASP.NET view state values
615615
VIEWSTATE_REGEX = r'(?i)(?P<name>__VIEWSTATE[^"]*)[^>]+value="(?P<result>[^"]+)'

0 commit comments

Comments
 (0)