Re: binding parameter for bytea type?
[email protected] (Florian Weimer)
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
* Václav Ovsík: > Is it possible that binding of binary data-type (bytea) without > data-type specification would behave like in MySQL in some future > versions of DBD::Pg? Binding binary values works correctly without type > specification in DBD::mysql. PostgreSQL's on-the-wire protocol has issues which make this very difficult to implement, unfortunately.