Navaneeth K N | b2eed5d Changeset → | |
Added DISABLE_WITHOUT_ROW_ID_OPTIMIZATION compiler flag This is required when using system installed version of SQLite and the version don't have WITHOUT_ROW_ID support. Without this flag, varnam will make the table without row id and end up in a sql syntax error This disables the optimization and changes the query to support old version of SQLite This flag by default is OFF. Only system which has SQLite version below 3.8.2 should use this. closes #101 |