RE: [CDBI] Class::DBI::Sybase patch to allow TEXT columns forcreate/update
[prev]
[thread]
[next]
[Date index for 2005/09/01]
You so completely rock.
Great job - though I don't have any information for you, I do have some
Kudos to give.
Thanks!
-----Original Message-----
From: classdbi-bounces@xxxxx.xxxxxxxxxxxxxxxx.xxx
[mailto:classdbi-bounces@xxxxx.xxxxxxxxxxxxxxxx.xxx] On Behalf Of Mike W
Sent: Thursday, September 01, 2005 2:25 PM
To: ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
Subject: [CDBI] Class::DBI::Sybase patch to allow TEXT columns
forcreate/update
Hi Class-DBI,
I've recently had to deal with some tables in Sybase with TEXT type
columns in them. Apparently the Sybase libraries don't allow
parameter binding for those types of columns, so neither does
DBD::Sybase.
Attached is a patche to deal with this limitation. Basically,
CDBI::Sybase now removes any TEXT columns from the insert and update
clauses parameter binding, and instead embeds them with $dbh ->
quote() from DBI.
I tried emailling the maintainer of CDBI::Sybase with a patch, but I
got a bounce. Anyone know who the maintainer is now?
--mike
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
|
RE: [CDBI] Class::DBI::Sybase patch to allow TEXT columns forcreate/update
John Drago 20:52 on 01 Sep 2005
|