Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.6k views
in Technique[技术] by (71.8m points)

cassandra - How can I make DBeaver send the exact SQL I write with no changes?

I am using DBeaver Community with the Simba Cassandra JDBC driver. For the most part, it works great, but columns with frozen types are not detected properly. Selecting one of these columns by name works without issue. But, if I run a SELECT *, DBeaver seems to silently expand the * to all of the column names it knows about before sending the SQL to the server, and since DBeaver (or the driver, not sure which) fails to identify the frozen type columns, columns end up being dropped from the request.

It seems like if I can get DBeaver to actually send SELECT * instead of SELECT col1, col2, col3, etc, it will give me what I want. Is there some way to accomplish this?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...