branch: elpa/emacsql
commit 4aa889882d72969f7570bb3b3f421d4d5803a3b4
Author: Christopher Wellons <[email protected]>
Commit: Christopher Wellons <[email protected]>
Fix slot allocation on emacsql-connection.
---
emacsql.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/emacsql.el b/emacsql.el
index 09155cfd56..ad279ee013 100644
--- a/emacsql.el
+++ b/emacsql.el
@@ -69,7 +69,8 @@
:initarg :log-buffer
:accessor emacsql-log-buffer
:documentation "Output log (debug).")
- (types :initform nil
+ (types :allocation :class
+ :initform nil
:reader emacsql-types
:documentation "Maps Emacsql types to SQL types."))
(:documentation "A connection to a SQL database.")