<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>perl.dbi.dev Google Group</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev</link>
  <description>dbi-dev@perl.org (Moderated)</description>
  <language>en</language>
  <item>
  <title>Re: Patch to DBD::Oracle 1.23</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/1a0c9626447bfbf4/7083c0083b8ea95e?show_docid=7083c0083b8ea95e</link>
  <description>
  Ok that will be the next one to get done &lt;br&gt; thanks
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/1a0c9626447bfbf4/7083c0083b8ea95e?show_docid=7083c0083b8ea95e</guid>
  <author>
  sco...@pythian.com
  (John Scoles)
  </author>
  <pubDate>Wed, 02 Dec 2009 12:36:31 UT
</pubDate>
  </item>
  <item>
  <title>Patch to DBD::Oracle 1.23</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/1a0c9626447bfbf4/243a4aa047485d67?show_docid=243a4aa047485d67</link>
  <description>
  We have published len_char_size property of statement handle. Why? That&#39;s &lt;br&gt; because of nvarchar type. &lt;br&gt; You have column nvarchar(20) and you get length 40 using PRECISION (it&#39;s &lt;br&gt; right because is BYTE length). But we need for our application CHAR length &lt;br&gt; and it&#39;s done usign len_char_size. &lt;br&gt; Regards, &lt;br&gt; Jan Mach
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/1a0c9626447bfbf4/243a4aa047485d67?show_docid=243a4aa047485d67</guid>
  <author>
  ma...@ders.cz
  (Jan Mach)
  </author>
  <pubDate>Wed, 02 Dec 2009 08:29:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/8621507b68e1e55c?show_docid=8621507b68e1e55c</link>
  <description>
  FWIW, Many hosting companies do not send out upgrade notes to their &lt;br&gt; customers when upgrading some random Perl module. Many people do not &lt;br&gt; read the entire release notes when upgrading their OS. Many people do &lt;br&gt; not go looking for release notes before doing a &#39;sudo cpan install &lt;br&gt; Module&#39; :) So I do not know if just an upgrade warning would suffice
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/8621507b68e1e55c?show_docid=8621507b68e1e55c</guid>
  <author>
  rlip...@remotelinux.com
  (Rudy Lippan)
  </author>
  <pubDate>Wed, 02 Dec 2009 08:12:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/f4daf6ec0a9f36e3?show_docid=f4daf6ec0a9f36e3</link>
  <description>
  Apologies if it seems this change is stalled, I&#39;ve been extremely busy &lt;br&gt; attempting to keep the wolf from the door. I will be back on it to &lt;br&gt; finish it in the next few days. I&#39;ve so far: &lt;br&gt; o documented change in trunk for bind_col (edited by Tim) &lt;br&gt; o documented change in trunk for DBI::DBD &lt;br&gt; o fixed a problem in sql_type_cast
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/f4daf6ec0a9f36e3?show_docid=f4daf6ec0a9f36e3</guid>
  <author>
  martin.ev...@easysoft.com
  (Martin J. Evans)
  </author>
  <pubDate>Tue, 01 Dec 2009 19:43:52 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/ee08d53e72a17671?show_docid=ee08d53e72a17671</link>
  <description>
  Well, if this was done: &lt;br&gt; then it would take no work in DBD::File at all. Applications that &lt;br&gt; actually want IV/UV/NV&#39;s for some columns could simply use bind_col() to &lt;br&gt; ask for it. Also, being done in C, it would also be much faster than a &lt;br&gt; pure-perl addition to DBD::File. &lt;br&gt; Tim. &lt;br&gt; p.s. Seems like there&#39;s a reasonable case for restoring the old initial
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/ee08d53e72a17671?show_docid=ee08d53e72a17671</guid>
  <author>
  tim.bu...@pobox.com
  (Tim Bunce)
  </author>
  <pubDate>Sat, 28 Nov 2009 13:43:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/ae1b3c51e15f1a8f?show_docid=ae1b3c51e15f1a8f</link>
  <description>
  On Sat, 28 Nov 2009 00:43:48 +0000, Tim Bunce &amp;lt;Tim.Bu...@pobox.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; The plan is still in my head to convert PV(&amp;quot;1&amp;quot;\0) to IV(1) if the field &lt;br&gt; type is numeric on fetch. Low priority though. Probably needs some work &lt;br&gt; in DBD::File
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/ae1b3c51e15f1a8f?show_docid=ae1b3c51e15f1a8f</guid>
  <author>
  h.m.br...@xs4all.nl
  (H.Merijn Brand)
  </author>
  <pubDate>Sat, 28 Nov 2009 10:05:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/f01c465bcae864db?show_docid=f01c465bcae864db</link>
  <description>
  Umm, if the database holds Important Things one could opine that perl &lt;br&gt; should trust the Important Things that are already in the database. &lt;br&gt; We can argue it either way. &lt;br&gt; A compromise might be to default to strict (for SQL_INTEGER and &lt;br&gt; SQL_DOUBLE) but make SQL_NUMERIC immune from strict. &lt;br&gt; DBD::SQLite returns only strings, along with most of the pure-perl
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/f01c465bcae864db?show_docid=f01c465bcae864db</guid>
  <author>
  tim.bu...@pobox.com
  (Tim Bunce)
  </author>
  <pubDate>Sat, 28 Nov 2009 00:43:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/aed7d13871f3e38d?show_docid=aed7d13871f3e38d</link>
  <description>
  Greg, the issue I started by trying to address is rather specific to our &lt;br&gt; use of JSON::XS and roughly described at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://rt.cpan.org/Public/Bug/Display.html?id=49818&quot;&gt;[link]&lt;/a&gt;. The problem we &lt;br&gt; faced is not specific to DBD::Oracle and applies to many DBDs (and &lt;br&gt; certainly DBD::ODBC) although I believe it was addressed in Postgres a
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/aed7d13871f3e38d?show_docid=aed7d13871f3e38d</guid>
  <author>
  martin.ev...@easysoft.com
  (&quot;Martin J. Evans&quot;)
  </author>
  <pubDate>Fri, 27 Nov 2009 20:20:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD::Oracle, Support binding of integers so they are returned as IVs</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/9f78a3e78b01b4cd?show_docid=9f78a3e78b01b4cd</link>
  <description>
  -----BEGIN PGP SIGNED MESSAGE----- &lt;br&gt; Hash: RIPEMD160 &lt;br&gt; I&#39;d opine that since we&#39;re dealing with databases holding Important Things, &lt;br&gt; the default should be to throw an error and make people flip a switch &lt;br&gt; to get lax mode. A large warning in the upgreade notes should suffice for
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/4f097703c5c7c608/9f78a3e78b01b4cd?show_docid=9f78a3e78b01b4cd</guid>
  <author>
  g...@turnstep.com
  (Greg Sabino Mullane)
  </author>
  <pubDate>Fri, 27 Nov 2009 18:03:29 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/f885e3bcb67a4570?show_docid=f885e3bcb67a4570</link>
  <description>
  On Fri, 27 Nov 2009 10:17:01 -0500, John Scoles &amp;lt;sco...@pythian.com&amp;gt; &lt;br&gt; wrote: &lt;br&gt; Would that be just as bad as True64? &lt;br&gt; I feel your pain however.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/f885e3bcb67a4570?show_docid=f885e3bcb67a4570</guid>
  <author>
  h.m.br...@xs4all.nl
  (H.Merijn Brand)
  </author>
  <pubDate>Fri, 27 Nov 2009 15:45:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/e3cf790df20a8768?show_docid=e3cf790df20a8768</link>
  <description>
  Of you could give it a try on 64 bit power solaris it you want to tug &lt;br&gt; all of your hair out.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/e3cf790df20a8768?show_docid=e3cf790df20a8768</guid>
  <author>
  sco...@pythian.com
  (John Scoles)
  </author>
  <pubDate>Fri, 27 Nov 2009 15:17:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/cd4a54b86c6ef9f3?show_docid=cd4a54b86c6ef9f3</link>
  <description>
  We&#39;re running Oracle &amp;amp; perl on a few Unix boxes without a &lt;br&gt; /usr/share/oracle, so it seems it&#39;s not required in some cases. Our &lt;br&gt; install is in /usr/oracle, and there&#39;s no oracle link in /usr/share. &lt;br&gt; Sorry, I only do perl on Unix.
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/cd4a54b86c6ef9f3?show_docid=cd4a54b86c6ef9f3</guid>
  <author>
  ralphdoncas...@gmail.com
  (Ralph Doncaster)
  </author>
  <pubDate>Fri, 27 Nov 2009 14:41:19 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/fc17039e9cf57b74?show_docid=fc17039e9cf57b74</link>
  <description>
  On Fri, 27 Nov 2009 10:41:19 -0400, Ralph Doncaster &lt;br&gt; There is a (huge) difference between a full Oracle install (server) or &lt;br&gt; an Instant Client only. I prefer the latter if the box is to be client &lt;br&gt; only, because it is much smaller. &lt;br&gt; So want I, but those silly customers ... &lt;br&gt; That being said, I think Oracle on Windows is still easier than Oracle
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/fc17039e9cf57b74?show_docid=fc17039e9cf57b74</guid>
  <author>
  h.m.br...@xs4all.nl
  (H.Merijn Brand)
  </author>
  <pubDate>Fri, 27 Nov 2009 14:56:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/9aa586e4c082a584?show_docid=9aa586e4c082a584</link>
  <description>
  On Fri, 27 Nov 2009 10:21:05 -0400, Ralph Doncaster &lt;br&gt; Looks sane to me, but I&#39;m not the DBD::Oracle maintainer :) &lt;br&gt; While you&#39;re at it, I&#39;d like to see some more changes: &lt;br&gt; * make /usr/share/oracle not hardcoded but variable &lt;br&gt; * make Instant Client work on windows too (Windows instant client works &lt;br&gt; fine with the current Makefile.PL if installed on
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/9aa586e4c082a584?show_docid=9aa586e4c082a584</guid>
  <author>
  h.m.br...@xs4all.nl
  (H.Merijn Brand)
  </author>
  <pubDate>Fri, 27 Nov 2009 14:31:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: DBD-Oracle-1.23 Makefile.PL patch</title>
  <link>http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/4a06565e9a5e40c5?show_docid=4a06565e9a5e40c5</link>
  <description>
  It seems I can&#39;t post attachments to the list, so here&#39;s the patch inline: &lt;br&gt; --- ../DBD-Oracle-1.23-3oaWaD/Make file.PL	2009-04-29 10:04:24.000000000 -0500 &lt;br&gt; +++ Makefile.PL	2009-11-23 16:18:31.000000000 -0600 &lt;br&gt; @@ -1055,14 +1055,19 @@ &lt;br&gt; &#39;proc/lib/proc.mk&#39;, &lt;br&gt; &#39;proc16/lib/proc16.mk&#39;, &lt;br&gt; ); &lt;br&gt; - my @mk_oci = (
  </description>
  <guid isPermaLink="true">http://groups.google.com.au/group/perl.dbi.dev/browse_frm/thread/3a3e57b4089510b5/4a06565e9a5e40c5?show_docid=4a06565e9a5e40c5</guid>
  <author>
  ralphdoncas...@gmail.com
  (Ralph Doncaster)
  </author>
  <pubDate>Fri, 27 Nov 2009 14:21:05 UT
</pubDate>
  </item>
  </channel>
</rss>
