support SPI 0.9 M2
(R2DBC-15)
|
|
| Status: | Closed |
| Project: | MariaDB Connector/R2DBC |
| Component/s: | Specification |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0-beta |
| Type: | Sub-Task | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 4.5d | ||
| Original Estimate: | 4d | ||
| Description |
|
The spec now clarifies that database types are inferred from scalar values. Type and Parameter allow for explicit database type declaration along with the direction of a parameter (in/out) which is required for stored procedure/server-side functionality invocation. New Type (https://javadoc.io/doc/io.r2dbc/r2dbc-spi/latest/io/r2dbc/spi/Type.html) can be obtained from ColumnMetadata. |