fnc12 / sqlite_orm

❤️ SQLite ORM light header only library for modern C++
GNU Affero General Public License v3.0
2.19k stars 305 forks source link

UNINDEXED column constraint #1279

Closed fnc12 closed 1 month ago

fnc12 commented 1 month ago

This PR adds UNINDEXED column constraint which is used in FTS virtual table. To improve: add static assertion in table_t to ensure that its columns do not contain unindexed_t.