azadkuh / sqlite-amalgamation

The SQLite amalgamation mirror with cmake
http://www.sqlite.org/amalgamation.html
BSD 3-Clause "New" or "Revised" License
92 stars 63 forks source link

Add column metadata build option #7

Closed jschueller closed 2 years ago

jschueller commented 2 years ago

It is incompatible with SQLITE_OMIT_DECLTYPE, so the latter should have its own option too.

azadkuh commented 2 years ago

@jschueller thank you so much for this PR. I just re-aligned and sorted the items to help my OCD and pushed your commit in dev branch. please check if it is alright I will also move the master.

azadkuh commented 2 years ago

@jschueller please also check the next commit as I believe we can automate these two options.

jschueller commented 2 years ago

maybe its simpler to leave them independent, maybe one could want to disable both

azadkuh commented 2 years ago

hmm, that makes sense. but we shouldn't allow compiling with both options enabled, shall we?

please have a look at this branch: omit.

jschueller commented 2 years ago

yes, that's good for me

azadkuh commented 2 years ago

cherry-picked and merged