We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e887b00 commit 470001dCopy full SHA for 470001d
tests/integration/Cassandra/CollectionsIntegrationTest.php
@@ -34,7 +34,7 @@ public function scalarCassandraTypes() {
34
array(Type::bigint(), array(new Bigint("1"), new Bigint("2"), new Bigint("3"))),
35
array(Type::blob(), array(new Blob("x"), new Blob("y"), new Blob("z"))),
36
array(Type::boolean(), array(true, false, true, false)),
37
- #array(Type::decimal(), array(new Decimal(1.1), new Decimal(2.2), new Decimal(3.3))),
+ array(Type::decimal(), array(new Decimal(1.1), new Decimal(2.2), new Decimal(3.3))),
38
array(Type::double(), array(1.1, 2.2, 3.3, 4.4)),
39
array(Type::float(), array(new Float(1.0), new Float(2.2), new Float(2.2))),
40
array(Type::inet(), array(new Inet("127.0.0.1"), new Inet("127.0.0.2"), new Inet("127.0.0.3"))),
0 commit comments