Skip to content

Commit 303d51d

Browse files
committed
Deploying to gh-pages from @ fd9d2ca πŸš€
1 parent d7815b7 commit 303d51d

8 files changed

Lines changed: 22 additions & 10 deletions

File tree

β€Ždist/sql-asm-debug.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
11641164
return new StatementIterator(sql, this);
11651165
};
11661166

1167-
/** Exports the contents of the database to a binary array
1167+
/** Exports the contents of the database to a binary array. This
1168+
* operation will close and re-open the database which will cause
1169+
* any pragmas to be set back to their default values.
11681170
@return {Uint8Array} An array of bytes of the SQLite3 database file
11691171
*/
11701172
Database.prototype["export"] = function exportDatabase() {

β€Ždist/sql-wasm-debug.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
11641164
return new StatementIterator(sql, this);
11651165
};
11661166

1167-
/** Exports the contents of the database to a binary array
1167+
/** Exports the contents of the database to a binary array. This
1168+
* operation will close and re-open the database which will cause
1169+
* any pragmas to be set back to their default values.
11681170
@return {Uint8Array} An array of bytes of the SQLite3 database file
11691171
*/
11701172
Database.prototype["export"] = function exportDatabase() {

β€Ždist/worker.sql-asm-debug.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
11641164
return new StatementIterator(sql, this);
11651165
};
11661166

1167-
/** Exports the contents of the database to a binary array
1167+
/** Exports the contents of the database to a binary array. This
1168+
* operation will close and re-open the database which will cause
1169+
* any pragmas to be set back to their default values.
11681170
@return {Uint8Array} An array of bytes of the SQLite3 database file
11691171
*/
11701172
Database.prototype["export"] = function exportDatabase() {

β€Ždist/worker.sql-wasm-debug.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
11641164
return new StatementIterator(sql, this);
11651165
};
11661166

1167-
/** Exports the contents of the database to a binary array
1167+
/** Exports the contents of the database to a binary array. This
1168+
* operation will close and re-open the database which will cause
1169+
* any pragmas to be set back to their default values.
11681170
@return {Uint8Array} An array of bytes of the SQLite3 database file
11691171
*/
11701172
Database.prototype["export"] = function exportDatabase() {

β€Ždocumentation/Database.htmlβ€Ž

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

β€Ždocumentation/api.js.htmlβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1077,7 +1077,9 @@
10771077
return new StatementIterator(sql, this);
10781078
};
10791079

1080-
/** Exports the contents of the database to a binary array
1080+
/** Exports the contents of the database to a binary array. This
1081+
* operation will close and re-open the database which will cause
1082+
* any pragmas to be set back to their default values.
10811083
@return {Uint8Array} An array of bytes of the SQLite3 database file
10821084
*/
10831085
Database.prototype["export"] = function exportDatabase() {

β€Ždocumentation/data/search.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žsrc/api.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
10751075
return new StatementIterator(sql, this);
10761076
};
10771077

1078-
/** Exports the contents of the database to a binary array
1078+
/** Exports the contents of the database to a binary array. This
1079+
* operation will close and re-open the database which will cause
1080+
* any pragmas to be set back to their default values.
10791081
@return {Uint8Array} An array of bytes of the SQLite3 database file
10801082
*/
10811083
Database.prototype["export"] = function exportDatabase() {

0 commit comments

Comments
Β (0)