database icon indicating copy to clipboard operation
database copied to clipboard

Relational database access made simpler and safer

Results 3 database issues
Sort by recently updated
recently updated
newest added

Using PK sequences is error prone, as nothing prevents the user from accidentally specifying the wrong sequence in a call to argPkSeq. Identity columns are supported by almost all of...

`DebugSql.logMiddle` calls `printSql` on query strings that have already had parameter substitution performed. If those strings had escaped parameter indicators (`??` or `::`), `printSql` sees them unescaped and thinks there...

would you make a blog post for vertx.io that introduces this new project ?