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

Add support for TEXT_DATETIME #289

Open
CGenie opened this issue Mar 24, 2022 · 1 comment
Open

Add support for TEXT_DATETIME #289

CGenie opened this issue Mar 24, 2022 · 1 comment

Comments

@CGenie
Copy link

CGenie commented Mar 24, 2022

For my DB I'm getting:

┌ Warning: Unsupported SQLite declared type TEXT_DATETIME, falling back to String type
└ @ SQLite ~/.julia/packages/SQLite/aDggE/src/SQLite.jl:416

I guess TEXT_DATETIME should be supported by Julia though I can't find it officially mentioned in the documentation:
https://www.sqlite.org/datatype3.html

@quinnj
Copy link
Member

quinnj commented Apr 9, 2022

Yeah, we're talking about removing the warning since we can't possible cover all possible types since sqlite allows you to put "anything" as the column type (ref #279 )

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