What's the current view on the best object class to use for Binary/BLOB objects? PEP-249 recommends buffer, but buffer appears deprecated. MySQLdb used to strings, but currently uses array. mxODBC appears to use strings. psycopg appears to use buffer.
Take a look at this for additional comments: https://sourceforge.net/tracker/index.php?func=detail&aid=975831&group_id=22307&atid=374932 Anyone got any strong feelings about this? -- Computer interfaces should never be made of meat. Using GMail? Setting Reply-to address to <> disables this annoying feature. _______________________________________________ DB-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/db-sig
