* Rafal Krzewski <[EMAIL PROTECTED]> wrote:
|
| AFAIK JDBC drivers for Postgress suck seriously... Every once a few days
| some
| of my coworkes says "DAMN! Let's write a *working* Postgress driver!"
| but
| the others say "Come on, the suits won't pay us for that". This makes me
| sad...
|
I think the main problem is that the primary guy responsible for the
postgresql JDBC driver doesn't have much time to devote for it. The other
core postgresql developers are trying as best they can to merge patches etc.
from the community, but there is no general sense of direction.
PostgreSQL has a datatype called "bytea" that can be used to store binary data
directly in a column, instead of this OID/lo combination. But this is ofcourse
not supported in the JDBC driver - maybe an implementation of this could
be the solution to the portability problems.
regards,
Gunnar
--
Gunnar R�nning - [EMAIL PROTECTED]
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]