We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
More a question or request than an issue:
How can I add citext and uuid as PostgreSQL-types handled by PostgreSQL.jl?
At the moment I have do casting in the query like this:
Select title::text from wos_2016_2.article where title = 'Mouse Clicks and Key StrOkes';
where title is of the type 'citext';
The text was updated successfully, but these errors were encountered:
In https://github.com/JuliaDB/PostgreSQL.jl/blob/master/src/types.jl:
newpgtype
jldata
pgdata
timestamp is a good example to follow.
timestamp
Sorry, something went wrong.
No branches or pull requests
More a question or request than an issue:
How can I add citext and uuid as PostgreSQL-types handled by PostgreSQL.jl?
At the moment I have do casting in the query like this:
Select title::text from wos_2016_2.article where title = 'Mouse Clicks and Key StrOkes';
where title is of the type 'citext';
The text was updated successfully, but these errors were encountered: