aboutsummaryrefslogtreecommitdiff
path: root/src/printf.c
Commit message (Expand)AuthorAge
* 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
* Use the sqlite3Realloc() interface internally, rather than the publicdrh2020-05-17
* Enhancements to long-path support in the Win32 VFS.mistachkin2020-05-15
* Improved rounding even on systems with an 8-byte "long double" type.drh2019-05-27
* Improvements to rounding behavior in the round() and printf() functions.drh2019-05-24
* Improved reporting of SQLITE_TOOBIG errors while parsing.drh2019-04-09
* Modify sqlite3_str_finish() and sqlite3VMPrintf() so that they alwaysdrh2019-02-22
* Slight adjustment to the printf formatter large memory allocation detectordrh2019-02-01
* Prevent the printf formatter from doing large memory allocations - largerdrh2019-02-01
* Performance improvement in the parsing of options to %-formats in thedrh2019-02-01
* Make sure the %z optimization for printf() is not invoked if there has beendrh2018-09-13
* Fix a harmless compiler warning.drh2018-05-30