Skip to content

Latest commit

 

History

History
58 lines (52 loc) · 2.45 KB

deprecations.rst

File metadata and controls

58 lines (52 loc) · 2.45 KB

Deprecated and Desupported Features

The following table contains the deprecated and desupported methods, properties, and constants of the node-oracledb API, the version they were deprecated or desupported, and an alternative to use instead, if applicable. The desupported API feature is a previous deprecation that has been removed and is not available in node-oracledb. The most recent deprecated and desupported features are listed first.

Deprecated and Desupported API Features

    • Method, Property, or Constant
    • Version Deprecated or Desupported
    • Alternative
    • Property fetchInfo <propexecfetchinfo>
    • Deprecated in 6.0
    • Use fetchTypeHandler <fetchtypehandler> functionality
    • Property oracledb.extendedMetaData
    • Desupported in 6.0
    • Extended metadata is now always returned
    • Property extendedMetaData <propexecextendedmetadata> of connection.execute() Options Parameter
    • Desupported in 6.0
    • Extended metadata is now always returned
    • Property accessTokenCallback <createpoolpoolattrsaccesstokencallback>
    • Desupported in 6.0

      Deprecated in 5.5

    • Use accessToken <createpoolpoolattrsaccesstoken>
    • Method pool.setAccessToken()
    • Deprecated in 5.5
    • NA
    • Property _enablestats
    • Deprecated in 5.2
    • Use enableStatistics <createpoolpoolattrsstats>
    • _logStats()
    • Deprecated in 5.2
    • Use pool.logStatistics()
    • Method lob.close()
    • Deprecated in 4.2
    • Use lob.destroy()
    • Constants oracledb.ARRAY and oracledb.OBJECT
    • Deprecated in 4.0
    • Use oracledb.OUT_FORMAT_ARRAY and oracledb.OUT_FORMAT_OBJECT
    • Property oracledb.queueRequests
    • Desupported in 3.0

      Deprecated in 2.3

    • Connection pool queuing is always enabled