[ 
https://issues.apache.org/jira/browse/CASSANDRA-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12996674#comment-12996674
 ] 

Eric Evans commented on CASSANDRA-1711:
---------------------------------------

v1-0001-CASSANDRA-1711-result-decoding.txt introduces the notion of a pluggable 
result decoder which turns binary query results into Python types.  It includes 
{{AutomaticDecoder}} which bases decoding on the current schema.

Comments welcome.

> Python driver for CQL
> ---------------------
>
>                 Key: CASSANDRA-1711
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1711
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: API
>    Affects Versions: 0.8
>            Reporter: Eric Evans
>            Priority: Minor
>              Labels: cql
>             Fix For: 0.8
>
>         Attachments: v1-0001-CASSANDRA-1711-result-decoding.txt
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> In-tree CQL drivers should be reasonably consistent with one another 
> (wherever possible/practical), and implement a minimum of:
> * Query compression
> * Keyspace assignment on connection
> * Connection pooling / load-balancing
> The goal is not to supplant the idiomatic libraries, but to provide a 
> consistent, stable base for them to build upon.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to