Re: DBIx::Pg::CallFunction

2012-05-31 Thread Shlomi Fish
Hi Shmuel, On Fri, 1 Jun 2012 13:07:40 +0900 Shmuel Fomberg wrote: > Hi Shlomi. > > On Tue, May 29, 2012 at 6:42 PM, Shlomi Fish wrote: > > > > > 4. In the same file, "use strict;" should be separated from the shabang > > with an > > empty line. > > > > This one I didn't get. Why is that? >

Re: DBIx::Pg::CallFunction

2012-05-31 Thread Shmuel Fomberg
Hi Shlomi. On Tue, May 29, 2012 at 6:42 PM, Shlomi Fish wrote: > > 4. In the same file, "use strict;" should be separated from the shabang > with an > empty line. > This one I didn't get. Why is that? Shmuel.

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Joel Jacobson
On Tue, May 29, 2012 at 11:36 PM, Matthew Musgrove wrote: > Joel, > This is exactly what I looking for. I should have read the PostgreSQL > specific docs for DBIx::ProcedureCall because I have only used it from > Oracle. From what you have written here, I will want to use > DBIx::P

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Matthew Musgrove
Joel, This is exactly what I looking for. I should have read the PostgreSQL specific docs for DBIx::ProcedureCall because I have only used it from Oracle. From what you have written here, I will want to use DBIx::Pg::CallFunction when finally get us ported from Oracle to PostgreSQL. Matt On Tue

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Joel Jacobson
On Tue, May 29, 2012 at 4:42 PM, Shlomi Fish wrote: > 1. Regarding the choice of licence, see: > I have changed the license to MIT, which was my original idea but then I saw some other modules having the combo of Artistic+GPL. I agree with your arguments, better to stick to MIT. > 2. %WriteMak

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Joel Jacobson
On Tue, May 29, 2012 at 9:20 PM, John M. Gamble wrote: > On Tue, May 29, 2012 7:46 am, Matthew Musgrove wrote: >> Joel, >> Perhaps you could explain how DBIx::Pg::CallFunction differs from >> DBIx::ProcedureCall and why someone would choose one over the other? >> >

Re: DBIx::Pg::CallFunction

2012-05-29 Thread John M. Gamble
On Tue, May 29, 2012 7:46 am, Matthew Musgrove wrote: > Joel, > Perhaps you could explain how DBIx::Pg::CallFunction differs from > DBIx::ProcedureCall and why someone would choose one over the other? > > http://search.cpan.org/dist/DBIx-ProcedureCall/ProcedureCall.pm > > Mat

Re: DBIx::Pg::CallFunction

2012-05-29 Thread John M. Gamble
eedback on the code or interface. >> >> http://prepan.org/module/429En4oFbi >> https://github.com/joelonsql/dbix-pg-callfunction >> >> This module will be used at a financial institute processing millions of >> transactions, >> so I urge you to try to help me

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Matthew Musgrove
Joel, Perhaps you could explain how DBIx::Pg::CallFunction differs from DBIx::ProcedureCall and why someone would choose one over the other? http://search.cpan.org/dist/DBIx-ProcedureCall/ProcedureCall.pm Matt On Tue, May 29, 2012 at 2:48 AM, Joel Jacobson wrote: > Hi! > > I&#

Re: DBIx::Pg::CallFunction

2012-05-29 Thread Shlomi Fish
tps://github.com/joelonsql/dbix-pg-callfunction > > This module will be used at a financial institute processing millions of > transactions, > so I urge you to try to help me find any eventual bugs before putting it in > production. > OK, here's what I ran int

DBIx::Pg::CallFunction

2012-05-29 Thread Joel Jacobson
Hi! I'm about to submit a module to CPAN and would like some feedback on the proposed module name, and any other feedback on the code or interface. http://prepan.org/module/429En4oFbi https://github.com/joelonsql/dbix-pg-callfunction This module will be used at a financial institute proce