DBD::Oracle hangs with NLS_LANG and utf8-flagged bind parameter?

2005-04-05 Thread news.twtelecom.net
hi - this behavior is not holding us back as its easy to work around, but its something that should be documented/clarified/fixed, since it can create extremely hard to track-down hangs. its also possible that something in our oracle database is configured wrong, which I would appreciate feedback

Re: [Poop-group] Re: new emulation experiment - module on module

2005-04-05 Thread Ofer Nave
Darren Duncan wrote: You're half right. I'll try to explain myself better. Part of what I'm offering to the community is a cross-distro code refactoring of sorts, taking redundant or overlapping functionality and combining it into an elegant shared code base whose improvements can be shared by

Re: Problem with bind_param using DBD::mysql

2005-04-05 Thread Patrick Galbraith
On Apr 5, 2005, at 3:01 PM, Tim Bunce wrote: On Tue, Apr 05, 2005 at 11:46:21AM -0700, Patrick Galbraith wrote: Steve, There is a version of DBD::mysql (2.9015) that does support placeholders in the server, via CVS (or I can package it and send it to you). I would be glad to give you a version of

Re: Problem with bind_param using DBD::mysql

2005-04-05 Thread Tim Bunce
On Tue, Apr 05, 2005 at 11:46:21AM -0700, Patrick Galbraith wrote: > Steve, > > There is a version of DBD::mysql (2.9015) that does support > placeholders in the server, via CVS (or I can package it and send it > to you). I would be glad to give you a version of it to try out, and I > think it

odd DBD::Oracle query hang with NLS_LANG and utf8-flagged bind parameter

2005-04-05 Thread mike bayer
hi - this behavior is not holding us back as its easy to work around, but its something that should be documented/clarified/fixed, since it can create extremely hard to track-down hangs. its also possible that something in our oracle database is configured wrong, which I would appreciate feedback

Re: new emulation experiment - module on module

2005-04-05 Thread Darren Duncan
At 4:51 AM -0700 4/5/05, Jeff Zucker wrote: Darren Duncan wrote: The first module I'll attempt this with is SQL::Statement. I'm just in the middle of a spate of releases of this module (two in the last two weeks and another coming in a day or two) after an intense several months of development.

Re: Problem with bind_param using DBD::mysql

2005-04-05 Thread Patrick Galbraith
Steve, There is a version of DBD::mysql (2.9015) that does support placeholders in the server, via CVS (or I can package it and send it to you). I would be glad to give you a version of it to try out, and I think it may deal with your problem better than the current driver (which emulates it)

Re: new emulation experiment - module on module

2005-04-05 Thread Jeff Zucker
Darren Duncan wrote: The first module I'll attempt this with is SQL::Statement. I'm just in the middle of a spate of releases of this module (two in the last two weeks and another coming in a day or two) after an intense several months of development. If you fork today instead of next week, you

Re: Problem with bind_param using DBD::mysql

2005-04-05 Thread Tim Bunce
On Tue, Apr 05, 2005 at 09:29:59AM +0100, Steve Hay wrote: > Stephen Clouse wrote: > >On Mon, Apr 04, 2005 at 03:41:56PM +0100, Steve Hay wrote: > > > >>Binding parameters: UPDATE foo SET str = 'one', num = 1.#INF WHERE > >>id = 1 > > > >You're being bitten by two things: > > > >1. MySQL doesn't a

Re: Problem with bind_param using DBD::mysql

2005-04-05 Thread Steve Hay
Stephen Clouse wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On Mon, Apr 04, 2005 at 03:41:56PM +0100, Steve Hay wrote: > > >>Binding parameters: UPDATE foo SET str = 'one', num = 1.#INF WHERE >>id = 1 >> >> > >You're being bitten by two things: > >1. MySQL doesn't actually supp