JuliaDatabases / PostgreSQL.jl

DEPRECATED: use LibPQ.jl instead
https://github.com/invenia/LibPQ.jl
Other
60 stars 39 forks source link

0.4 only supported. #43

Closed PallHaraldsson closed 8 years ago

PallHaraldsson commented 8 years ago

Say "(old version supports 0.3)", or nobody cares by now?

Where is DBAPI branch? Link to it not "DBAPI"? [skip ci]

iamed2 commented 8 years ago

"dbapi branch" refers to the dbapi git branch of this repository.

PallHaraldsson commented 8 years ago

@iamed2 right, dbapi branch (that I just can't locate), but the dbapi link should also be appropriate/harmless?

Anyway, I also changed 0.3 -> 0.4, so ok to merge this?

PallHaraldsson commented 8 years ago

Just a though, dbapi must be different from dbi, and with changes then PostgreSQL will be "dbi protocol"-incompatible?

Is there a way to be compatible with both? Say the newer and make dbi wrapper for dbapi? Or just a dbapi wrapper for dbi end then no changes needed here? Might not matter is dbi is just old and nobody will need in the future..

iamed2 commented 8 years ago

Yeah the plan was to replace DBI as no one else appears to be using it and previous advocates are no longer active.

iamed2 commented 8 years ago

The DBAPI branch name is lowercase ("dbapi") so if you change the casing back I can merge.