File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1642,6 +1642,8 @@ declare namespace OracleDB {
16421642
16431643 /** Buffer containing the identifier of the transaction which spawned the notification. */
16441644 txId : Buffer ;
1645+ /** Registration ID of affected registration. */
1646+ regId : bigint ;
16451647 /** Type of notification sent. One of the Subscribe Event Type Constants. */
16461648 type : number ;
16471649 }
Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ const version4Tests = async () => {
430430 sql : "test" ,
431431 callback : message => {
432432 console . log ( message . queueName ) ;
433+ console . log ( message . regId ) ;
433434 for ( const query of message . queries ?? [ ] ) {
434435 for ( const table of query . tables ?? [ ] ) {
435436 console . log ( table . name ) ;
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @types/oracledb" ,
4- "version" : " 6.5 .9999" ,
4+ "version" : " 6.6 .9999" ,
55 "projects" : [
66 " https://github.com/oracle/node-oracledb"
77 ],
You can’t perform that action at this time.
0 commit comments