File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,15 @@ links:
35
35
href : irc://irc.freenode.net/datastax-drivers
36
36
- title : Releases
37
37
href : https://github.com/datastax/php-driver/releases
38
+ rewrites :
39
+ - http://downloads.datastax.com/php-driver/1.0.0/ : http://downloads.datastax.com/php-driver/
40
+ - http://downloads.datastax.com/php-driver/1.1.0/ : http://downloads.datastax.com/php-driver/
41
+ - http://downloads.datastax.com/php-driver/1.2.0/ : http://downloads.datastax.com/php-driver/
42
+ - http://datastax.github.io/php-driver/api/Cassandra/interface.Type/ : https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/class.Type/
43
+ - http://datastax.github.io/php-driver/features/http://localhost:8000/features/datatypes/ : https://docs.datastax.com/en/developer/php-driver/latest/features/
38
44
versions :
39
45
- name : 1.3
40
- ref : v1.3.1
46
+ ref : HEAD
41
47
- name : 1.2
42
48
ref : v1.2.0
43
49
- name : 1.1
Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ foreach ($schema->keyspaces() as $keyspace) {
483
483
484
484
### Data Types
485
485
486
- The PHP driver for Apache Cassandra supports [ a variety of datatypes] ( /features/core/ datatypes/ ) .
486
+ The PHP driver for Apache Cassandra supports [ a variety of datatypes] ( /features/datatypes/ ) .
487
487
488
488
You can also use the rich type metadata API to define and inspect types, as well as validate data objects.
489
489
You can’t perform that action at this time.
0 commit comments