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

Support for json datatype #29

Closed
spine-o-bot opened this issue Feb 3, 2021 · 7 comments
Closed

Support for json datatype #29

spine-o-bot opened this issue Feb 3, 2021 · 7 comments
Labels
enhancement New feature or request feature

Comments

@spine-o-bot
Copy link

In GitLab by @manuelma on Nov 7, 2018, 13:20

This comes with sqlite 3.8 or something. We need to figure out if we can use it.

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Nov 7, 2018, 13:45

changed title from {-s-}upport for json datatype to {+S+}upport for json datatype

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Jan 16, 2019, 13:51

This is becoming more important now, due to spine-tools/Spine-Toolbox#246 and spine-tools/SpineOpt.jl#81

@spine-o-bot
Copy link
Author

In GitLab by @PvPer on Jan 23, 2019, 09:05

Looks like sqlalchemy will support the JSON1 extension of sqlite as of version 1.3: https://docs.sqlalchemy.org/en/latest/dialects/sqlite.html#sqlite-data-types

However still in beta stage, not sure how long until the actual release. they have 5 open and 50ish closed issues on their 1.3 milestone on github.

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on Jan 23, 2019, 13:57

Seems good.

@spine-o-bot
Copy link
Author

In GitLab by @manuelma on May 30, 2019, 19:18

JSON1 is an SQLite loadable extension and we need to learn how to load it using sqlalchemy

@spine-o-bot
Copy link
Author

In GitLab by @PvPer on Jun 3, 2019, 15:49

I tried a while back to get it running on windows, but it involved compiling code and replacing binaries in python, I couldn't get the extension loader to work and I never got it working correctly. Might be easier to get it working on some other OS.

@KristofPhillips95 KristofPhillips95 added enhancement New feature or request feature labels Sep 14, 2021
@soininen
Copy link
Collaborator

Do we have issues with Python's JSON? Aren't we discussing about moving away from JSON altogether? In any case, this looks like a dead end if it is so difficult to work on Windows.

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

No branches or pull requests

3 participants