This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mapnik
Watch
1
Star
0
Fork
0
You've already forked mapnik
mirror of
https://github.com/mapnik/mapnik.git
synced
2025-12-08 20:13:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mapnik
/
plugins
/
input
/
sqlite
History
kunitoki
ee6a0d9dba
- improved automatic determination of key_field from pragma table_info.
...
- avoid using rowid if we don't have a primary key
2011-10-18 23:51:01 +02:00
..
build.py
scons: rename all SConscript files to more friendly name of 'build' with a python extension for quick syntax detection in editors
2011-08-30 05:32:01 +00:00
sqlite_datasource.cpp
- improved automatic determination of key_field from pragma table_info.
2011-10-18 23:51:01 +02:00
sqlite_datasource.hpp
- cosmetics changes to sqlite datasource plugin
2011-10-18 22:19:03 +02:00
sqlite_featureset.cpp
- added some comments to clear that using rowid as default key_field for sqlite is *EXTREMELY* dangerous (aka no primary key, unexpected results may appear)
2011-10-18 23:32:25 +02:00
sqlite_featureset.hpp
- cosmetics changes to sqlite datasource plugin
2011-10-18 22:19:03 +02:00
sqlite_types.hpp
- added some comments to clear that using rowid as default key_field for sqlite is *EXTREMELY* dangerous (aka no primary key, unexpected results may appear)
2011-10-18 23:32:25 +02:00