Open dekel77777 opened 1 year ago
Which driver are you using and version of it (Ex: PostgreSQL 10.0): Cassandra 4.0
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): build 226
The steps to reproduce this issue:
failed to import data:
when I'm using Select query to view table with type map<text,double> I'm see the data wrong quotes
example: select result: {"value1":"6.593832569","value2":"-0.002977073"}
should be: {'value1': 6.593832569, 'value2': -0.002977073}
when I'm trying to import the data CSV, JSON, SQL insert its failed.
this issue only happens in Windows machine, in Mac it works perfectly.
Hi @dekel77777, we found the problem, the next update will contains this fix. Thanks for you feedback.
Which driver are you using and version of it (Ex: PostgreSQL 10.0): Cassandra 4.0
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): build 226
The steps to reproduce this issue:
failed to import data:
when I'm using Select query to view table with type map<text,double> I'm see the data wrong quotes
example: select result: {"value1":"6.593832569","value2":"-0.002977073"}
should be: {'value1': 6.593832569, 'value2': -0.002977073}
when I'm trying to import the data CSV, JSON, SQL insert its failed.
this issue only happens in Windows machine, in Mac it works perfectly.