> Just FYI, I'm adding support for PG's BYTEA column right now.  I've  
> got it
> working for all object operations (insert/update) and I'm working  
> on the
> Manager next.  I've implemented it in such a way that bind_param()  
> is only
> called if there's at least one column that requires it.  So if you  
> have no
> BYTEA columns in a class, then the additional overhead of calling
> bind_param() will not be present.

Sweet. I'll check it out.

Will it be a specific bytea column type? Or will it be a transparent  
thing that happens under the hood when you have a "blob" column type  
and you are dealing with a db object that is using the Pg driver?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to