aboutsummaryrefslogtreecommitdiff
path: root/test/printf.test
Commit message (Expand)AuthorAge
* Changes to reduce the amount of stack space required. (CVS 2661)drh2005-09-06
* Fix printf.c so that it handles 10.0 correctly. (CVS 2643)drh2005-08-30
* Increased test coverage on trigger.c and printf.c. (CVS 2601)drh2005-08-19
* Add the "!" flag to the "%g" mprintf conversion parameter to force adrh2005-08-13
* Make the round() function work correctly on numbers with very large exponents.drh2005-08-13
* Trying to get some tests in printf.test to pass on 64-bit systems. (CVS 1952)drh2004-09-09
* Additional test case to cover ticket #831. (CVS 1872)drh2004-07-27
* mprintf() correctly handles "%s","". Fix for ticket #812. (CVS 1800)drh2004-07-17
* Improved test coverage of table.c and printf.c. (CVS 1762)drh2004-06-29
* Fix signed integer problems in vxprintf. Ticket #778. Also remove somedrh2004-06-25
* Update some old tests to use the new API. (CVS 1593)danielk19772004-06-14
* Test cases for printf of double overflows. (CVS 1260)drh2004-02-21
* Remove undocumented extensions from sqlite_mprintf() and friends in order todrh2004-02-02
* Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028)drh2003-06-16
* Added printf-4.(2-4) test cases to test new %Q format specifier. (CVS 622)chw2002-06-16
* 2.0-Alpha-2 release (CVS 258)drh2001-09-20
* Disclaimed copyright. Preparing for release 2.0. (CVS 250)drh2001-09-16
* better handling of out-of-memory errors (CVS 207)drh2001-04-11
* Added new tests (CVS 206)drh2001-04-07