Evseev Nikolay
Evseev Nikolay
Will be implemented in version 0.2.0
ok, I'll try to fix it tomorrow during the day
Hi! You're right. The point is that fully maintain the library is not enough time. It must be modified to support the protocol v3. I would be glad if you...
is currently no. :( You can certainly so: ``` $timeuuid = $database->query('SELECT now() as "now" FROM system.schema_keyspaces LIMIT 1;')[0]['now']; ``` I will try to fix it as soon as possible.
Thank U. I will be glad of any help, because I lack the time. Here's a link on protocol specification. Perhaps this is will help you) https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=doc/native_protocol_v2.spec;hb=HEAD
Please, show me the queries in which an error occurs.
I think possible improve performance use in the right places the APC. Unfortunately, at the moment I do not have enough time for that would do in the matter seriously.
I will do this tonight
Sorry, how do you make a request to the database? What is now working perfectly. What exactly do you save as blob into blob column?
How do I check. ``` php $database = new Database(['127.0.0.1'], 'for_tests'); $database->connect(); //$database->query('DROP TABLE "tests";'); $database->query('CREATE TABLE "tests" ( id int PRIMARY KEY, "blobData" blob );'); $database->query( 'INSERT INTO "tests"...