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
*
Add comments linking the assert() added in [cef4d9e3ba586735] to the places
drh
2024-04-24
*
Add assert() statements to validate access to the SrcItem.u1.nRow union member.
drh
2024-03-18
*
Improvements to EXPLAIN QUERY PLAN output for multi-row VALUES claues.
drh
2024-03-18
*
Remove an unreachable branch from printf(). Change it into an assert().
drh
2024-02-20
*
Fix rounding in zero-precision %f and %g printf conversions.
drh
2024-02-17
*
First attempt to get the JSON text-to-binary cache working. All test cases
drh
2023-12-01
*
Fix a harmless compiler warning about variant types for a pointer function.
drh
2023-10-17
*
Extend the enhancement to json_set() and json_replace(). Clean up cruft.
drh
2023-07-26
*
Add the JsonParse.zAlt field to old revised JSON text after a change.
drh
2023-07-26
*
Clarify ownership of the various objects involved in parsing JSON.
drh
2023-07-25
*
Create the new RCStr class of strings and try to use them for JSON storage.
drh
2023-07-25
*
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
[next]