Select error when one field is a string
See original GitHub issueDescription
Just executing this leaves DBeaver unable to execute more queries or do anything. select ‘’ as a from dual
DBeaver Version
Community Edition 22.2.0.202209051344
Operating System
Ubuntu Linux
Database and driver
MySQL 5.7.35 MySQL Driver 8.0.17
Steps to reproduce
Just execute the following sentence
select '' as a from dual
Additional context
No response
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
MySQLi error on select query with where field='string'
I need to query based on the rank field where it is different string values like: member or member applicant, or stowaway, etc....
Read more >Resolve "HIVE_BAD_DATA: Error parsing field value for field ...
When I query data in Amazon Athena, I get an error similar to one of the following: "HIVE_BAD_DATA: Error parsing field value for...
Read more >Query | GORM - GORM
SELECT * FROM users ORDER BY id DESC LIMIT 1; result := db.First(&user) result.RowsAffected // returns count of records found result.Error ...
Read more >Restrict data input by using validation rules - Microsoft Support
Select the field that needs a message for input that is not valid. The field should already have a validation rule. · On...
Read more >SQL LIKE query for matching pattern records with ... - Plus2net
Sql LIKE command to match different strings and chars in a record field of mysql table.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Fixed from that version. Next time I’ll try to search better. Thank you!
The issue was fixed in #17719 and the fix is available in DBeaver 22.2.2.
Please upgrade to a newer version and let me know if your issue was solved.