mkjellman / perlcassa

a Perl client for Apache Cassandra
Apache License 2.0
20 stars 12 forks source link

CQL exec call using prepared statement #33

Closed Lanzaa closed 11 years ago

Lanzaa commented 11 years ago

This should fix issue #28.

The exec call now uses prepared statements. This allows for proper support of numeric types. It is also the basis for future creation of a prepared statement call.

What does not work:

@mkjellman could you do a basic once over of the code to make sure I didn't do anything crazy?