Update initOracleClient() error URL to readthedocs

This commit is contained in:
Christopher Jones 2023-02-21 15:04:48 +11:00
parent 1da8d95f99
commit 984d4ad7bf
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) 2022, Oracle and/or its affiliates.
// Copyright (c) 2022, 2023, Oracle and/or its affiliates.
//-----------------------------------------------------------------------------
//
@ -24,6 +24,10 @@
//
//-----------------------------------------------------------------------------
// This file contains values for implementation and public constants. All
// public constants are later exposed to node-oracledb apps via the exports of
// oracledb.js.
'use strict';
// version information
@ -46,7 +50,7 @@ module.exports = {
// defaults for initOracleClient()
DEFAULT_DRIVER_NAME: "node-oracledb : " + VERSION_STRING,
DEFAULT_ERROR_URL: "https://oracle.github.io/node-oracledb/INSTALL.html",
DEFAULT_ERROR_URL: "https://node-oracledb.readthedocs.io/en/latest/user_guide/installation.html",
// default for maxSize for OUT and IN/OUT binds
DEFAULT_MAX_SIZE_FOR_OUT_BINDS: 200,