question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problems with column names containing spaces

See original GitHub issue

Hello

Thank you for DBeaver, it’s great. I’ve found the following issues related to spaces in column names (3.7.4):

  1. SQL editor’s context assistant always capitalizes column names containing spaces. For example, a column named Account Dr is always inserted as ACCOUNT DR. No settings change this behavior.
  2. If I try to rename column using DBeaver interface and the new name contains space, the proposed SQL script doesn’t surround this new name with grave accents. Trying to run this script results in error.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Oct 11, 2016

Will be fixed in the next version (column names will be used in the same form as they are stored in MySQL).

1reaction
serge-ridercommented, Sep 18, 2016

Thanks for report

Read more comments on GitHub >

github_iconTop Results From Across the Web

R: How to fix column names containing spaces - Civic Ecology
A basic rule of R is to avoid naming data-frame columns using names that contain spaces. R will accept a name containing spaces, ......
Read more >
How to deal with spaces in column names? - Stack Overflow
I have a situation where I need publication-quality charts, so axes and legends need to have properly formatted labels, ie with spaces.
Read more >
How to write SQL queries with spaces in column names
In this article, we are going to learn how we can write a SQL query with space in the column name. Blanks spaces...
Read more >
How to deal with spaces in column names? - General
I teach my students to use this at the outset to clean up variable names in a single swoop. This gets you around...
Read more >
Excel column names with spaces - What's the deal?
I seem to have a lot of issues when using Excel tables who's column names have spaces in their names. I thought all...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found