File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
R2DBC PostgreSQL Changelog
2
2
=============================
3
3
4
+ 0.9.2.RELEASE
5
+ -----------------------------------------
6
+ * Consider lowercase `sslmode` for easier JDBC URL adaption #486
7
+ * Issue parsing timestamp with timezone having offset of format `+hh:mm:ss` #509
8
+ * `CachedCodecLookup` wrongly assumes uniqueness of `hashCode()` #511
9
+ * Extend `PostgresqlSqlLexer` to handle PG14 SQL-standard function body syntax #512
10
+ * Upgrade to netty 4.1.77.Final to address epoll_wait() not implemented on Linux #514
11
+ * using an EnumCodec with no enums generates invalid SQL #515
12
+ * Associate `PostgresConnectionClosedException` with error code `08006` #538
13
+ * Await `ReadyForQuery` before emitting errors from transactional control methods #541
14
+ * SRID not preserved in Geometry types (Point) since it is encoded as text using the WKTWriter #542
15
+
4
16
0.9.1.RELEASE
5
17
-----------------------------------------
6
18
* Parameter values are not sent in the correct order #482
You can’t perform that action at this time.
0 commit comments