Skip Menu |

This queue is for tickets about the DBD-AnyData CPAN distribution.

Report information
The Basics
Id: 92108
Status: rejected
Priority: 0/
Queue: DBD-AnyData

People
Owner: Nobody in particular
Requestors: liacolettig [...] over-log.it
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 13:01:56 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Lucio Iacolettig <liacolettig [...] over-log.it>

Message body is not shown because it is too large.

I should make myself express clearer: A diff means: no whitespace changes, no reformats, no fuzz - just the code updates. I'm very busy and I'm not willing to fiddle out hidden work.
Subject: Re: [rt.cpan.org #92108] Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 15:23:22 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Lucio Iacolettig <liacolettig [...] over-log.it>
Il 13/01/2014 14:06, Jens Rehsack via RT ha scritto: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=92108 > > > I should make myself express clearer: A diff means: no whitespace changes, no reformats, no fuzz - just the code updates. > > I'm very busy and I'm not willing to fiddle out hidden work.
Hi, I'm, very busy too. Is not so easy for me now rewrite the module with only the changes. I spent 1 week to inherit DBD::AnyData from DBD::File instead DBD::SqlEngine and there are several changes. In the next days I release this version on our projects (about 63) as custom patch. I consider the topic resolved for our internal environment. You can use these changes for the CPAN version otherwise no problem. If any other has the same problem can write me for this version of DBD::AnyData now compatible with DBI 1.623 or > Thanks for your time. Regards. -- ---------------------------------------- OVERLOG srl Lucio Iacolettig Product Manager Address: Via A. Malignani, 4/b 33042 Buttrio (UD) Italy Phone: +39 0432 683119 skype: lucio.iacolettig Fax: +39 0432 684039 e-mail: liacolettig@over-log.it Web site: www.over-log.it ----------------------------------------
Subject: Re: [rt.cpan.org #92108] Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 17:14:55 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Jens Rehsack <rehsack [...] gmail.com>
Am 13.01.2014 um 15:23 schrieb Lucio Iacolettig via RT <bug-DBD-AnyData@rt.cpan.org>: Show quoted text
> Queue: DBD-AnyData > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92108 > > > Il 13/01/2014 14:06, Jens Rehsack via RT ha scritto:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=92108 > >> >> I should make myself express clearer: A diff means: no whitespace changes, no reformats, no fuzz - just the code updates. >> >> I'm very busy and I'm not willing to fiddle out hidden work.
> > Hi, > > I'm, very busy too. > > Is not so easy for me now rewrite the module with only the changes.
Why didn’t you simply clone from git and do a separate formatting commit? That’s how it’s usually done. Show quoted text
> I spent 1 week to inherit DBD::AnyData from DBD::File instead > DBD::SqlEngine and there are several changes. > > In the next days I release this version on our projects (about 63) as > custom patch. > > I consider the topic resolved for our internal environment. > > You can use these changes for the CPAN version otherwise no problem. > > If any other has the same problem can write me for this version of > DBD::AnyData now compatible with DBI 1.623 or > > > Thanks for your time.
In that case I let the RT open but stalled. Sorry that you’re (surely incredible) effort isn’t rated higher. Thanks for understanding my point that I want to review patches from (to me) unknown submitters before committing them. Best regards -- Jens Rehsack pkgsrc, Perl5 rehsack@cpan.org cpanid: REHSACK
Subject: Re: [rt.cpan.org #92108] Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 17:36:43 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Lucio Iacolettig <liacolettig [...] over-log.it>
Il 13/01/2014 17:15, Jens Rehsack via RT ha scritto: Show quoted text
> In that case I let the RT open but stalled. > > Sorry that you’re (surely incredible) effort isn’t rated higher. > > Thanks for understanding my point that I want to review patches from > (to me) unknown submitters before committing them. > > Best regards
Ok. Perfect. I tested the new version of module with FixedLength txt files, but the AnyData test now passed. A potential problem is the compatibility of this module with DBI versions previous than 1.623 Thanks for your answer. Regards. -- ---------------------------------------- OVERLOG srl Lucio Iacolettig Product Manager Address: Via A. Malignani, 4/b 33042 Buttrio (UD) Italy Phone: +39 0432 683119 skype: lucio.iacolettig Fax: +39 0432 684039 e-mail: liacolettig@over-log.it Web site: www.over-log.it ----------------------------------------
Subject: Re: [rt.cpan.org #92108] Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 18:40:53 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Jens Rehsack <rehsack [...] gmail.com>
Am 13.01.2014 um 17:36 schrieb Lucio Iacolettig via RT <bug-DBD-AnyData@rt.cpan.org>: Show quoted text
> Queue: DBD-AnyData > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92108 > > > Il 13/01/2014 17:15, Jens Rehsack via RT ha scritto:
>> In that case I let the RT open but stalled. >> >> Sorry that you’re (surely incredible) effort isn’t rated higher. >> >> Thanks for understanding my point that I want to review patches from >> (to me) unknown submitters before committing them. >> >> Best regards
> > Ok. > > Perfect. > > I tested the new version of module with FixedLength txt files, but the > AnyData test now passed.
For fixed length txt files, maybe DBD::CSV could be your friend. It’s highly flexible in separator setup - and the maintainer is usually open for suggestions improving the parser. Show quoted text
> A potential problem is the compatibility of this module with DBI > versions previous than 1.623
Currently two guys announced to work on AnyData and DBD::AnyData to solve the compatibility issues for real. Parallel DBD::Test improves and all of that will help getting a new DBD::AnyData which is more compatible with DBI than any version before :) Cheers -- Jens Rehsack rehsack@gmail.com
Subject: Re: [rt.cpan.org #92108] Bug #92103 for DBD-AnyData: Patch to resolve conflicts with DBI >= 1.623
Date: Mon, 13 Jan 2014 19:05:08 +0100
To: bug-DBD-AnyData [...] rt.cpan.org
From: Lucio Iacolettig <liacolettig [...] over-log.it>
Il 13/01/2014 18:41, Jens Rehsack via RT ha scritto: Show quoted text
> I tested the new version of module with FixedLength txt files, but the > AnyData test now passed. > For fixed length txt files, maybe DBD::CSV could be your friend. > It’s highly flexible in separator setup - and the maintainer is > usually open for suggestions improving the parser.
Yes. I'm also using DBD::CSV (CSV_XS) with txt files with delimited field separator, but doesn't has the fixed length format. This is the reason why I use DBD::AnyData. Show quoted text
>> A potential problem is the compatibility of this module with DBI >> versions previous than 1.623
> Currently two guys announced to work on AnyData and DBD::AnyData > to solve the compatibility issues for real. Parallel DBD::Test improves > and all of that will help getting a new DBD::AnyData which is more > compatible with DBI than any version before :) >
Good notice. I will keep monitoring the progress of the module DBD :: AnyData Thanks. Regards -- ---------------------------------------- OVERLOG srl Lucio Iacolettig Product Manager Address: Via A. Malignani, 4/b 33042 Buttrio (UD) Italy Phone: +39 0432 683119 skype: lucio.iacolettig Fax: +39 0432 684039 e-mail: liacolettig@over-log.it Web site: www.over-log.it ----------------------------------------