Re: binding parameter for bytea type?
Florian Weimer <[email protected]> Tue, 18 May 2010 19:22:59 +0200
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| 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.