Browse Source

Correct readme

dependabot/maven/junit-junit-4.13.1
Travis Burtrum 4 years ago
parent
commit
bf7be50d89
  1. 2
      readme.md

2
readme.md

@ -497,7 +497,7 @@ At runtime using QueryMapper, you signal you want this by wrapping s with `Prepa @@ -497,7 +497,7 @@ At runtime using QueryMapper, you signal you want this by wrapping s with `Prepa
At compile-time using JdbcMapper, you signal you want this in the SQL like `{clob:s}`
##### java.sql.Array
```java
ps.setRef(index, o);
ps.setArray(index, o);
```
##### *
If nothing else fits, we call setObject and cross our fingers with QueryMapper at runtime, this is a compile-time error

Loading…
Cancel
Save