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 sqlk...@googlegroups.com
Anybody know what "entity-fields" is supposed to do? The documentation has this comment in the "user" entity example:
(entity-fields :first :last) ;; Default fields for selects
I took that to mean if you (select users) without specifying (fields) you'll get the fields defined by entity-fields, but in my experience you always get all the columns of the table when you leave off (fields) regardless of what you've put in entity-fields.
Is this a bug or have I misunderstood the purpose of entity-fields?
Thanks,
Mark
Dean Pehrsson-Chapman
unread,
May 29, 2013, 4:32:13 AM5/29/13
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
to sqlk...@googlegroups.com
This is what the doc says, but the tests don't cover it - they still expect ".*" despite the use of entity-fields.