Skip to content

Commit 9afe70f

Browse files
manishjain5238mp911de
authored andcommitted
Update Readme as LOB types are already supported
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 <[email protected]>
1 parent 8f2c18f commit 9afe70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This driver provides the following features:
1515
* Binary data transfer
1616
* Execution of prepared statements with bindings
1717
* Execution of batch statements without bindings
18-
* Read and write support for all data types except LOB types (e.g. `BLOB`, `CLOB`)
18+
* Read and write support for a majority of data types (see [Data Type Mapping](#data-type-mapping) for details)
1919
* Fetching of `REFCURSOR` using `io.r2dbc.postgresql.api.RefCursor`
2020
* Extension points to register `Codec`s to handle additional PostgreSQL data types
2121

0 commit comments

Comments
 (0)