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

2005-04-06 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

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

2005-04-06 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

Re: Problem with bind_param using DBD::mysql

2005-04-06 Thread Steve Hay
Patrick Galbraith wrote: 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

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

2005-04-06 Thread Tim Bunce
On Tue, Apr 05, 2005 at 05:47:00PM -0400, mike bayer wrote: When we enable NLS_LANG=AMERICAN_AMERICA.UTF8, DBI properly begins returning utf8-flagged perl scalars in rowsets. If you then put one of those returned scalars into a bind parameter for a prepared statement that is querying a

Regarding password-change in DBD::Oracle

2005-04-06 Thread Martin Rix
Hello (Tim?) I read this article http://www.mail-archive.com/dbi-users@perl.org/msg17703.html regarding password change in Oracle using DBD::Oracle. Are there any news about DBD::Oracle supporting this? Right now i use alter user, but would much rather the OCI funcion for it... Kind ragards:

Re: Problem with bind_param using DBD::mysql

2005-04-06 Thread Patrick Galbraith
Steve, Thanks so much for your patch! I do need to check out windows issues. I didn't realise that windows doesn't have LONG LONG. If possible, I'd like to pick your brain about getting a setup to compile on windows. I'll talk to the dev team about how to deal with unix calls that aren't

DBD-Pg 1.40 broken?

2005-04-06 Thread tomg
Folks, Regarding DBD-Pg version 1.40 - I entered this on the CPAN module review today as I have been able to replicate this problem in three situations and reverting back to an earlier module works fine...another user indicated in a separate post that make test fails with undefined obj errors...

Re: Regarding password-change in DBD::Oracle

2005-04-06 Thread Tim Bunce
Patches welcome. Tim. On Wed, Apr 06, 2005 at 02:12:16PM +0200, Martin Rix wrote: Hello (Tim?) I read this article http://www.mail-archive.com/dbi-users@perl.org/msg17703.html regarding password change in Oracle using DBD::Oracle. Are there any news about DBD::Oracle supporting this?

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

2005-04-06 Thread mike bayer
okwell it seems that the patch works. relevant bits as follows: output of the nchar test: bash-2.05$ perl t/21nchar.t Database and client versions and character sets: Database 9.2.0.5.0 CHAR set is UTF8 (Unicode), NCHAR set is UTF8 (Unicode) Client 9.2.0.6 NLS_LANG is

Re: Problem with bind_param using DBD::mysql

2005-04-06 Thread Ron Savage
On Wed, 6 Apr 2005 09:33:36 -0700, Patrick Galbraith wrote: Hi Folks  Thanks so much for your patch! I do need to check out windows  issues. I didn't realise that windows doesn't have LONG LONG. If  possible, I'd like to pick your brain about getting a setup to  compile on windows. I'll talk to

DBI disconnect Slow Performance

2005-04-06 Thread Darrell Oresky
An update to my previous post. Turns out there is nothing wrong with DBI disconnect, at least in my case. In my case, I had misconfigured my Oracle auditing. It was taking a long time to write session summary records when the session was ended, which coincides with the last statement (disconnect)

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

2005-04-06 Thread Tim Bunce
On Wed, Apr 06, 2005 at 06:11:23PM -0400, mike bayer wrote: okwell it seems that the patch works. Great. Thanks. as far as a test case, so far my two test criterion are a. this specific table on this specific database which hangs for unclear reasons, so thats not a good candidate and b.