index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
printf.c
Commit message (
Expand
)
Author
Age
*
Reinstate the fpdecode() SQL function for testing, but only when compiled
drh
2023-07-01
*
Improved rounding policy.
drh
2023-07-01
*
Improved response to Infinity and NaN. Remove the termporary fpdecode()
drh
2023-07-01
*
Progress towards fixing corner-case floating-point formatting issues.
drh
2023-07-01
*
Fix an issue with the "+" attribute in printf().
drh
2023-06-30
*
Begin cutting over sqlite3FpDecode() into printf(). The code in this
drh
2023-06-30
*
Improve the range of floating-point numbers that can be handled as integers
drh
2023-06-29
*
Improved accuracy of floating-point conversion constants as suggested by
drh
2023-06-28
*
Fix a buffer overrun that could occur when using the format() function to for...
dan
2023-05-05
*
Add support for the comma (,) modifier to %f formats in the format() function.
drh
2023-05-04
*
The floating-point-to-text conversion with the zero-padding option now
drh
2023-03-22
*
Fix json rendering so that it shows positive and negative infinity as
drh
2023-03-17
*
Performance optimization on sqlite3_vsnprintf().
drh
2023-02-25
*
Fix an incorrect optimization that was attempted as part of
drh
2023-02-24
*
Omit unnecessary branches from the enhanced floating-point conversion
drh
2023-02-23
*
Increased precision of floating-point to decimal conversions when the
drh
2023-02-23
*
More efficient implementation of large precisions on the "%c" format for
drh
2022-12-21
*
Increase the size of loop variables in the printf() implementation to avoid
drh
2022-07-18
*
Redefine the acccess rules for the Expr.w union so that the Expr.w.iJoin
drh
2022-05-13
*
Improved names for flags on the Expr object: EP_FromJoin becames
drh
2022-05-13
*
Improve EXPLAIN QUERY PLAN output and comments on bytecode listings by
drh
2022-04-22
*
Fix unreachable branches in the sqlite3_error_offset() logic.
drh
2022-02-06
*
Further improvements to localization of errors in input SQL.
drh
2022-02-06
*
Enhance sqlite3_error_offset() to report the position of unresolved
drh
2022-02-05
*
Add the sqlite3_error_offset() interface. Use it in the CLI to provide
drh
2021-12-24
*
Factor out the logic that does quoting for the SQL quote() function, so that
drh
2021-12-10
*
Add the sqlite3ResultStrAccum() internal interface to simplify the
drh
2021-10-03
*
Fixes to the version of "varsep" group_concat so that (1) it builds under
drh
2021-10-01
*
Add an ALWAYS() on a branch that is always taken.
drh
2021-03-23
*
Use the canonical name, not the AS name, when showing the MATERIALIZE or
drh
2021-03-20
*
Revise tests cases to align with the new EXPLAIN QUERY PLAN output.
drh
2021-03-20
*
Further simplification of the EQP output. Only show "SUBQUERY n" if the
drh
2021-03-19
*
Improved labeling of EXPLAIN QUERY PLAN output. Many test failures due to
drh
2021-03-19
*
Cast a string size variable to 64-bit to avoid any possibility of
drh
2021-03-02
*
Rename the "struct SrcList_item" object to the more succinct "SrcItem".
drh
2021-02-21
*
Fix a couple of unreachable branches.
drh
2020-08-28
*
Fix harmless compiler warnings that surface in newer versions of GCC.
drh
2020-08-10
*
Extra assert() statements in the printf() logic.
drh
2020-05-25
*
Limit the "precision" of floating-point to text conversions in the printf()
drh
2020-05-23
*
Use the sqlite3Realloc() interface internally, rather than the public
drh
2020-05-17
*
Enhancements to long-path support in the Win32 VFS.
mistachkin
2020-05-15
*
Improved rounding even on systems with an 8-byte "long double" type.
drh
2019-05-27
*
Improvements to rounding behavior in the round() and printf() functions.
drh
2019-05-24
*
Improved reporting of SQLITE_TOOBIG errors while parsing.
drh
2019-04-09
*
Modify sqlite3_str_finish() and sqlite3VMPrintf() so that they always
drh
2019-02-22
*
Slight adjustment to the printf formatter large memory allocation detector
drh
2019-02-01
*
Prevent the printf formatter from doing large memory allocations - larger
drh
2019-02-01
*
Performance improvement in the parsing of options to %-formats in the
drh
2019-02-01
*
Make sure the %z optimization for printf() is not invoked if there has been
drh
2018-09-13
*
Fix a harmless compiler warning.
drh
2018-05-30
[next]