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

blog/version-3-13-1-rc1-released/ #35

Open
utterances-bot opened this issue Sep 12, 2024 · 11 comments
Open

blog/version-3-13-1-rc1-released/ #35

utterances-bot opened this issue Sep 12, 2024 · 11 comments

Comments

@utterances-bot
Copy link

Version 3.13.1-rc1 released - DB Browser for SQLite

https://sqlitebrowser.org/blog/version-3-13-1-rc1-released/

@sqlitebrowser sqlitebrowser deleted a comment from Tueresmidios Sep 12, 2024
@sqlitebrowser sqlitebrowser deleted a comment from marziehamini Sep 16, 2024
@sqlitebrowser sqlitebrowser deleted a comment from marziehamini Sep 16, 2024
@sqlitebrowser sqlitebrowser deleted a comment from youssefhessein Sep 16, 2024
@sqlitebrowser sqlitebrowser deleted a comment from Mshankhan28 Sep 20, 2024
@sqlitebrowser sqlitebrowser deleted a comment from mathewabrahamc Sep 24, 2024
@sqlitebrowser sqlitebrowser deleted a comment from mathewabrahamc Sep 24, 2024
@sqlitebrowser sqlitebrowser deleted a comment from Trox204 Sep 24, 2024
@sqlitebrowser sqlitebrowser deleted a comment from gon1971 Sep 26, 2024
@sqlitebrowser sqlitebrowser deleted a comment from Ghassan-hu Sep 27, 2024
@sqlitebrowser sqlitebrowser deleted a comment from Mohamed-haking Sep 29, 2024
Copy link

I cannot find anywhere to download this

@chrisjlocke
Copy link
Member

In the blog post (which you've replied to) should contain a bunch of assets.

image

For the avoidance of doubt, the blog post is here.
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.13.1-rc1

So if you click that blog post (which you've replied to), do you see assets at the bottom of the page? You may need to scroll down as they're at the bottom of the page.

@sqlitebrowser sqlitebrowser deleted a comment from Daudax-blin Oct 8, 2024
@justinclift
Copy link
Member

@chrisjlocke It's a new account with almost no activity. Might just be a bot.

Copy link

tab "Browse Data" , render all "Date" value as "0" / Null

But Version 3.13.0 is OK

@justinclift
Copy link
Member

@thechanon Are you able to share a database with us which has this happen for you?

Just so we can test if it happens when we try it, which will help us understand what's going wrong. 😄

Copy link

@justinclift
Copy link
Member

@mgrojo Want to take a look? 😄

@chrisjlocke
Copy link
Member

tab "Browse Data" , render all "Date" value as "0" / Null

But Version 3.13.0 is OK

Can you provide a screenshot?

image

Your database (https://dbhub.io/chrisjlocke2/example.db) seems OK to me.
Have you set a display format for the column? Can you provide a screenshot of what you've done?

Copy link

Yes. Please see capture image.

https://drive.google.com/file/d/1V_zvDYisgVkhGUBPwmnr2TKDAZYgYeLo/view?usp=sharing

Number (1) show: 2024-04-01
Number (2) show: 0

Expected : Number (2) show the same content as Number (1)

@chrisjlocke
Copy link
Member

chrisjlocke commented Oct 19, 2024

Well, yes, that makes sense. You've used a 'DATE' data type, which isn't a sqlite standard. SQLite only knows about text, integer, real and blobs.
https://www.sqlite.org/datatype3.html

CHAR(512) is also an unknown type.

image

Change it to text, and all is well again in the world. Birds continue to sing and dolphins squeak happily.

SQLite only knows about text, integer, real and blobs.

AGain, for the avoidance of doubt, this is a SQLite thing, which is the database layer, not a DB4S thing - its not like DB4S only supports certain types. So there is no fault in DB4S. Its not the applications fault. This is how SQLite works.

@chrisjlocke
Copy link
Member

If you edit a table, DB4S handily gives you the field types it knows about

image

Although this is a free-type field, and you can put what you like in there, and SQLite even allows integer in text fields, text in integer fields and everything in between, the DB4S application is a bit more strict and only displays the text thingy properly for field types it knows are text fields. This is so it doesn't corrupt data. Its trying to be helpful.

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

5 participants