OWASP/SecureCodingDojo

SQLite Support Broken for DB version 5

Closed this issue · 1 comments

After removing level column from user table SQLite support is needed:

  • OUTER JOIN is not supported in SQLite
  • DROP column not supported in SQLite

Leaving SQLite DBs with level column. Will consider workaround for DROP column if requested.