Orange-OpenSource / YACassandraPDO

Cassandra PDO Driver fork
Apache License 2.0
85 stars 32 forks source link

Can we use Cassandra with Yacassandra Driver without "bindValue" ??? #95

Open chegmarco1989 opened 2 years ago

chegmarco1989 commented 2 years ago

Bonjour.

Can we use Cassandra with Yacassandra Driver without "bindValue" like this:

$stmt = $db_handle->prepare("SELECT my_int FROM my_table WHERE my_key=:key;");
$stmt->execute([':my_key', 'awesome']);

???

Please inform us.