File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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() {
Original file line number Diff line number Diff 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 ( ) {
Original file line number Diff line number Diff 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() {
Original file line number Diff line number Diff 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 ( ) {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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() {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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 ( ) {
You canβt perform that action at this time.
0 commit comments