xEverth
xEverth
This Draft Pull Request proposes fixes for multiple issues in the plugin’s SQL parsing and statement preparation logic in the Java/Android implementation. The goal is to align behavior with SQLite...
**Plugin version:** 7.0.2 **Platform(s):** Android, Web **Current behavior:** Currently, the values sent in an executeSet statement are replaced by the library after manually escaping the values using DatabaseUtils.sqlEscapeString. This makes...
**Plugin version:** 7.0.2 **Platform(s):** Android, Web **Current behavior:** 1) When an INSERT or UPSERT statement contains an ON CONFLICT clause with its own parenthesized expressions (e.g. conflict targets or column-name-lists),...