Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

*MERGE* New date/time modifiers "mnth" and "yr" work like "month" and "year"...

*MERGE* New date/time modifiers "mnth" and "yr" work like "month" and "year" but resolve day-of-month overflow by truncating rather than rolling over into the next month....

View Article


Back out the previous change. Replace it with new date modifiers "ceiling"...

Back out the previous change. Replace it with new date modifiers "ceiling" and "floor". (tags: trunk)

View Article


After wasm bootstrapping has read the optional global-scope config objects,...

After wasm bootstrapping has read the optional global-scope config objects, delete those objects because any further changes would not have any useful effect. Expand the docs regarding the...

View Article

When warning about multiple invocations of JS's sqlite3ApiBootstrap(), use...

When warning about multiple invocations of JS's sqlite3ApiBootstrap(), use the warning logger installed by the first invocation, rather than console.warn. (tags: trunk)

View Article

Document why the wasm build does not use Emscripten's -sSTRICT=1 flag and...

Document why the wasm build does not use Emscripten's -sSTRICT=1 flag and account for a behaviour change in emsdk 3.1.55 regarding the HEAPxyz symbols. (tags: trunk)

View Article


Fix assert() statements in date/time computations: The month and day numbers...

Fix assert() statements in date/time computations: The month and day numbers can be zero if an error has been seen. (tags: trunk)

View Article

Adjust date/time functions so that they do a better job of keeping track of...

Adjust date/time functions so that they do a better job of keeping track of whether the current time is UTC or localtime, and no-op the 'utc' and 'localtime' modifiers accordingly. See...

View Article

Fix harmless compiler warnings in the increment integrity_check extension....

Fix harmless compiler warnings in the increment integrity_check extension. (tags: trunk)

View Article


Change test results in corruptC.test to account for the added detail in the...

Change test results in corruptC.test to account for the added detail in the output of "PRAGMA integrity_check" from [b736519d3d2e93c7]. (tags: trunk)

View Article


The ability to DROP multiple tables (or views or indexes or triggers) at...

The ability to DROP multiple tables (or views or indexes or triggers) at once, as implemented by this branch, appears to work. However, this branch adds over 1000 bytes to the code footprint. And the...

View Article

Fix a compiler warning in date.c. Update makefiles to include all necessary...

Fix a compiler warning in date.c. Update makefiles to include all necessary dependencies for building shell.c. (tags: trunk)

View Article

Fix some problems with "VALUES(...) UNION ..." and similar on this branch....

Fix some problems with "VALUES(...) UNION ..." and similar on this branch. (tags: exp-values-clause)

View Article

/fiddle: before resetting a db, roll back any transactions (resolves problem...

/fiddle: before resetting a db, roll back any transactions (resolves problem reported in [forum:0b41a25d65|forum post 0b41a25d65]) and remove an obsolete/broken reference to a long-gone API which could...

View Article


Update fiddle.make to account for Makefile changes in [178b7d46f9]. (tags:...

Update fiddle.make to account for Makefile changes in [178b7d46f9]. (tags: trunk)

View Article

/fiddle 'Mandlebrot' typo fix reported in the forum. (tags: trunk)

/fiddle 'Mandlebrot' typo fix reported in the forum. (tags: trunk)

View Article


/fiddle: reorder/replace example entries to make them more coherent when...

/fiddle: reorder/replace example entries to make them more coherent when tried in order and clear the example selection list when the input area is cleared, both based on forum feedback. (tags: trunk)

View Article

The value returned by the json_each.json field needs to survive longer than...

The value returned by the json_each.json field needs to survive longer than the json_each virtual table itself, in the event that the value is used in an aggregate expression. dbsqlfuzz...

View Article


The value returned by the json_each.json field needs to survive longer than...

The value returned by the json_each.json field needs to survive longer than the json_each virtual table itself, in the event that the value is used in an aggregate expression. dbsqlfuzz...

View Article

Simplify changes on this branch by avoiding any special handling until...

Simplify changes on this branch by avoiding any special handling until SQLITE_LIMIT_COMPOUND_SELECT rows are reached. (tags: exp-values-clause)

View Article

Reformulate [34439fe3aeea7cbb] slightly to resolve a false-positive OOM...

Reformulate [34439fe3aeea7cbb] slightly to resolve a false-positive OOM reported in [forum:2eadfe94e3|forum post 2eadfe94e3]. (tags: trunk)

View Article
Browsing all 2701 articles
Browse latest View live