Skip to content

Commit 0e7c760

Browse files
author
Bulat Shakirzyanov
committed
add links
1 parent 91893e9 commit 0e7c760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ foreach ($schema->keyspaces() as $keyspace) {
481481
}
482482
```
483483

484-
**NOTE** A new instance of `Cassandra\Schema` is returned each time `Cassandra\Session::schema()` is called. This instance is a simple value object and its information, such as keyspaces, tables and columns will not be kept up-to-date with the state of the cluster. In order to obtain the latest schema metadata, you have to call `Cassandra\Session::schema()` again.
484+
**NOTE** A new instance of [`Cassandra\Schema`](http://datastax.github.io/php-driver/api/Cassandra/interface.Schema/) is returned each time [`Cassandra\Session::schema()`](http://datastax.github.io/php-driver/api/Cassandra/interface.Session/#method.schema) is called. This instance is a simple value object and its information, such as keyspaces, tables and columns will not be kept up-to-date with the state of the cluster. In order to obtain the latest schema metadata, you have to call [`Cassandra\Session::schema()`](http://datastax.github.io/php-driver/api/Cassandra/interface.Session/#method.schema) again.
485485

486486
### Logging
487487

0 commit comments

Comments
 (0)