Skip to content

Commit 11e2f91

Browse files
Correct the database mirroring partner envchange handle code. (#110)
* based on this TDS doc page https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-tds/2b3eb7e5-d43d-4d1b-bf4d-76b9e3afc791
1 parent 608bce7 commit 11e2f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tds/tokens.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ defmodule Tds.Tokens do
355355

356356
0x0D ->
357357
<<
358-
0x00,
359358
new_value_size::unsigned-8,
360359
_new_value::binary(new_value_size, 16),
360+
0x00,
361361
rest::binary
362362
>> = tail
363363

0 commit comments

Comments
 (0)