Commit Graph

400 Commits

Author SHA1 Message Date
Sharad Chandran R 3ad2bab7a7 Change the release to 6.6 2024-07-15 13:11:04 +05:30
Sharad Chandran R abbbaf7b44 Add BFILE support 2024-07-15 13:06:54 +05:30
Sharad Chandran R e4a261d78a Add support for binary vector (Oracle Database 23ai feature) and eslint fixes in code 2024-07-15 13:05:18 +05:30
Sharad Chandran R 0d72c1b271 Two Phase Commit support in Thin mode 2024-07-15 13:03:52 +05:30
Sharad Chandran R 4977cdeef4 Add Centralized Configuration Provider support (Oracle Database 23ai) 2024-07-15 12:59:20 +05:30
Sharad Chandran R d3277b428e Improve code quality of the Thin mode code 2024-07-15 12:29:22 +05:30
Sharad Chandran R 23cef6962e Added support for in-memory wallet (Issue #1671) 2024-07-15 12:28:03 +05:30
Sharad Chandran R c41ed21748 Fix tpcRecover to work with Thick mode 2024-07-15 12:18:35 +05:30
Sharad Chandran R be408fa475 Recognize IFILE parameter in tnsnames.ora to read multiple custom network cofniguration files 2024-06-20 12:35:59 +05:30
Sharad Chandran R d25150c91d Added capability to read XMLType data in DbObject in Thin mode 2024-06-20 12:34:38 +05:30
Sharad Chandran R a297facd66 Improve test cases and update to 6.6.0-dev 2024-06-20 12:31:27 +05:30
Sharad Chandran R c7b3c31d51 Fixed bug which throws an NJS-130 error when fetching a DbObjectClass with an object type name containing %ROWTYPE 2024-06-20 12:29:56 +05:30
Sharad Chandran R 94ad326d9c Fixed bug which throws NJS-112 error during fetching of JSON and Vector columns as string after table recreation with statement caching 2024-06-20 12:23:31 +05:30
Sharad Chandran R 9980a797c1 Fixed bug which threw an error when a pool is created with SYSDBA privilege (Issue #1657) 2024-05-22 16:10:59 +05:30
Sharad Chandran R d909a3afeb Fixed issue which throws an error, when the same SELECT SQL statement is run for the second time with a different bind type. (Issue #1669) 2024-05-22 16:07:30 +05:30
Sharad Chandran R de590ce2be Ensure the network packets are not corrupted 2024-05-10 16:12:05 +05:30
Sharad Chandran R 8cc1942906 Update a few test cases and move to 6.5.1 dev 2024-05-10 15:59:33 +05:30
Sharad Chandran R 3a351513cd Fixed exponent check condition for out-of-bounds number(Issue #1659) 2024-05-10 13:28:34 +05:30
Sharad Chandran R 622c44a2da Update code to connect to Oracle Database 23ai Cloud Free Database 2024-05-02 21:59:44 +05:30
Sharad Chandran R bf5e698149 Prepare for 6.5 release and Oracle Database 23ai 2024-05-02 21:58:01 +05:30
Sharad Chandran R 0be45d8d6e Add code and test changes for the upcoming Oracle Database 23ai release 2024-05-02 21:56:12 +05:30
Sharad Chandran R bf3eb218b2 Fixed an issue with privileges that prevented the startup() function from bringing the database up 2024-05-02 21:47:25 +05:30
Sharad Chandran R dd00f2b598 Updated the ClientInfo terminal parameter to remove the hardcoded value (See Issue #1662) 2024-05-02 21:44:53 +05:30
Sharad Chandran R c83cc1e648 Pool reconfiguration support in Thin mode 2024-05-02 21:39:25 +05:30
Sharad Chandran R 47a883cd27 Fixed issue with connecting to Oracle Database, when the full path of the Node.js executable contains certain non-standard characters like '(' and ')'. (Issue #1664 2024-05-02 21:36:20 +05:30
Sharad Chandran R 711f44f038 Incorporate changes to use end of data request flag set with data packets available in Oracle Database 23ai to improve handling the async reads. 2024-05-02 21:34:25 +05:30
Sharad Chandran R 9d8ebdc664 Fixed bug which threw an error due to the presence of duplicate cursors with DRCP 2024-05-02 21:31:15 +05:30
Sharad Chandran R 23ec8393a0 Internal Code optimizations 2024-05-02 21:28:26 +05:30
Sharad Chandran R 6391c39cea Use fixed length for dimensions count in vector images for Oracle Database 23ai 2024-05-02 21:27:27 +05:30
Sharad Chandran R 48ccc7aeb0 Add BigInt support for binding values 2024-05-02 21:25:12 +05:30
Sharad Chandran R 1104149262 Add the correct pool reconfiguration error messages 2024-05-02 21:23:20 +05:30
Sharad Chandran R af78f2e8d8 Added support for usage with extension of Array.prototype methods(Issue #1653) 2024-05-02 21:16:06 +05:30
Sharad Chandran R 02d49ccff0 OSON encode/decoder to support field name length > 255 bytes & relative offsets + Code refactoring for fetching Oracle Client and DB server versions in Thick mode 2024-05-02 20:09:41 +05:30
Sharad Chandran R 10c45fcb01 Added JsonId class to to represent JSON ID values returned by SODA in Oracle Database 23ai and higher in the _id attribute of documents stored in native SODA collections 2024-05-02 20:03:06 +05:30
Sharad Chandran R 63d8bb5a0b Added support for easy connect string entries in tnsnames.ora file (See Issue #1644) 2024-05-02 15:49:50 +05:30
Sharad Chandran R 0a00f90205 Internal code optimizations and documentation updates 2024-05-02 15:04:42 +05:30
Sharad Chandran R 523d2961fa Fixed a regression in AQ that caused the deq functions to return an invalid object in 6.4 instead of undefined, which was returned in earlier releases (See Issue #1656) 2024-05-02 15:02:22 +05:30
Sharad Chandran R 4a03ecfdf9 Error update for invalid POOL_BOUNDARY value with Implicit Connection Pooling 2024-04-20 11:43:46 +05:30
Sharad Chandran R 418d2a50df Add end of RPC flags for fast authentication 2024-04-20 11:38:33 +05:30
Sharad Chandran R 9735cf5084 Add NJS for invalid POOL_BOUNDARY value used in Implicit Connection Pooling 2024-04-20 11:26:20 +05:30
Sharad Chandran R fa99979317 Enable Fast Authentication for the latest Oracle Database release 2024-04-20 11:24:19 +05:30
Sharad Chandran R bc58a22cfd Throw Error for DMLS having Duplicate bind by names in the input and RETURNING INTO SQL clause (Issue #1652) 2024-04-18 18:16:16 +05:30
Sharad Chandran R 04f0a0e982 Optimization with PL/SQL usage in executeMany with Implicit Connection Pooling 2024-04-18 18:12:18 +05:30
Sharad Chandran R 9b28288554 Add support for Implicit Connection Pooling feature (Oracle Database 23c) of DRCP and PRCP 2024-04-18 18:08:01 +05:30
Sharad Chandran R afb9f696ca Prepare for 6.5 development 2024-03-12 12:55:25 +05:30
Sharad Chandran R ed8c0ac268 Prepare for 6.4 release 2024-03-11 17:20:26 +05:30
Sharad Chandran R fd9f7d6690 Enhanced lob.getData() method to accept offset and amount arguments (Issue #1643) 2024-03-11 17:19:45 +05:30
Sharad Chandran R 0857d18ee1 Add support for async iteration of SODA document cursors 2024-03-11 17:13:38 +05:30
Sharad Chandran R 9859ebcdda Change outconverter for isOson formatted columns to return JSON object 2024-03-11 17:12:09 +05:30
Sharad Chandran R eb80b7a9bb Minor bug fixes for vector datatype 2024-03-11 17:04:48 +05:30