current constant

SqliteVersion const current

The highest sqlite version supported by this sqlparser package.

Newer features in sqlite3 may not be recognized by this library.

Implementation

static const SqliteVersion current = v3_45;