Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite text data stored in integer columns displayed right aligned and comma separated #1893

Open
ertankucukoglu opened this issue Jan 8, 2024 · 2 comments

Comments

@ertankucukoglu
Copy link

Preconditions

  • HeidiSQL version: 12.6.0.6782
  • Database type and version: SQLite3
  • OS: Windows 11

Describe the bug

To Reproduce

Check here for some details: https://dba.stackexchange.com/questions/106364/text-string-stored-in-sqlite-integer-column

Screenshots or Crash reports

image
Above capture, FilePath is integer type in create statement. So, data is right aligned and comma separated.
But it is not actually an integer data and should be left aligned and no comma separation applied.

BTW, this is not something I do. I am provided with the database and need to struggle with it now.

Thank you for your consideration.

@ansgarbecker
Copy link
Collaborator

Yes, this is not supported in HeidiSQL. The data type is detected once, and then used for all values in a grid. I see no way to display different types of data in one column.

@ertankucukoglu
Copy link
Author

Will it be possible to remove comma separation based on column value being an integer or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants