Skip to content

Commit f8afa5a

Browse files
committedJul 17, 2023
small changes to retry failed by timeout CI
1 parent 45d23ed commit f8afa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎database/cassandra/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cassandra / ScyllaDB
22

33
* Drop command will not work on Cassandra 2.X because it rely on
4-
system_schema table which comes with 3.X. Works as expected for ScyllaDB.
4+
system_schema table which comes with 3.X. Works for ScyllaDB.
55
* Other commands should work properly but are **not tested**
66
* The Cassandra driver (gocql) does not natively support executing multiple statements in a single query. To allow for multiple statements in a single migration, you can use the `x-multi-statement` param. There are two important caveats:
77
* This mode splits the migration text into separately-executed statements by a semi-colon `;`. Thus `x-multi-statement` cannot be used when a statement in the migration contains a string with a semi-colon.

0 commit comments

Comments
 (0)
Please sign in to comment.