aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
Commit message (Expand)AuthorAge
* Add comments linking the assert() added in [cef4d9e3ba586735] to the placesdrh2024-04-24
* Add assert() statements to validate access to the SrcItem.u1.nRow union member.drh2024-03-18
* Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues.drh2024-03-18
* Remove an unreachable branch from printf(). Change it into an assert().drh2024-02-20
* Fix rounding in zero-precision %f and %g printf conversions.drh2024-02-17
* First attempt to get the JSON text-to-binary cache working. All test casesdrh2023-12-01
* Fix a harmless compiler warning about variant types for a pointer function.drh2023-10-17
* Extend the enhancement to json_set() and json_replace(). Clean up cruft.drh2023-07-26
* Add the JsonParse.zAlt field to old revised JSON text after a change.drh2023-07-26
* Clarify ownership of the various objects involved in parsing JSON.drh2023-07-25
* Create the new RCStr class of strings and try to use them for JSON storage.drh2023-07-25
* Reinstate the fpdecode() SQL function for testing, but only when compileddrh2023-07-01
* Improved rounding policy.drh2023-07-01
* Improved response to Infinity and NaN. Remove the termporary fpdecode()drh2023-07-01
* Progress towards fixing corner-case floating-point formatting issues.drh2023-07-01
* Fix an issue with the "+" attribute in printf().drh2023-06-30
* Begin cutting over sqlite3FpDecode() into printf(). The code in thisdrh2023-06-30
* Improve the range of floating-point numbers that can be handled as integersdrh2023-06-29
* Improved accuracy of floating-point conversion constants as suggested bydrh2023-06-28
* Fix a buffer overrun that could occur when using the format() function to for...dan2023-05-05
* Add support for the comma (,) modifier to %f formats in the format() function.drh2023-05-04
* The floating-point-to-text conversion with the zero-padding option nowdrh2023-03-22
* Fix json rendering so that it shows positive and negative infinity asdrh2023-03-17
* Performance optimization on sqlite3_vsnprintf().drh2023-02-25
* Fix an incorrect optimization that was attempted as part ofdrh2023-02-24
* Omit unnecessary branches from the enhanced floating-point conversiondrh2023-02-23
* Increased precision of floating-point to decimal conversions when thedrh2023-02-23
* More efficient implementation of large precisions on the "%c" format fordrh2022-12-21
* Increase the size of loop variables in the printf() implementation to avoiddrh2022-07-18
* Redefine the acccess rules for the Expr.w union so that the Expr.w.iJoindrh2022-05-13
* Improved names for flags on the Expr object: EP_FromJoin becamesdrh2022-05-13
* Improve EXPLAIN QUERY PLAN output and comments on bytecode listings bydrh2022-04-22
* Fix unreachable branches in the sqlite3_error_offset() logic.drh2022-02-06
* Further improvements to localization of errors in input SQL.drh2022-02-06
* Enhance sqlite3_error_offset() to report the position of unresolveddrh2022-02-05
* Add the sqlite3_error_offset() interface. Use it in the CLI to providedrh2021-12-24
* Factor out the logic that does quoting for the SQL quote() function, so thatdrh2021-12-10
* Add the sqlite3ResultStrAccum() internal interface to simplify thedrh2021-10-03
* Fixes to the version of "varsep" group_concat so that (1) it builds underdrh2021-10-01
* Add an ALWAYS() on a branch that is always taken.drh2021-03-23
* Use the canonical name, not the AS name, when showing the MATERIALIZE ordrh2021-03-20
* Revise tests cases to align with the new EXPLAIN QUERY PLAN output.drh2021-03-20
* Further simplification of the EQP output. Only show "SUBQUERY n" if thedrh2021-03-19
* Improved labeling of EXPLAIN QUERY PLAN output. Many test failures due todrh2021-03-19
* Cast a string size variable to 64-bit to avoid any possibility ofdrh2021-03-02
* Rename the "struct SrcList_item" object to the more succinct "SrcItem".drh2021-02-21
* Fix a couple of unreachable branches.drh2020-08-28
* Fix harmless compiler warnings that surface in newer versions of GCC.drh2020-08-10
* Extra assert() statements in the printf() logic.drh2020-05-25
* Limit the "precision" of floating-point to text conversions in the printf()drh2020-05-23