kdcro101 / vscode-cassandra

Design and query Apache Cassandra database with help of generated templates, autocomplete and inline code decorations in Visual Studio Code
GNU General Public License v3.0
22 stars 6 forks source link

Insert doesn't seem to have an effect #12

Open krojew opened 5 years ago

krojew commented 5 years ago

Describe the bug When executing an INSERT statement, a popup with execution time is presented but no insert is made. There is zero effect and no error information.

To Reproduce Steps to reproduce the behavior:

  1. Set up a sample cassandra db.
  2. Try to insert data.

Expected behavior Data inserted.

System info (please complete the following information):

demortes commented 5 years ago

There is no information here that can help anyone recreate the bug.

Can you open developer tools and attempt to recreate the bug and see if anything shows up in console or otherwise? Perhaps provide exact queries/sample dbs?

krojew commented 5 years ago

Seems like it's happening when trying to insert a set of UDTs.