-
Notifications
You must be signed in to change notification settings - Fork 57
Roadmap
Mark Paluch edited this page Apr 1, 2022
·
8 revisions
- Refine
Result.getRowsUpdated()
to returnLong
- Remove
RowMetadata.getColumns()
method
- Timeout configuration methods
- Stored Procedures consumption (
Readable
, Segments)
- Extended transaction definitions
- Improved bind-parameter declaration
- Positional and named parameter binding/value retrieval in Statement respective Row.
- Vendor-independent connection validation.
- Connection metadata exposing details about the connected database.
- Specification for Auto-Commit and IsolationLevel behavior.
- Categorized R2DBC Exception hierarchy
- Streaming support for
Blob
andClob
types - R2DBC Connection URL
- R2DBC Pool as a top-level project
- Relabelled to 0.8.0 M8
-
ConnectionFactory
discovery - Improved
ColumnMetadata
-
Wrapped
interface - R2DBC Proxy as a top-level project
- R2DBC BOM: Arabba-M7
- Support for generated keys
- H2 and MS SQL Server drivers
- Add
bind(…)
methods accepting integer index
Bugfixes.
Initial SPI and Postgres support release.
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
Be sure to read the CONTRIBUTING guidelines before reporting a new issue or open a pull request.
If you have any questions about the R2DBC usage or want to share some information with the community, please go to one of the following places:
- Google group
- for chatting
More resources:
- Javadoc
- Specification
- Build status: Concourse