Skip to content

Commit

Permalink
Update Readme as LOB types are already supported
Browse files Browse the repository at this point in the history
As per chat discussion on https://gitter.im/R2DBC/r2dbc#, Mark Paluch @mp911de mentioned that support is already present, but readme is not updated

[closes #493]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
manishjain5238 authored and mp911de committed Feb 16, 2022
1 parent 8f2c18f commit 9afe70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This driver provides the following features:
* Binary data transfer
* Execution of prepared statements with bindings
* Execution of batch statements without bindings
* Read and write support for all data types except LOB types (e.g. `BLOB`, `CLOB`)
* Read and write support for a majority of data types (see [Data Type Mapping](#data-type-mapping) for details)
* Fetching of `REFCURSOR` using `io.r2dbc.postgresql.api.RefCursor`
* Extension points to register `Codec`s to handle additional PostgreSQL data types

Expand Down

0 comments on commit 9afe70f

Please sign in to comment.