You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to weblocks
When using the clsql-postgresql backend I get an error when a sql
query is made since it tries to select a field called view-database:
SQL-DATABASE-DATA-ERROR: While accessing database #<POSTGRESQL-
DATABASE ..": Error #.(SB-SYS:INT-SAP #X0063D6D9) / column
blob.view_database does not exist has occurred.
It seems like it will use all the slots in the object to create the
field names, e.g.
(clsql:def-view-class blob () ((id :accessor blob-id :initarg :id)))
(describe (make-instance 'blob))
#<BLOB {1003DAFD31}>
is an instance of class #<CLSQL-SYS::STANDARD-DB-CLASS BLOB>.
The following slots have :INSTANCE allocation:
ID #<unbound slot>
VIEW-DATABASE NIL
I guess it should exclude the view-database slot in this process.
petter
unread,
Nov 24, 2009, 1:50:31 PM11/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message