summaryrefslogtreecommitdiff
path: root/tagstats/sqlite.hpp
Commit message (Collapse)AuthorAge
* Add similarity program to check for similar keys.Jochen Topf2015-02-26
| | | | | | This adds the 'similarity' program that checks for similar keys in the taginfo-db database. It is not run yet by the update script, but the supporting database tables etc. are added by this commit.
* Remove iostreams include.Jochen Topf2014-05-13
|
* Use sqlite db file instead of text *.lst files for selected data.Jochen Topf2014-05-13
| | | | | | | | | This changes the way some data is given from one taginfo update run to the next. Instead of plain text files an sqlite database is used. Part of the update is a new version of the upstream sqlite.hpp file. After this commit the update has to be run twice to get all data updated properly.
* Cleanup license infoJochen Topf2012-08-20
|
* Change the way Sqlite statements are usedJochen Topf2012-08-20
|
* Move Sqlite wrapper class from Osmium in here.Jochen Topf2012-08-20
The wrapper never fit into Osmium. So we'll put it here. Also there was an example program in Osmium to test the Statistics handler. This has moved here now, too (osmstats).