SQLite

Check-in [944e167a98]
Login

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

Overview
Comment:Make most geopoly functions pure.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 944e167a98e995c5750c1fcd44df857d6b10c1cbb91731fad2849415c42b2cfc
User & Date: drh 2018-09-28 13:18:24.886
Context
2018-09-28
14:01
Add the geopoly_regular(X,Y,R,N) function to the geopoly extension. (check-in: 4505bbae58 user: drh tags: trunk)
13:18
Make most geopoly functions pure. (check-in: 944e167a98 user: drh tags: trunk)
00:16
Rig geopoly to use sqlite3AtoF() if it is available, as that routine is much faster than atof(). (check-in: 470c6c07d0 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/rtree/geopoly.c.