Re: RFC: developing DBD::SQLite

2009-03-27 Thread Darren Duncan
David, thanks for your quick response. David E. Wheeler wrote: You *really* need to get Matt to signoff on this, IMHO. I have tried emailing Matt several times without response already. Should I try telephoning him next? For all it looks like, Matt has abandoned the module. If someone

Re: RFC: developing DBD::SQLite

2009-03-27 Thread Cosimo Streppone
In data 27 marzo 2009 alle ore 03:30:10, Darren Duncan dar...@darrenduncan.net ha scritto: So, out of my un-paid projects, my promise to take over release management of DBD::SQLite (from the still incommunicado previous owner) has now come to the front of my queue (now that Set::Relation

Re: RFC: developing DBD::SQLite

2009-03-27 Thread H.Merijn Brand
On Thu, 26 Mar 2009 19:30:10 -0700, Darren Duncan dar...@darrenduncan.net wrote: 1. I have no problem with unbundling, but how big a deal is it to keep a pretty recent version bundled for systems that do /not/ have the library installed? In my mixed environment, neither HP-UX nor AIX

Re: RFC: developing DBD::SQLite

2009-03-27 Thread Darren Duncan
Cosimo Streppone wrote: In data 27 marzo 2009 alle ore 03:30:10, Darren Duncan dar...@darrenduncan.net ha scritto: So, out of my un-paid projects, my promise to take over release management of DBD::SQLite (from the still incommunicado previous owner) has now come to the front of my queue (now

Re: takeover request - DBD::SQLite

2009-03-27 Thread Darren Duncan
Hello Steffen et al, thanks for your response. I was not previously aware that Adam had taken this up; no mention of it in any forums I frequent nor on CPAN. But I'm very happy to hear it nonetheless. If Adam is serious about this and wants to organize the effort to keep DBD::SQLite up to

(Fwd) [Dbix-class] DBD::SQLite new maintenance plan

2009-03-27 Thread Tim Bunce
- Forwarded message from Matt S Trout dbix-cl...@trout.me.uk - Date: Fri, 27 Mar 2009 10:24:36 + From: Matt S Trout dbix-cl...@trout.me.uk To: dbix-cl...@lists.scsys.co.uk Subject: [Dbix-class] DBD::SQLite new maintenance plan Reply-To: DBIx::Class user and developer list

Re: takeover request - DBD::SQLite

2009-03-27 Thread Matt S Trout
On Fri, Mar 27, 2009 at 02:09:33AM -0700, Darren Duncan wrote: Hello Steffen et al, thanks for your response. I was not previously aware that Adam had taken this up; no mention of it in any forums I frequent nor on CPAN. But I'm very happy to hear it nonetheless. If Adam is serious

DBD::SQLite new maintenance plan

2009-03-27 Thread Matt S Trout
On Fri, Mar 27, 2009 at 09:24:36AM +, Matt S Trout wrote: I don't think dbi-dev is a good place for it - how about I provision a dbd-sqlite list on scsys and an IRC channel on perl.org? The last batch of tweaking was done with the help of @dbic-devel so I figure stuffing the community on

Re: DBD::SQLite new maintenance plan

2009-03-27 Thread Adam Kennedy
http://svn.ali.as/cpan/releases/DBD-SQLite-1.19_01.tar.gz Uploaded to PAUSE just now. 2009/3/27 Matt S Trout m...@shadowcat.co.uk: On Fri, Mar 27, 2009 at 09:24:36AM +, Matt S Trout wrote: I don't think dbi-dev is a good place for it - how about I provision a dbd-sqlite list on scsys and

Re: DBD::SQLite new maintenance plan

2009-03-27 Thread H.Merijn Brand
On Fri, 27 Mar 2009 22:18:01 +1100, Adam Kennedy adamkennedybac...@gmail.com wrote: http://svn.ali.as/cpan/releases/DBD-SQLite-1.19_01.tar.gz DBD::SQLite-1.19_01 from trunk on HP-UX 10.20: cc -c -I. -I/pro/lib/perl5/site_perl/5.8.8/PA-RISC2.0/auto/DBI -Ae +DAportable +Z -z -D_HPUX_SOURCE

Re: takeover request - DBD::SQLite

2009-03-27 Thread H.Merijn Brand
On Fri, 27 Mar 2009 09:24:36 +, Matt S Trout m...@shadowcat.co.uk wrote: On Fri, Mar 27, 2009 at 02:09:33AM -0700, Darren Duncan wrote: Hello Steffen et al, thanks for your response. I was not previously aware that Adam had taken this up; no mention of it in any forums I frequent

Re: RFC: developing DBD::SQLite

2009-03-27 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I have tried emailing Matt several times without response already. Did you cc modu...@perl.org? What did they say? They've been helpful with me in the past in tracking module owners down. In particular, I will continue to bundle the SQLite

Re: DBD::SQLite new maintenance plan

2009-03-27 Thread David Favor
This is the first version of DBD::SQLite in a long time which runs the test suite with no errors on Fedora. net1#uname -a Linux net1.coolsurf.com 2.6.27.19-170.2.35.fc10.i686 \ #1 SMP Mon Feb 23 13:21:22 EST 2009 i686 i686 i386 GNU/Linux Thanks! Adam Kennedy wrote:

Fwd: RFC: developing DBD::SQLite

2009-03-27 Thread Erik Aronesty
Amalgamation what the SQLite maintainers recommend, and it's the most portable, etc. So this is the right choice. Also, given the way SQLite is maintained (backward compatibility is fairly strict, they jump through hoops in their API to make it so), bundling is fine, and is intended by the

Re: DBD::SQLite new maintenance plan

2009-03-27 Thread Matt S Trout
On Fri, Mar 27, 2009 at 01:16:58PM +0100, H.Merijn Brand wrote: On Fri, 27 Mar 2009 22:18:01 +1100, Adam Kennedy adamkennedybac...@gmail.com wrote: http://svn.ali.as/cpan/releases/DBD-SQLite-1.19_01.tar.gz DBD::SQLite-1.19_01 from trunk on HP-UX 10.20: Please can you send failures like

Re: DBD::Oracle - is ora_lob_read mangling BLOB data?

2009-03-27 Thread Milo van der Leij
That does indeed make the problem go away. Blob data is no longer marked as utf-8. Thank you.Because we may not be able to upgrade to DBD::Oracle 1.23 right away, I would still like to know if there are any problems with binary data being marked as utf-8 that use bytes can't fix. However, I'll

Re: DBD::Oracle - is ora_lob_read mangling BLOB data?

2009-03-27 Thread scoles
No problem glad to help out as you see the fix was very easy/ cheers John Scoles That does indeed make the problem go away. Blob data is no longer marked as utf-8. Thank you.Because we may not be able to upgrade to DBD::Oracle 1.23 right away, I would still like to know if there are any

Re: RFC: developing DBD::SQLite

2009-03-27 Thread Matt Sergeant
On Fri, 27 Mar 2009, Greg Sabino Mullane wrote: I have tried emailing Matt several times without response already. Did you cc modu...@perl.org? What did they say? They've been helpful with me in the past in tracking module owners down. I very rarely read mailing list mail these days - my

Re: RFC: developing DBD::SQLite

2009-03-27 Thread Darren Duncan
David E. Wheeler wrote: On Mar 27, 2009, at 2:39 AM, Darren Duncan wrote: I have tried emailing Matt several times without response already. Should I try telephoning him next? For all it looks like, Matt has abandoned the module. If someone knows better, or has been in contact recently,

Re: RFC: developing DBD::SQLite

2009-03-27 Thread David E. Wheeler
On Mar 28, 2009, at 12:40 AM, Darren Duncan wrote: I'm not a pushover. It's more that I wasn't strongly opinionated on the matter in the first place and I was fishing; your response led to me realizing that a simpler plan of action was better (and less work for both me and others).