We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9844 commit 1f82404Copy full SHA for 1f82404
pynuodb/protocol.py
@@ -329,8 +329,7 @@ def lookup_code(error_code):
329
# NuoDB Client-Server Protocol Version #'s
330
#
331
PROTOCOL_VERSION1 = 1
332
-PROTOCOL_VERSION2 = 2 # 3/27/2011 Passing SQLState on exceptions; piggybacking generated
333
- # key result sets.
+PROTOCOL_VERSION2 = 2 # 3/27/2011 Passing SQLState on exceptions; piggybacking generated key result sets.
334
PROTOCOL_VERSION3 = 3 # 2/14/2012 Passing txn, node id and commit sequence
335
PROTOCOL_VERSION4 = 4 # 2/29/2012 Added GetCurrentSchema
336
PROTOCOL_VERSION5 = 5 # 3/12/2012 Server returns DB UUID
0 commit comments