[
https://issues.apache.org/jira/browse/CASSANDRA-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079392#comment-13079392
]
Jonathan Ellis commented on CASSANDRA-2500:
-------------------------------------------
did you have a look at how the python dbapi2 driver does this?
basically cursor.description will change as the columns in the row does. for a
"normal" db this would be fixed for the entire resultset but it's not much of a
stretch to make it row-dependent.
> Ruby dbi client (for CQL) that conforms to AR:ConnectionAdapter
> ---------------------------------------------------------------
>
> Key: CASSANDRA-2500
> URL: https://issues.apache.org/jira/browse/CASSANDRA-2500
> Project: Cassandra
> Issue Type: Task
> Components: API
> Reporter: Jon Hermes
> Assignee: Pavel Yaskevich
> Labels: cql
> Fix For: 0.8.4
>
> Attachments: 2500.txt, genthriftrb.txt, rbcql-0.0.0.tgz
>
>
> Create a ruby driver for CQL.
> Lacking something standard (such as py-dbapi), going with something common
> instead -- RoR ActiveRecord Connection Adapter
> (http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/AbstractAdapter.html).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira