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 datam...@googlegroups.com
I executed a pure SQL query against Postgres using DataMapper and got an object of class DataObjects::Postgres::Result. However, I can't find any kind of documentation indicating how to manipulate this instance to get the data. Can you point me to that documentation?
Thanks.
Neil C
unread,
Apr 22, 2012, 7:45:50 PM4/22/12
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 datam...@googlegroups.com
I had missed the note in the documentation of using select rather than execute. Thanks.