From 761dd59060e38af6cc6455700985608442d62b22 Mon Sep 17 00:00:00 2001 From: Manish Jain <39980071+manishjain5238@users.noreply.github.com> Date: Mon, 14 Feb 2022 20:31:09 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b01cbc30..eedd2ebf 100644 --- a/README.md +++ b/README.md @@ -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 all data types. * Fetching of `REFCURSOR` using `io.r2dbc.postgresql.api.RefCursor` * Extension points to register `Codec`s to handle additional PostgreSQL data types