File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4167,9 +4167,9 @@ or [`fetchInfo`](#propexecfetchinfo). If the data is larger than can
41674167be handled as a String in Node.js or node-oracledb, it will need to be
41684168streamed from a [Lob](#lobclass), as discussed later
41694169in [Streams and Lobs](#streamsandlobs). Strings created from querying
4170- CLOBs have a theoretical limit of 2 bytes less than 1 GB (or 1 byte
4171- less than 64 KB when node-oracledb uses Oracle Client 11.2). Queries
4172- that fetch BLOBs must stream the BLOBs.
4170+ CLOBs will get truncated at a theoretical limit of 2 bytes less than 1
4171+ GB (or 1 byte less than 64 KB when node-oracledb uses Oracle Client
4172+ 11.2). Queries that fetch BLOBs must stream the BLOBs.
41734173
41744174For example, to force every CLOB in the application to be returned as
41754175a string:
You can’t perform that action at this time.
0 commit comments