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 ab147f7 commit ebb64f9Copy full SHA for ebb64f9
src/isql/isql.epp
@@ -124,7 +124,7 @@ enum literal_string_type
124
#include "../isql/PtrSentry.h"
125
#include "../common/classes/UserBlob.h"
126
#include "../common/classes/MsgPrint.h"
127
-#include "../common/classes/array.h"
+#include "../remote/protocol.h"
128
129
using namespace Firebird;
130
using MsgFormat::SafeArg;
@@ -4008,8 +4008,8 @@ static void check_autoterm()
4008
}
4009
4010
4011
- if (!(protocolVersion == 0 || protocolVersion >= 19) && // PROTOCOL_VERSION19
4012
- isqlGlob.major_ods >= ODS_VERSION14)
+ if (!(protocolVersion == 0 || protocolVersion >= PROTOCOL_PREPARE_FLAG) &&
+ isqlGlob.major_ods >= ODS_VERSION14)
4013
{
4014
setValues.AutoTerm = false;
4015
0 commit comments