branch: elpa/pg
commit 14fb5e3c3131c7cbe25fb8a785a0aa1caf8c5c88
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>

    New error classes, parsing arrays with NULLs
---
 CHANGELOG.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index caf913ea5f2..fa81bf5a2eb 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,14 @@
   This allows for integration with the auth-source functionality in Emacs, and 
helps to reduce the
   length of time where passwords remain present in RAM. Patch from @Kaylebor.
 
+- New error class `pg-invalid-sql-statement-name` which is signalled when an 
invalid name is given
+  to a prepared query.
+
+- New error class `pg-invalid-cursor-name` which is signalled when an invalid 
name is used for a
+  cursor.
+
+- Integer arrays and floating point arrays containing NULL values will now be 
parsed correctly.
+
 
 ## [0.60] - 2025-09-21
 

Reply via email to