Quantcast
Channel: SQLite

Add tests and fixes for the new code on this branch. Add the...

Add tests and fixes for the new code on this branch. Add the sqlite_concurrent eponymous virtual table to begin_concurrent_lcd.md. (tags: bedrock-lcd-ex)

View Article


Fix problems with logical conflict detection and zeroblob(). (tags:...

Fix problems with logical conflict detection and zeroblob(). (tags: bedrock-lcd-ex)

View Article


Improve 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 Article

Improved rounding of floating-point conversions in some corner cases. (tags:...

Improved rounding of floating-point conversions in some corner cases. (tags: trunk)

View Article

Add 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 Article


Fix 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 Article

In 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 Article

Further 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 Article


Fix OMIT_CONCURRENT builds on this branch. (tags: bedrock-lcd-ex)

Fix OMIT_CONCURRENT builds on this branch. (tags: bedrock-lcd-ex)

View Article


Inconsequential 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 Article

Small 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 Article

Further simplification, performance gain, and size reduction in...

Further simplification, performance gain, and size reduction in sqlite3FpDecode(). (tags: fp-performance-v2)

View Article

Increase 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 Article


Remove an unreachable branch. (tags: fp-performance-v2)

Remove an unreachable branch. (tags: fp-performance-v2)

View Article

New test cases for floating-point conversions. (tags: fp-performance-v2)

New test cases for floating-point conversions. (tags: fp-performance-v2)

View Article


Add 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 Article

New 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 Article

Fix a harmless warning in the decimal extension. (tags: trunk)

Fix a harmless warning in the decimal extension. (tags: trunk)

View Article

Fix typos and include wording in the documentation for...

Fix typos and include wording in the documentation for SQLITE_DBCONFIG_FP_DIGITS. (tags: trunk)

View Article