Fix problems with logical conflict detection and zeroblob(). (tags:...
Fix problems with logical conflict detection and zeroblob(). (tags: bedrock-lcd-ex)
View ArticleImprove handling of logical conflict detection for exact lookups on indexes....
Improve handling of logical conflict detection for exact lookups on indexes. (tags: bedrock-lcd-ex)
View ArticleImproved rounding of floating-point conversions in some corner cases. (tags:...
Improved rounding of floating-point conversions in some corner cases. (tags: trunk)
View ArticleAdd new functions ieee754_to_int() and ieee754_from_int() to the ieee754...
Add new functions ieee754_to_int() and ieee754_from_int() to the ieee754 extension. No changes to the core SQLite. (tags: trunk)
View ArticleFix a cse in the fiddle.debug build where it could not overwrite its...
Fix a cse in the fiddle.debug build where it could not overwrite its read-only/generated index.html. (tags: trunk)
View ArticleIn the decimal extension, an optional second argument to the decimal() and...
In the decimal extension, an optional second argument to the decimal() and decimal_exp() functions rounds the value to the number of significant digits specified by that argument. (tags: trunk)
View ArticleFurther tests for the new code in btree.c on this branch. (tags: bedrock-lcd-ex)
Further tests for the new code in btree.c on this branch. (tags: bedrock-lcd-ex)
View ArticleFix OMIT_CONCURRENT builds on this branch. (tags: bedrock-lcd-ex)
Fix OMIT_CONCURRENT builds on this branch. (tags: bedrock-lcd-ex)
View ArticleInconsequential changes to floating-point conversion, amounting to mere code...
Inconsequential changes to floating-point conversion, amounting to mere code cleanup to aid comprehension. (tags: trunk)
View ArticleSmall performance increase and size reduction in sqlite3FpDecode() by using...
Small performance increase and size reduction in sqlite3FpDecode() by using local variables instead of structure elements. (tags: trunk)
View ArticleFurther simplification, performance gain, and size reduction in...
Further simplification, performance gain, and size reduction in sqlite3FpDecode(). (tags: fp-performance-v2)
View ArticleIncrease the precision of double → text conversions that happen in...
Increase the precision of double → text conversions that happen in sqlite3_column_text(), or sqlite3_value_text(), or in the CAST() operator, or similar, so that round-tripping the value back to double...
View ArticleRemove an unreachable branch. (tags: fp-performance-v2)
Remove an unreachable branch. (tags: fp-performance-v2)
View ArticleNew test cases for floating-point conversions. (tags: fp-performance-v2)
New test cases for floating-point conversions. (tags: fp-performance-v2)
View ArticleAdd a new sqlite3_db_config() that enables 15-bit rounding on...
Add a new sqlite3_db_config() that enables 15-bit rounding on double→text conversions, for legacy compatibility, if needed. (tags: false-start)
View ArticleNew sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that let's the application...
New sqlite3_db_config(SQLITE_DBCONFIG_FP_DIGITS) that let's the application specify the number of significant digits that double→text conversions will attempt to preserve. (tags: fp-performance-v2)
View Article*MERGE* Improved rounding of double→text conversions for rounding digits...
*MERGE* Improved rounding of double→text conversions for rounding digits of 17. Add the new sqlite3_db_config(), SQLITE_DBCONFIG_FP_DIGITS, to specify the number of significant digits to preserve on...
View ArticleFix a harmless warning in the decimal extension. (tags: trunk)
Fix a harmless warning in the decimal extension. (tags: trunk)
View ArticleFix typos and include wording in the documentation for...
Fix typos and include wording in the documentation for SQLITE_DBCONFIG_FP_DIGITS. (tags: trunk)
View ArticleAdd the realpath() SQL function to the fileio.c extension. And clean up the...
Add the realpath() SQL function to the fileio.c extension. And clean up the UTF8 handling on the Windows side of that extension while we are at it. (tags: trunk)
View Article