Build the mssql config object from the current configInfo. Called from
MSSQLConnection on each cold-start so it reflects the values that
are present afterinitializeConfig() has run, not the empty defaults
that may have been visible at module load time.
Exported for unit-test access to the codegenPool.statementTimeoutMs →
dbRequestTimeout → 120000 precedence chain. Production code uses
MSSQLConnection (which caches the resolved config + pool); this
export gives tests a pure-function entry point without forcing them to
mock mssql.connect.
Build the mssql config object from the current
configInfo. Called from MSSQLConnection on each cold-start so it reflects the values that are present afterinitializeConfig()has run, not the empty defaults that may have been visible at module load time.Exported for unit-test access to the
codegenPool.statementTimeoutMs→dbRequestTimeout→ 120000 precedence chain. Production code uses MSSQLConnection (which caches the resolved config + pool); this export gives tests a pure-function entry point without forcing them to mockmssql.connect.