Commit a029ac8
committed
MySQL: Unsupported type java.math.BigDecimal
See #1473
Since it is possible to retrieve a BigDecimal with getBigDecimal(idx), it should be possible to it as well with get(BigDecimal.class, idx).
Signed-off-by: Thomas Segismont <[email protected]>1 parent 459283d commit a029ac8
File tree
2 files changed
+5
-0
lines changed- vertx-mysql-client/src
- main/java/io/vertx/mysqlclient/impl
- test/java/io/vertx/tests/mysqlclient/data
2 files changed
+5
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
| |||
0 commit comments