On Thu, Oct 30, 2003 at 11:46:40PM -0500, Rudy Lippan wrote: > On Thu, 30 Oct 2003, Tim Bunce wrote: > > > Er, I don't follow you. I sent you the code to colum_info and it's > > already in DBD::mysql. > > table_info, table_info() At least that is what I wrote on my > white-board; I don't what I was thinking when I wrote that... > And If I am still not remembering correctly it is the one that lists the > foreign keys & stuff :)
Neither colum_info or table_info list foreign keys. That would be foreign_key_info(). > > > > What's the story with the new v4 protocol and server-side placeholders? > > > > > > I'd like to do the v4 & server-side prepare in || with the changes above. > > > > Wasn't someone at mysql.com working on adding server-side prepare/placeholder > > support? What happened to that? > > Yes. I'll have to go dig up the emails. And if not I already have the code > that I did for DBD::Pg, which I don't think would be that hard to > integrate into DBD::mysql Okay. (Has to be runtime switchable, ideally per dbh, of course.) Tim.