Skip to content

Commit 0228b88

Browse files
committed
Updated SQLExceptionConstants
1 parent 4e5c439 commit 0228b88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pynuodb/protocol.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@
225225
INVALID_FIELD = -54
226226
INVALID_INDEX_NULL = -55
227227
INVALID_OPERATION = -56
228+
INVALID_STATISTICS = -57
229+
INVALID_GENERATOR = -58
230+
FINAL_ENUM_MEMBER_IS_UNUSED = -59
231+
228232

229233
DATA_ERRORS = {COMPILE_ERROR,
230234
RUNTIME_ERROR,

0 commit comments

Comments
 (0)