Does sqldelight sanitize the sql it runs??
# squarelibraries
s
Does sqldelight sanitize the sql it runs??
e
The JDBC driver does through PreparedStatement. I'm sure the others do as well, but I'm checking.
The Android driver should sanitize by using SqliteStatement
Native sanitizes through sqliter
And js does as well
s
cool - thanks 😄