SQLite

Check-in [d76ad8b3c4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Avoid using the internal printf routine for round(x,y) in the common case where y==0.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: d76ad8b3c494ffb4e670da0e92a1f8dbf7f48daf
User & Date: shaneh 2010-02-17 04:19:27.000
Context
2010-02-17
17:48
Consistent use of #ifdef for SQLITE_HAS_CODEC to avoid confusion. (check-in: 34a3413a53 user: shaneh tags: trunk)
04:19
Avoid using the internal printf routine for round(x,y) in the common case where y==0. (check-in: d76ad8b3c4 user: shaneh tags: trunk)
03:57
More rounding tests. (check-in: 3863638b8c user: shaneh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/func.c.