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

sqlite3: REAL and INTEGER columns display '0' instead of NULL #369

Open
bvz2000 opened this issue Nov 20, 2021 · 1 comment
Open

sqlite3: REAL and INTEGER columns display '0' instead of NULL #369

bvz2000 opened this issue Nov 20, 2021 · 1 comment

Comments

@bvz2000
Copy link

bvz2000 commented Nov 20, 2021

I am using the flathub version, though I do not know how to identify the actual version number from within the app. I did run flatpak update to ensure I am running the latest flatpak version.

I am using a sqlite3 database.

Create a table and populate it using the following statements:

create table test (my_int INTEGER, my_real REAL, my_text TEXT);
insert into test (my_int, my_real, my_text) values (NULL, NULL, NULL);

When looking at the contents of this table, the integer and real columns both display a value (0 and 0.0000 respectively). These are not actually the same as NULL. Running sqlite3 from the command line shows this same table as having nothing in these columns.

@laama1
Copy link

laama1 commented Jun 26, 2023

I have the same problem.

  • Ubuntu23 native version of Sequeler
  • PostgreSQL database

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

No branches or pull requests

2 participants