You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently DbSchema supports CQL...but not keywords that are unique to CQLSH. That isn't necessarily a problem, except that DbSchema should improve the error message(s) it gives when encountering CQLSH syntax.
For example, I connected to Cassandra DB and I executed the following command:
We will implement the describe in the driver.
The Pro edition (features related to the model file) is enabled automatically for 2 weeks, then it turns to Community Edition.
I think you are right, we should ask the user if he wants to enable the Pro Trial first.
I am using DbSchema 9.4.1 build 230818.
Apparently DbSchema supports CQL...but not keywords that are unique to CQLSH. That isn't necessarily a problem, except that DbSchema should improve the error message(s) it gives when encountering CQLSH syntax.
For example, I connected to Cassandra DB and I executed the following command:
Both of the above commands give the same error:
I am new to both Cassandra and DbSchema...so it was a considerable drain on my time to discover the real cause of this error.
For context, I used DbSchema to create a table called
idt.experiment
using this syntax:The above worked successfully in creating the table.
The only way I am successfully able to get a "description" of the table I made, is to switch to the following syntax:
The above works, and gives me the following output:
I'd love for DbSchema to add support for the CQLSH syntax...but in the absence of that support...please provide a more helpful error message. :)
Incidentally, my copy of DbSchema "About" page says:
However, I downloaded the community edition...so I don't know why it claims I am using a trial.
The text was updated successfully, but these errors were encountered: