PostgreSQL.jl
PostgreSQL.jl copied to clipboard
DEPRECATED: use LibPQ.jl instead
Since `libPQ.jl` does not want to obey to an interface standard, this package provides a common interface with `DBInterface.jl` making it easy to switch databases.
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
Hello here is an error for building on ubuntu. Here is the error trace :- ┌ Error: Error building `PostgreSQL`: │ ERROR: LoadError: LoadError: UndefVarError: @osx_only not defined │ Stacktrace:...
Will require https://github.com/JuliaDB/DBI.jl/pull/16 to be merged to get tests passing on v0.6. Probably worth registering DBI and tagging a version. Intended to eventually fix #52 and will close #51
Building a query from an array like this: ```uts = replace(replace(string(df[:UT]),r"Any|\[|\]",""),"\"", "'"); query = """select A.ut, A.title, S.title as journal, F.field, F.organisation, F.suborgname, F.pubtype, F.doctype from wos_2017_1.article A, wos_2017_1.publication P,...
Hello - Fixed deprecated functions: `bytestring` to `unsafe_string`, `is` to` ===`, `symbol` to `Symbol` - `Compat.ASCIIString` for `pgtype`, `pgdata` - requires DataFrames.jl v0.8.0 thanks.
Sadly, this package is now completely broken on 0.6 :( I started patching it but got stuck at ```julia ERROR: LoadError: LoadError: UndefVarError: _IO_FILE not defined Stacktrace: [1] include_from_node1(::String) at...
With Julia 0.5 julia> using PostgreSQL shows a lot of depreciation warnings ``` WARNING: `@osx_only` is deprecated, use `@static if is_apple()` instead WARNING: symbol is deprecated, use Symbol instead. WARNING:...
julia 0.5 is not a Travis build https://github.com/JuliaDB/PostgreSQL.jl/blob/master/.travis.yml#L8
Is it possible to use Postgres pub/sub features with this? Thanks