Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee59127

Browse filesBrowse files
mcollinaaduh95
authored andcommitted
sqlite: mark as release candidate
PR-URL: REPLACEME PR-URL: #61262 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com>
1 parent 75c8e18 commit ee59127
Copy full SHA for ee59127

2 files changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/api/sqlite.md‎

Copy file name to clipboardExpand all lines: doc/api/sqlite.md
+4-1Lines changed: 4 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<!-- YAML
66
added: v22.5.0
77
changes:
8+
- version: REPLACEME
9+
pr-url: https://github.com/nodejs/node/pull/61262
10+
description: SQLite is now a release candidate.
811
- version:
912
- v23.4.0
1013
- v22.13.0
1114
pr-url: https://github.com/nodejs/node/pull/55890
1215
description: SQLite is no longer behind `--experimental-sqlite` but still experimental.
1316
-->
1417

15-
> Stability: 1.1 - Active development.
18+
> Stability: 1.2 - Release candidate.
1619
1720
<!-- source_link=lib/sqlite.js -->
1821

Collapse file

‎lib/sqlite.js‎

Copy file name to clipboard
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
'use strict';
2-
const { emitExperimentalWarning } = require('internal/util');
3-
4-
emitExperimentalWarning('SQLite');
52

63
module.exports = internalBinding('sqlite');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.