mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
Misc
This commit is contained in:
parent
7f8bc1c1c6
commit
f64e690090
@ -124,7 +124,7 @@ const ConfigImpl::ConfigEntry ConfigImpl::entries[] =
|
||||
{TYPE_STRING, "GCPolicy", (ConfigValue) GCPolicyDefault}, // garbage collection policy
|
||||
{TYPE_BOOLEAN, "Redirection", (ConfigValue) false},
|
||||
{TYPE_BOOLEAN, "OldColumnNaming", (ConfigValue) false}, // if true use old style concatenation
|
||||
{TYPE_INTEGER, "Authentication", (ConfigValue) 3} // use standard (1), trusted (2) or mixed (3
|
||||
{TYPE_INTEGER, "Authentication", (ConfigValue) 3} // use standard (1), trusted (2) or mixed (3)
|
||||
};
|
||||
|
||||
/******************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user