File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 11R2DBC PostgreSQL Changelog
22=============================
33
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+
4160.9.1.RELEASE
517-----------------------------------------
618* Parameter values are not sent in the correct order #482
You can’t perform that action at this time.
0 commit comments