aboutsummaryrefslogtreecommitdiff
path: root/data/generate_proj_db.cmake
AgeCommit message (Collapse)Author
2021-04-04Database: add a PROJ.VERSION metadata entryEven Rouault
2021-03-26Build: simplify proj.db generation (#2605)Even Rouault
- change foreign key check, so that it is enabled outside of the transaction where we insert things, and can make the sqlite3 process fail in case of violations, without the postcheck done in the autoconf build - autoconf and cmake builds: simplification related to the above (which also means that cmake builds now have the fkey check, which was omitted until now)