@ -158,7 +160,14 @@ public class MappingR2dbcConverter extends BasicRelationalConverter implements R
@@ -158,7 +160,14 @@ public class MappingR2dbcConverter extends BasicRelationalConverter implements R
@ -37,8 +40,9 @@ public class R2dbcSimpleTypeHolder extends SimpleTypeHolder {
@@ -37,8 +40,9 @@ public class R2dbcSimpleTypeHolder extends SimpleTypeHolder {
@ -81,6 +89,13 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
@@ -81,6 +89,13 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
+"primitive_array INT[],"//
+"multidimensional_array INT[],"//
+"collection_array INT[][])");
template.execute("DROP TABLE IF EXISTS with_blobs");
template.execute("CREATE TABLE with_blobs ("//
+"id serial PRIMARY KEY,"//
+"byte_array bytea,"//
+"byte_buffer bytea,"//
+"byte_blob bytea)");
}
@Test// gh-411
@ -198,9 +213,9 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
@@ -198,9 +213,9 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
template.execute("DROP TABLE IF EXISTS with_interval");
@ -213,6 +228,62 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
@@ -213,6 +228,62 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
@ -260,4 +331,16 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {
@@ -260,4 +331,16 @@ public class PostgresIntegrationTests extends R2dbcIntegrationTestSupport {