Skip to content

Commit 4dd5cc4

Browse files
committed
Update for default branch rename to "main"
1 parent 5715b67 commit 4dd5cc4

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ and
617617
available from GitHub and oss.oracle.com.
618618

619619
The steps for self-hosting a node-oracledb package have changed, see
620-
[INSTALL](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#selfhost).
620+
[INSTALL](https://oracle.github.io/node-oracledb/INSTALL.html#selfhost).
621621

622622
- Fixed a crash with high frequency notifications from CQN
623623
([#1009](https://github.com/oracle/node-oracledb/issues/1009)).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ limitations under the License.
6666
[4]: https://oracle.github.io/node-oracledb
6767
[5]: https://node-oracledb.slack.com/
6868
[6]: https://join.slack.com/t/node-oracledb/shared_invite/enQtNDU4Mjc2NzM5OTA2LWMzY2ZlZDY5MDdlMGZiMGRkY2IzYjI5OGU4YTEzZWM5YjQ3ODUzMjcxNWQyNzE4MzM5YjNkYjVmNDk5OWU5NDM
69-
[30]: https://github.com/oracle/node-oracledb/blob/master/examples
70-
[31]: https://github.com/oracle/node-oracledb/blob/master/examples/example.js#L32
69+
[30]: https://github.com/oracle/node-oracledb/blob/main/examples
70+
[31]: https://github.com/oracle/node-oracledb/blob/main/examples/example.js#L32
7171
[32]: https://oracle.github.io/node-oracledb/doc/api.html
72-
[33]: https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md
73-
[34]: https://github.com/oracle/node-oracledb/blob/master/test/README.md
74-
[35]: https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md
72+
[33]: https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md
73+
[34]: https://github.com/oracle/node-oracledb/blob/main/test/README.md
74+
[35]: https://github.com/oracle/node-oracledb/blob/main/CONTRIBUTING.md
7575
[36]: http://www.apache.org/licenses/LICENSE-2.0

doc/api.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12179,9 +12179,9 @@ await connection.execute(
1217912179
```
1218012180

1218112181
See the examples
12182-
[plsqlproc.js](https://github.com/oracle/node-oracledb/tree/master/examples/plsqlproc.js)
12182+
[plsqlproc.js](https://github.com/oracle/node-oracledb/tree/main/examples/plsqlproc.js)
1218312183
and
12184-
[plsqlfunc.js](https://github.com/oracle/node-oracledb/tree/master/examples/plsqlfunc.js).
12184+
[plsqlfunc.js](https://github.com/oracle/node-oracledb/tree/main/examples/plsqlfunc.js).
1218512185

1218612186
#### <a name="plsqlcompwarnings"></a> 17.7.1 PL/SQL Compilation Warnings
1218712187

@@ -17283,7 +17283,7 @@ can be asked at [AskTom][158].
1728317283

1728417284
[1]: https://www.npmjs.com/package/oracledb
1728517285
[2]: https://oracle.github.io/node-oracledb/INSTALL.html
17286-
[3]: https://github.com/oracle/node-oracledb/tree/master/examples
17286+
[3]: https://github.com/oracle/node-oracledb/tree/main/examples
1728717287
[4]: https://github.com/oracle/db-sample-schemas
1728817288
[5]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-CFA006CA-6FF1-4972-821E-6996142A51C6
1728917289
[6]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-F9662FFB-EAEF-495C-96FC-49C6D1D9625C
@@ -17318,22 +17318,22 @@ can be asked at [AskTom][158].
1731817318
[35]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-48547756-9C0B-4D14-BE85-E7ADDD1A3A66
1731917319
[36]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-7A18022A-E40D-4880-B3CE-7EE9864756CA
1732017320
[37]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=NETRF
17321-
[38]: https://github.com/oracle/node-oracledb/tree/master/examples/resultset1.js
17322-
[39]: https://github.com/oracle/node-oracledb/tree/master/examples/resultset2.js
17323-
[40]: https://github.com/oracle/node-oracledb/tree/master/examples/refcursor.js
17324-
[41]: https://github.com/oracle/node-oracledb/tree/master/examples/selectstream.js
17321+
[38]: https://github.com/oracle/node-oracledb/tree/main/examples/resultset1.js
17322+
[39]: https://github.com/oracle/node-oracledb/tree/main/examples/resultset2.js
17323+
[40]: https://github.com/oracle/node-oracledb/tree/main/examples/refcursor.js
17324+
[41]: https://github.com/oracle/node-oracledb/tree/main/examples/selectstream.js
1732517325
[42]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-578B5988-31E2-4D0F-ACEA-95C827F6012B
1732617326
[44]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-35810313-029E-4CB8-8C27-DF432FA3C253
1732717327
[47]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-FAFD1247-06E5-4E64-917F-AEBD4703CF40
1732817328
[48]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-C1400094-18D5-4F36-A2C9-D28B0E12FD8C
17329-
[49]: https://github.com/oracle/node-oracledb/tree/master/examples/dbmsoutputgetline.js
17330-
[50]: https://github.com/oracle/node-oracledb/tree/master/examples/dbmsoutputpipe.js
17331-
[51]: https://github.com/oracle/node-oracledb/tree/master/examples/lobinsert2.js
17332-
[52]: https://github.com/oracle/node-oracledb/tree/master/examples/lobbinds.js
17333-
[53]: https://github.com/oracle/node-oracledb/tree/master/examples/lobplsqltemp.js
17329+
[49]: https://github.com/oracle/node-oracledb/tree/main/examples/dbmsoutputgetline.js
17330+
[50]: https://github.com/oracle/node-oracledb/tree/main/examples/dbmsoutputpipe.js
17331+
[51]: https://github.com/oracle/node-oracledb/tree/main/examples/lobinsert2.js
17332+
[52]: https://github.com/oracle/node-oracledb/tree/main/examples/lobbinds.js
17333+
[53]: https://github.com/oracle/node-oracledb/tree/main/examples/lobplsqltemp.js
1733417334
[54]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-1EF347AE-7FDA-4B41-AFE0-DD5A49E8B370
1733517335
[57]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=ADJSN
17336-
[58]: https://github.com/oracle/node-oracledb/tree/master/examples/plsqlarray.js
17336+
[58]: https://github.com/oracle/node-oracledb/tree/main/examples/plsqlarray.js
1733717337
[59]: https://blogs.oracle.com/oraclemagazine/on-cursors-sql-and-analytics
1733817338
[60]: https://stackoverflow.com/a/43330282/4799035
1733917339
[61]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-4947CAE8-1F00-4897-BB2B-7F921E495175
@@ -17353,13 +17353,13 @@ can be asked at [AskTom][158].
1735317353
[77]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-C9054D20-3A70-484F-B11B-CC591A10D609
1735417354
[78]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-24109CB5-7BB9-48B2-AD7A-39458AA13C0C
1735517355
[79]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-7AE9DBE2-5316-4802-99D1-969B72823F02
17356-
[83]: https://github.com/oracle/node-oracledb/blob/master/CHANGELOG.md
17357-
[84]: https://github.com/oracle/node-oracledb/tree/master/examples/rowlimit.js
17356+
[83]: https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md
17357+
[84]: https://github.com/oracle/node-oracledb/tree/main/examples/rowlimit.js
1735817358
[85]: https://blogs.oracle.com/oraclemagazine/on-top-n-and-pagination-queries
1735917359
[86]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-F9CE0CC3-13AE-4744-A43C-EAC7A71AAAB6__CJAHCAFF
1736017360
[87]: https://oracle.github.io/node-oracledb/INSTALL.html#quickstart
1736117361
[88]: https://nodejs.org/en/download/
17362-
[89]: https://github.com/oracle/node-oracledb/tree/master/examples/dbconfig.js
17362+
[89]: https://github.com/oracle/node-oracledb/tree/main/examples/dbconfig.js
1736317363
[90]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-C48021EF-6AEA-427F-95B2-37EFCFEA2400
1736417364
[91]: https://www.youtube.com/watch?v=WDJacg0NuLo
1736517365
[92]: https://nodejs.org/api/stream.html#stream_readable_destroy_error
@@ -17396,9 +17396,9 @@ can be asked at [AskTom][158].
1739617396
[123]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-8DDB51EB-D80F-4476-9ABF-D6860C6214D1
1739717397
[124]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-9B2F05F9-D841-4493-A42D-A7D89694A2D1
1739817398
[125]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-DFA21225-E83C-4177-A79A-B8BA29DC662C
17399-
[126]: https://github.com/oracle/node-oracledb/tree/master/examples/sessionfixup.js
17400-
[127]: https://github.com/oracle/node-oracledb/tree/master/examples/sessiontagging1.js
17401-
[128]: https://github.com/oracle/node-oracledb/tree/master/examples/sessiontagging2.js
17399+
[126]: https://github.com/oracle/node-oracledb/tree/main/examples/sessionfixup.js
17400+
[127]: https://github.com/oracle/node-oracledb/tree/main/examples/sessiontagging1.js
17401+
[128]: https://github.com/oracle/node-oracledb/tree/main/examples/sessiontagging2.js
1740217402
[129]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=ADQUE
1740317403
[130]: https://www.oracle.com/database/technologies/appdev/xe.html
1740417404
[132]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-19423B71-3F6C-430F-84CC-18145CC2A818
@@ -17407,16 +17407,16 @@ can be asked at [AskTom][158].
1740717407
[135]: https://github.com/oracle/node-oracledb/blob/v3.1.2/doc/api.md
1740817408
[136]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-2041545B-58D4-48DC-986F-DCC9D0DEC642
1740917409
[137]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-DC7B8CDD-4F89-40CC-875F-F70F673711D4
17410-
[138]: https://github.com/oracle/node-oracledb/tree/master/examples/impres.js
17410+
[138]: https://github.com/oracle/node-oracledb/tree/main/examples/impres.js
1741117411
[139]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-683FF8C5-A773-4018-932D-2AF6EC8BC119
17412-
[140]: https://github.com/oracle/node-oracledb/tree/master/examples/selectgeometry.js
17413-
[141]: https://github.com/oracle/node-oracledb/tree/master/examples/plsqlrecord.js
17414-
[142]: https://github.com/oracle/node-oracledb/tree/master/examples/aqraw.js
17415-
[143]: https://github.com/oracle/node-oracledb/tree/master/examples/aqobject.js
17416-
[144]: https://github.com/oracle/node-oracledb/tree/master/examples/aqoptions.js
17417-
[145]: https://github.com/oracle/node-oracledb/tree/master/examples/aqmulti.js
17418-
[146]: https://github.com/oracle/node-oracledb/tree/master/examples/selectvarray.js
17419-
[147]: https://github.com/oracle/node-oracledb/tree/master/examples/plsqlrecord.js
17412+
[140]: https://github.com/oracle/node-oracledb/tree/main/examples/selectgeometry.js
17413+
[141]: https://github.com/oracle/node-oracledb/tree/main/examples/plsqlrecord.js
17414+
[142]: https://github.com/oracle/node-oracledb/tree/main/examples/aqraw.js
17415+
[143]: https://github.com/oracle/node-oracledb/tree/main/examples/aqobject.js
17416+
[144]: https://github.com/oracle/node-oracledb/tree/main/examples/aqoptions.js
17417+
[145]: https://github.com/oracle/node-oracledb/tree/main/examples/aqmulti.js
17418+
[146]: https://github.com/oracle/node-oracledb/tree/main/examples/selectvarray.js
17419+
[147]: https://github.com/oracle/node-oracledb/tree/main/examples/plsqlrecord.js
1742017420
[148]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-C4C426FC-FD23-4B2E-8367-FA5F83F3F23A
1742117421
[149]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-4848E6A0-58A7-44FD-8D6D-A033D0CCF9CB
1742217422
[150]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-7E9034D5-0D33-43A1-9012-918350FE148C
@@ -17458,7 +17458,7 @@ can be asked at [AskTom][158].
1745817458
[186]: https://static.rainfocus.com/oracle/oow19/sess/1553616880266001WLIh/PF/OOW19_Net_CON4641_1569022126580001esUl.pdf
1745917459
[187]: https://support.oracle.com/epmos/faces/DocumentDisplay?id=207303.1
1746017460
[188]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=TGDBA
17461-
[189]: https://github.com/oracle/node-oracledb/tree/master/examples/webapp.js
17461+
[189]: https://github.com/oracle/node-oracledb/tree/main/examples/webapp.js
1746217462
[190]: https://www.oracle.com/technetwork/database/options/clustering/applicationcontinuity/continuous-service-for-apps-on-atpd-5486113.pdf
1746317463
[191]: https://docs.oracle.com/en/database/oracle/simple-oracle-document-access/rest/index.html
1746417464
[192]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-A2E90F08-BC9F-4688-A9D0-4A948DD3F7A9

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ In a clone or copy of the repository:
4343
versions and pre-built node-oracledb binaries.
4444

4545
The
46-
[`package.json`](https://github.com/oracle/node-oracledb/blob/master/package.json)
46+
[`package.json`](https://github.com/oracle/node-oracledb/blob/main/package.json)
4747
in GitHub doesn't have an `install` script target by default. This means that
4848
node-gyp will be invoked to compile node-oracledb. This allows installation
4949
from GitHub [source

test/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
1616
limitations under the License.
1717

1818
The node-oracledb test suite uses 'mocha', 'should' and 'async'. See
19-
[LICENSE](https://github.com/oracle/node-oracledb/blob/master/LICENSE.md)
19+
[LICENSE](https://github.com/oracle/node-oracledb/blob/main/LICENSE.md)
2020
for relevant licenses.
2121

2222
## <a name="contents"></a> Contents
@@ -52,7 +52,7 @@ ln -s $HOME/Downloads/instantclient_19_8/libclntsh.dylib $(npm root)/oracledb/bu
5252
```
5353

5454
Note: the
55-
[test suite](https://github.com/oracle/node-oracledb/tree/master/test)
55+
[test suite](https://github.com/oracle/node-oracledb/tree/main/test)
5656
is on GitHub.
5757

5858
### <a name="workdir"></a> 1.1 Create a working directory
@@ -168,15 +168,15 @@ To grant the SODA_APP role to a Oracle Database user, typically a DBA would exec
168168
169169
## <a name="addtests"></a> 4. Contribute New Tests
170170
171-
See [CONTRIBUTING](https://github.com/oracle/node-oracledb/blob/master/CONTRIBUTING.md)
171+
See [CONTRIBUTING](https://github.com/oracle/node-oracledb/blob/main/CONTRIBUTING.md)
172172
for general information on contribution requirements.
173173
174174
For easy correlation between results and test code, each test is
175-
assigned a number. The [Test List](https://github.com/oracle/node-oracledb/blob/master/test/list.txt)
175+
assigned a number. The [Test List](https://github.com/oracle/node-oracledb/blob/main/test/list.txt)
176176
shows the numbering of tests.
177177
178178
In order to include your tests in the suite, add each new test file
179-
name to [`test/opts/mocha.opts`](https://github.com/oracle/node-oracledb/blob/master/test/opts/mocha.opts).
179+
name to [`test/opts/mocha.opts`](https://github.com/oracle/node-oracledb/blob/main/test/opts/mocha.opts).
180180
181181
## <a name="troubleshoot"></a> 5. Troubleshoot
182182

test/dataTypeAssist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ assist.data = {
108108
"0",
109109
"8",
110110
"http://www.ORACLE.com",
111-
"https://github.com/oracle/node-oracledb/blob/master/doc/api.md",
111+
"https://github.com/oracle/node-oracledb/blob/main/doc/api.md",
112112
"1234",
113113
"9876.54321",
114114
"1991-06-01",

0 commit comments

Comments
 (0)