Correct readme

This commit is contained in:
Travis Burtrum 2019-02-11 01:00:51 -05:00
parent 29ec477334
commit bf7be50d89
1 changed files with 1 additions and 1 deletions

View File

@ -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}` At compile-time using JdbcMapper, you signal you want this in the SQL like `{clob:s}`
##### java.sql.Array ##### java.sql.Array
```java ```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 If nothing else fits, we call setObject and cross our fingers with QueryMapper at runtime, this is a compile-time error