[perl5-dbi/dbi] 9ad42e: Added docs for escaping placeholders using a backs...

2015-02-25 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 9ad42e0383795fa716accebaeed3e2ca247e7f82 https://github.com/perl5-dbi/dbi/commit/9ad42e0383795fa716accebaeed3e2ca247e7f82 Author: Tim Bunce tim.bu...@pobox.com Date: 2015-01-08 (Thu, 08 Jan 2015

Re: Perl 6 and DBI - copied from dbi-users

2015-02-06 Thread Tim Bunce
yet find the correct syntax for bind_columns in Inline::Perl5 That's relying on 'raw' Inline::Perl5 semantics. There's probably value in creating a module that uses Inline::Perl5 behind the scenes but presents a more friendly API, eg for bind_columns etc. Tim.

[perl5-dbi/dbi] 9ad42e: Added docs for escaping placeholders using a backs...

2015-01-12 Thread Tim Bunce
Branch: refs/tags/1.633 Home: https://github.com/perl5-dbi/dbi Commit: 9ad42e0383795fa716accebaeed3e2ca247e7f82 https://github.com/perl5-dbi/dbi/commit/9ad42e0383795fa716accebaeed3e2ca247e7f82 Author: Tim Bunce tim.bu...@pobox.com Date: 2015-01-08 (Thu, 08 Jan 2015) Changed

[perl5-dbi/dbi] a8a4cd: Skip a group of tests intermittently failing on 5....

2015-01-08 Thread Tim Bunce
https://github.com/perl5-dbi/dbi/commit/36a243ceea61857f67c76a39144337b9ce48f37a Author: Tim Bunce tim.bu...@pobox.com Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M t/31methcache.t Log Message: --- Merge pull request #17 from ribasushi/5_8_1_testfix Skip a group

[perl5-dbi/dbi] 7d32b9: Use GVSV_set() instead of assigning to GVSV

2015-01-08 Thread Tim Bunce
/00f8dd169e958e6720d1108d3c6c72f6aa5f6439 Author: Tim Bunce tim.bu...@pobox.com Date: 2015-01-07 (Wed, 07 Jan 2015) Changed paths: M Changes M DBI.xs Log Message: --- Merge pull request #16 from ilmari/blead-fix-defsv-not-lvalue Use DEFSV_set() instead of assigning to DEFSV

[perl5-dbi/dbi] 9ad42e: Added docs for escaping placeholders using a backs...

2015-01-08 Thread Tim Bunce
Branch: refs/tags/1.632_90 Home: https://github.com/perl5-dbi/dbi Commit: 9ad42e0383795fa716accebaeed3e2ca247e7f82 https://github.com/perl5-dbi/dbi/commit/9ad42e0383795fa716accebaeed3e2ca247e7f82 Author: Tim Bunce tim.bu...@pobox.com Date: 2015-01-08 (Thu, 08 Jan 2015

Re: Bring AnyData / DBD::AnyData back to work with modern DBI

2014-11-13 Thread Tim Bunce
My impression was that there was a risk of breaking existing users apps. If that can be avoided then great, and keeping the name would be best. Tim. On Thu, Nov 13, 2014 at 07:12:33AM +0100, Jens Rehsack wrote: Am 12.11.2014 um 16:14 schrieb Tim Bunce tim.bu...@pobox.com: Perhaps

Re: Bring AnyData / DBD::AnyData back to work with modern DBI

2014-11-12 Thread Tim Bunce
Perhaps the module name should be changed. Tim. On Wed, Nov 12, 2014 at 10:33:20AM +0100, Jens Rehsack wrote: Hi, for a recent project we identified DBD::AnyData as best concept to do a client's job ;) So there is a tuit to do the groundwork for bringing AnyData back to modern DBI

Re: HOLD 1.632 please

2014-11-08 Thread Tim Bunce
) instead of docs Seems reasonable. But, while that's being developed and tested against a number of DBD's, should there be a DBI-1.633 release that undoes the breakage in the short term? Tim.

[perl5-dbi/dbi] 10576b: Make t/42prof_data.t more informative

2014-11-08 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 10576bdba4753f7f4ba14e629df75e0fd5c177ef https://github.com/perl5-dbi/dbi/commit/10576bdba4753f7f4ba14e629df75e0fd5c177ef Author: Tim Bunce tim.bu...@pobox.com Date: 2014-11-08 (Sat, 08 Nov 2014

[perl5-dbi/dbi] 8b1114: Bump version to 1.632

2014-11-05 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 8b1114edc50f12f24bf16eca34fafda16736b20a https://github.com/perl5-dbi/dbi/commit/8b1114edc50f12f24bf16eca34fafda16736b20a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-11-05 (Wed, 05 Nov 2014

[perl5-dbi/dbi] d353b6: Add release date to DBI 1.632 heading in Changes

2014-11-05 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: d353b6a93f38d1a72e09e6b620e0ec3fa33c2cfe https://github.com/perl5-dbi/dbi/commit/d353b6a93f38d1a72e09e6b620e0ec3fa33c2cfe Author: Tim Bunce tim.bu...@pobox.com Date: 2014-11-05 (Wed, 05 Nov 2014

[perl5-dbi/dbi] 839b86: Fix new compiler warning in old code.

2014-11-04 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 839b8669201b074f1887a30acfb32dc44e9db1a3 https://github.com/perl5-dbi/dbi/commit/839b8669201b074f1887a30acfb32dc44e9db1a3 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-10-23 (Thu, 23 Oct 2014

Re: DB locks after closed select-handles

2014-10-29 Thread Tim Bunce
that the locks are being held by the transaction that was implicitly started by the select statement. Read the DB2 docs on Transaction Isolation. Tim.

Re: SV: DB locks after closed select-handles

2014-10-29 Thread Tim Bunce
support for BLOBs. But I am really, mostly just hoping/asking for your analysis of DBI's part in this. 1) How is DBI supposed to kill off its statement-handles 2) Can I see somehow in the log file if that happened properly? The logs look fine to me. Tim. /K Den onsdag, 29 oktober

[perl5-dbi/dbi] caedc0: Do not connect DBD::File on non-existing folder in...

2014-10-23 Thread Tim Bunce
/dbi/commit/42ee4106010881141d7c7d3108c64ca8f498f439 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-10-23 (Thu, 23 Oct 2014) Changed paths: M Changes M lib/DBD/File.pm M t/49dbd_file.t Log Message: --- Merge pull request #14 from perl5-dbi/dbd_file-nodir DBD

[perl5-dbi/dbi] ddb06b: perl5.21 warns about Redundant argument in sprintf

2014-09-21 Thread Tim Bunce
) Changed paths: M lib/DBI/Profile.pm Log Message: --- perl5.21 warns about Redundant argument in sprintf Commit: d3d19e48245b9b17fba807c895928347fe58e982 https://github.com/perl5-dbi/dbi/commit/d3d19e48245b9b17fba807c895928347fe58e982 Author: Tim Bunce tim.bu...@pobox.com

[perl5-dbi/dbi] cd6755: Changed delete $h-{$key} to work for keys with 'p...

2014-09-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: cd6755ff7c440ed95b172dac4caa688feaa9f56d https://github.com/perl5-dbi/dbi/commit/cd6755ff7c440ed95b172dac4caa688feaa9f56d Author: Tim Bunce tim.bu...@pobox.com Date: 2014-09-21 (Sun, 21 Sep 2014

[perl5-dbi/dbi] aec0d0: Update Changes and tweak code for sprintf warning ...

2014-09-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: aec0d0c46816bdb3d2c38a6f47e7b47702c26d13 https://github.com/perl5-dbi/dbi/commit/aec0d0c46816bdb3d2c38a6f47e7b47702c26d13 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-09-21 (Sun, 21 Sep 2014

[perl5-dbi/dbi] a8b98e: Fixed risk of memory corruption with many argument...

2014-09-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: a8b98e988d6ea2946f5f56691d6d5ead53f65766 https://github.com/perl5-dbi/dbi/commit/a8b98e988d6ea2946f5f56691d6d5ead53f65766 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-09-21 (Sun, 21 Sep 2014

[perl5-dbi/dbi] f0efba: Add 5.20 to .travis.yml

2014-09-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: f0efba3aed19cfaf03c1c3c69942bb32ee5a2c08 https://github.com/perl5-dbi/dbi/commit/f0efba3aed19cfaf03c1c3c69942bb32ee5a2c08 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-09-21 (Sun, 21 Sep 2014

[perl5-dbi/dbi] 06787b: Add 5.20-extras and 5.18-extras to .travis.yml

2014-09-21 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 06787b3d1017d1e1dd9609788442ebd15d67625d https://github.com/perl5-dbi/dbi/commit/06787b3d1017d1e1dd9609788442ebd15d67625d Author: Tim Bunce tim.bu...@pobox.com Date: 2014-09-21 (Sun, 21 Sep 2014

Re: Data::ShortNameProvider proposal

2014-05-15 Thread Tim Bunce
On Thu, May 15, 2014 at 04:02:20PM +0200, Philippe Bruhat (BooK) wrote: On Thu, May 15, 2014 at 02:07:23PM +0100, Tim Bunce wrote: On Thu, May 15, 2014 at 01:34:21AM +0200, Philippe Bruhat (BooK) wrote: On Tue, May 13, 2014 at 11:11:10PM +0100, Tim Bunce wrote: Parse a generated

Re: Data::ShortNameProvider proposal

2014-05-14 Thread Tim Bunce
That's a nice example of another 'style' that could be provided as a plugin. Tim. On Tue, May 13, 2014 at 09:16:50PM -0500, David Nicol wrote: Crockford Encoding could be useful, and when your short names are Crockford Encoded, they are easier to share by people. On Tue, May 13

Re: Test::Database and Test::DSN

2014-04-15 Thread Tim Bunce
On Fri, Apr 04, 2014 at 12:32:10PM +0200, Philippe Bruhat (BooK) wrote: On Thu, Apr 03, 2014 at 03:22:56PM +0100, Tim Bunce wrote: Some logic to assist with table naming and cleanup etc will be developed as part of DBIT and could be extracted. If so, I think it belongs in a separate

Re: Test::Database and Test::DSN

2014-04-03 Thread Tim Bunce
drop all tables in that namespace. That's the approach DBIT is taking. There's a basic start in here: https://github.com/perl5-dbi/DBI-Test/blob/master/sandbox/tim/lib/DBI/Test/FixtureProvider/GenericBase.pm#L49 I'd be very happy to see that factored out into a separate distro. I'd rather

Re: IRC / DBIT meeting / T::WV

2014-03-27 Thread Tim Bunce
for T::WV. Any objections? I'm not sure what you mean above Jens. Could you spell it out in (lots) more detail? Tim.

[perl5-dbi/DBI-Test] 61bc9d: Assorted refactoring and migrated from Class:Tiny ...

2014-03-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 61bc9d8dcec0ccdcd275935a85089f8e0df9ea2f https://github.com/perl5-dbi/DBI-Test/commit/61bc9d8dcec0ccdcd275935a85089f8e0df9ea2f Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-16 (Sun, 16 Mar 2014

[perl5-dbi/DBI-Test] acf8c9: Simplify WriteTestVariants and make write_test_var...

2014-03-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: acf8c9dd76bef037489fab18891ad853f81c8fae https://github.com/perl5-dbi/DBI-Test/commit/acf8c9dd76bef037489fab18891ad853f81c8fae Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-14 (Fri, 14 Mar 2014

[perl5-dbi/DBI-Test] 297a33: Move FixtureProvider into DBI::Test namespace.

2014-03-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 297a33aaf239b376f49ea6665cee7a23c4e720e6 https://github.com/perl5-dbi/DBI-Test/commit/297a33aaf239b376f49ea6665cee7a23c4e720e6 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-16 (Sun, 16 Mar 2014

[perl5-dbi/DBI-Test] 673485: Add DBI::Test::CheckUtil. Update README. More poli...

2014-03-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 67348591c643d7bcbbd8a5286d760daf1602873e https://github.com/perl5-dbi/DBI-Test/commit/67348591c643d7bcbbd8a5286d760daf1602873e Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-16 (Sun, 16 Mar 2014

[perl5-dbi/DBI-Test] 61872b: Add extra DSN provider level before the DBD plugin...

2014-03-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 61872bb78d233019a772cc2f1cf69df5e9637d63 https://github.com/perl5-dbi/DBI-Test/commit/61872bb78d233019a772cc2f1cf69df5e9637d63 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-16 (Sun, 16 Mar 2014

[perl5-dbi/DBI-Test] b2517d: Major reworking and extension of Tumbler and relat...

2014-03-13 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: b2517d5a27e72e6cdb7cbdc4255897f3d1769e2a https://github.com/perl5-dbi/DBI-Test/commit/b2517d5a27e72e6cdb7cbdc4255897f3d1769e2a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-13 (Thu, 13 Mar 2014

Re: DBI_USER empty vs undef - Re: DBIT prototype - feedback wanted

2014-03-09 Thread Tim Bunce
On Tue, Feb 18, 2014 at 02:50:43PM +, Tim Bunce wrote: On Tue, Feb 18, 2014 at 10:15:53AM +0100, H.Merijn Brand wrote: I see a serious weekness. Don't know if it is Test::Database or DBI::Test, but the current templates do not seem to be able to see a difference between undef

Re: DBI_USER empty vs undef - Re: DBIT prototype - feedback wanted

2014-03-09 Thread Tim Bunce
On Sun, Mar 09, 2014 at 03:10:08PM +0100, H.Merijn Brand wrote: On Sun, 9 Mar 2014 13:29:32 +, Tim Bunce tim.bu...@pobox.com The root cause is in Test::Database. I've opened a case for it: https://rt.cpan.org/Ticket/Display.html?id=93128 BooK has fixed that in T:DB v1.111

[perl5-dbi/DBI-Test] 1c63b5: Add allow_dir_overwrite allow_file_overwrite to ...

2014-03-05 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 1c63b56472b83dc200109cc3c88f5301da1d94ed https://github.com/perl5-dbi/DBI-Test/commit/1c63b56472b83dc200109cc3c88f5301da1d94ed Author: Tim Bunce tim.bu...@pobox.com Date: 2014-03-05 (Wed, 05 Mar 2014

Re: [DBIT] Data::Tumbler - L::MU

2014-03-04 Thread Tim Bunce
we'll be improving it as we work on the others. /me is excited about tomorrows DBIT weekly discussion. :) Tim.

[perl5-dbi/DBI-Test] a3ee80: Rework dbi_settings_provider to make combination l...

2014-02-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: a3ee80fde7ec24a86c37f6de7aa07661415ee27a https://github.com/perl5-dbi/DBI-Test/commit/a3ee80fde7ec24a86c37f6de7aa07661415ee27a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-26 (Wed, 26 Feb 2014

[perl5-dbi/dbi] 8c9a61: Update Proxy.pm - POD changes

2014-02-27 Thread Tim Bunce
://github.com/perl5-dbi/dbi/commit/bf883843ce6a2788e489ca4bcff598fb21b88c0a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-27 (Thu, 27 Feb 2014) Changed paths: M lib/DBD/Proxy.pm Log Message: --- Merge pull request #9 from MartinMcGrath/master Update Proxy.pm - POD

[perl5-dbi/DBI-Test] 28dfbb: Convert Data::Tumbler to an object and add some do...

2014-02-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 28dfbbad321839204f7e7a19b91957bcf80e5b8c https://github.com/perl5-dbi/DBI-Test/commit/28dfbbad321839204f7e7a19b91957bcf80e5b8c Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-17 (Mon, 17 Feb 2014

[perl5-dbi/DBI-Test] a6ff91: Ignore more output directories

2014-02-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: a6ff913648549dd8824a78828aed91706c8e4b20 https://github.com/perl5-dbi/DBI-Test/commit/a6ff913648549dd8824a78828aed91706c8e4b20 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-18 (Tue, 18 Feb 2014

[perl5-dbi/DBI-Test] c1d30c: croak if output test file already exists and clean...

2014-02-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: c1d30ce0e3ce40da195148c1e67e97e403032a70 https://github.com/perl5-dbi/DBI-Test/commit/c1d30ce0e3ce40da195148c1e67e97e403032a70 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-19 (Wed, 19 Feb 2014

[perl5-dbi/DBI-Test] e3c638: Don't test state() in _h_no_error. Add comment to ...

2014-02-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: e3c6387fa8284773af909706b6247d3957ab3c1b https://github.com/perl5-dbi/DBI-Test/commit/e3c6387fa8284773af909706b6247d3957ab3c1b Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-19 (Wed, 19 Feb 2014

[perl5-dbi/DBI-Test] 65a5c4: Make _h_no_error report failure at callers locatio...

2014-02-19 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 65a5c490881c1d7fc28aab1c789a5d324e312cd7 https://github.com/perl5-dbi/DBI-Test/commit/65a5c490881c1d7fc28aab1c789a5d324e312cd7 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-19 (Wed, 19 Feb 2014

Re: DBIT prototype - feedback wanted

2014-02-18 Thread Tim Bunce
On Tue, Feb 18, 2014 at 09:35:20AM +0100, Jens Rehsack wrote: Am 18.02.2014 um 00:37 schrieb Tim Bunce tim.bu...@pobox.com: Any feedback? Any feedback at all? Also resend? Or do you mean from any other player? Other players, and also anything you might want to say about other aspects

Re: DBIT prototype - feedback wanted

2014-02-18 Thread Tim Bunce
On Tue, Feb 18, 2014 at 09:37:10AM +0100, H.Merijn Brand wrote: On Mon, 17 Feb 2014 23:37:46 +, Tim Bunce tim.bu...@pobox.com wrote: BooK, I added you for Test::Database feedback Any feedback? Any feedback at all? I'll be verbose (and blond) assuming close to no prior knowledge

DBI_USER empty vs undef - Re: DBIT prototype - feedback wanted

2014-02-18 Thread Tim Bunce
cause is in Test::Database. I've opened a case for it: https://rt.cpan.org/Ticket/Display.html?id=93128 Meanwhile, I suggest you apply the fix mentioned in the ticket. Tim.

[perl5-dbi/DBI-Test] aaad8f: Update README section about threads, subtests and ...

2014-02-17 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: aaad8f083421518c9a002c9aaa41642a6f6ad87d https://github.com/perl5-dbi/DBI-Test/commit/aaad8f083421518c9a002c9aaa41642a6f6ad87d Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-12 (Wed, 12 Feb 2014

Re: private copy of Tumbler/Context

2014-02-17 Thread Tim Bunce
On Mon, Feb 17, 2014 at 07:46:17AM +0100, Jens Rehsack wrote: Am 16.02.2014 um 16:29 schrieb Tim Bunce tim.bu...@pobox.com: I've renamed Tumbler to Data::Tumbler and polished it up a little (and made corresponding changes to both our tumbler.pl files). git push eaten by stormy weather

Re: DBIT prototype - feedback wanted

2014-02-17 Thread Tim Bunce
I've just noticed I didn't reply to this. Sorry for the delay. On Wed, Feb 12, 2014 at 10:53:22AM +0100, Jens Rehsack wrote: Am 12.02.2014 um 10:39 schrieb Tim Bunce tim.bu...@pobox.com: 3) To much implicit code - for having a test framework, I would prefer explicit code, especially

Re: DBIT prototype - feedback wanted

2014-02-17 Thread Tim Bunce
Any feedback? Any feedback at all? Tim. On Sun, Feb 09, 2014 at 11:18:24PM +, Tim Bunce wrote: As you probably know, I've been hacking on a rough DBI::Test prototype for a while. My primary goal has been to discover and explore the issues. Trying to write only the minimum amount of code

Re: Request consideration of DBD::Neo4p registration

2014-02-13 Thread Tim Bunce
in March). Tim.

Re: Request consideration of DBD::Neo4p registration

2014-02-13 Thread Tim Bunce
, it's an interface to it. Would you consider renaming the modules to *::Neo4j? Tim.

[perl5-dbi/DBI-Test] 89c106: Move quote_value_as_perl into Context.pm which is ...

2014-02-13 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 89c106bb3bbc01666d3264aaf7dc8a00c4d71b3a https://github.com/perl5-dbi/DBI-Test/commit/89c106bb3bbc01666d3264aaf7dc8a00c4d71b3a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-12 (Wed, 12 Feb 2014

[perl5-dbi/DBI-Test] 6209ed: Minor changes/cleanup to match latest Context

2014-02-13 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 6209ed605a3acd8274dcd1e4f78d57ee8402ca2b https://github.com/perl5-dbi/DBI-Test/commit/6209ed605a3acd8274dcd1e4f78d57ee8402ca2b Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-12 (Wed, 12 Feb 2014

[perl5-dbi/DBI-Test] 554354: Don't use subtests or call Test::More functions fr...

2014-02-13 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 554354836886833428c283cbf56769b038702cad https://github.com/perl5-dbi/DBI-Test/commit/554354836886833428c283cbf56769b038702cad Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-12 (Wed, 12 Feb 2014

Re: DBIT prototype - feedback wanted

2014-02-12 Thread Tim Bunce
around. Seems now I have some bullet holes :D :) Am 10.02.2014 um 00:18 schrieb Tim Bunce tim.bu...@pobox.com: What's good? What's bad? What can be done better? What's missing? What's are the priorities now? First: I like the general approach of separating of concerns. That’ll allows

Re: Request consideration of DBD::Neo4p registration

2014-02-12 Thread Tim Bunce
services served via HTTP. The guys that work on it are really quite brilliant. I'd be interested to see how it compares with Net::Curl::Easy (and thus Elasticsearch::Cxn::NetCurl). Tim.

[perl5-dbi/DBI-Test] 3c3bd2: Add notes about threads, subtests, and data record...

2014-02-11 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 3c3bd227b2ba375b83af3b0b6886003bca3c2f50 https://github.com/perl5-dbi/DBI-Test/commit/3c3bd227b2ba375b83af3b0b6886003bca3c2f50 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-11 (Tue, 11 Feb 2014

Re: Request consideration of DBD::Neo4p registration

2014-02-10 Thread Tim Bunce
that are significantly faster. For example https://metacpan.org/pod/Elasticsearch::Cxn::NetCurl https://metacpan.org/pod/DBD::Neo4p Great. And good to have another NoSQL driver too. Thanks. Tim.

[perl5-dbi/dbi] a32d0b: Register neo_ prexfix for DBD::Neo4p.

2014-02-10 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: a32d0b0a6307e427b7c667ec3ee0600fcb93be68 https://github.com/perl5-dbi/dbi/commit/a32d0b0a6307e427b7c667ec3ee0600fcb93be68 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-10 (Mon, 10 Feb 2014

Re: DBIT prototype - feedback wanted

2014-02-10 Thread Tim Bunce
On Mon, Feb 10, 2014 at 03:21:02PM +0100, H.Merijn Brand wrote: DBI-Test-git/sandbox/tim 517 perl tumbler.pl String found where operator expected at tumbler.pl line 269, near croak Test variant setting key '$dst_key' already exists Fixed. (I was using an older perl that didn't trip up

Re: DBIT prototype - feedback wanted

2014-02-10 Thread Tim Bunce
On Mon, Feb 10, 2014 at 10:53:41PM +0100, H.Merijn Brand wrote: On Mon, 10 Feb 2014 21:26:26 +, Tim Bunce tim.bu...@pobox.com wrote: Please try running perl tumbler.pl prove -r out with the latest version, then work from the results (the out/ dir) backwards. When time permits

[perl5-dbi/DBI-Test] 46a32c: Automate detection of pure-perl drivers.

2014-02-10 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 46a32cd3de4d3abdb5f1e88b8d2c72149994338f https://github.com/perl5-dbi/DBI-Test/commit/46a32cd3de4d3abdb5f1e88b8d2c72149994338f Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-10 (Mon, 10 Feb 2014

[perl5-dbi/DBI-Test] 049404: Add cd .../DBI-Test/sandbox/tim; to README

2014-02-10 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 0494042ef519ccb80beeb60f9c78fe7d66928f5f https://github.com/perl5-dbi/DBI-Test/commit/0494042ef519ccb80beeb60f9c78fe7d66928f5f Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-10 (Mon, 10 Feb 2014

[perl5-dbi/DBI-Test] 6eebc8: Use Carp qw(croak). Die if no tests written (eg ba...

2014-02-10 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 6eebc8abfd10116007c173e32062e000317ff9b6 https://github.com/perl5-dbi/DBI-Test/commit/6eebc8abfd10116007c173e32062e000317ff9b6 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-10 (Mon, 10 Feb 2014

[perl5-dbi/DBI-Test] d94cdf: Add note about creating a Test::Database config fi...

2014-02-10 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: d94cdf66b7d4abf7066963a68e403aef9fd8c41c https://github.com/perl5-dbi/DBI-Test/commit/d94cdf66b7d4abf7066963a68e403aef9fd8c41c Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-10 (Mon, 10 Feb 2014

[perl5-dbi/dbi] 1682ad: Fixed DBD::PurePerl to not set $sth-{Active} true...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 1682ad65b955b1b929f7fe8569c618f76de40c42 https://github.com/perl5-dbi/dbi/commit/1682ad65b955b1b929f7fe8569c618f76de40c42 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-05 (Wed, 05 Feb 2014

[perl5-dbi/DBI-Test] dee743: Clarify what happens when driver can't support a g...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: dee7434e6c358220e589a8e63cf0f349f1c20c8b https://github.com/perl5-dbi/DBI-Test/commit/dee7434e6c358220e589a8e63cf0f349f1c20c8b Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-08 (Sat, 08 Feb 2014

[perl5-dbi/DBI-Test] bbffa6: Added temp table name generation. This works now: ...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: bbffa698aacc682e136575c502c9971bf9c525e6 https://github.com/perl5-dbi/DBI-Test/commit/bbffa698aacc682e136575c502c9971bf9c525e6 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-08 (Sat, 08 Feb 2014

[perl5-dbi/DBI-Test] 48d77f: Add a README.pod that attempts to document what's ...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 48d77fc87afdf43cd83da1cc1998993e74f49834 https://github.com/perl5-dbi/DBI-Test/commit/48d77fc87afdf43cd83da1cc1998993e74f49834 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-08 (Sat, 08 Feb 2014

[perl5-dbi/dbi] 24d764: Fix the $sth-{Active} fix (1682ad6) properly so i...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 24d7642d9f1c51349bd279f0b2ab45e1135fafd6 https://github.com/perl5-dbi/dbi/commit/24d7642d9f1c51349bd279f0b2ab45e1135fafd6 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-05 (Wed, 05 Feb 2014

[perl5-dbi/DBI-Test] 1989d5: Add some basic get_info tests. Add coments to test...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 1989d5980acff04341820a92c18f57508a59f5c6 https://github.com/perl5-dbi/DBI-Test/commit/1989d5980acff04341820a92c18f57508a59f5c6 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-08 (Sat, 08 Feb 2014

[perl5-dbi/DBI-Test] 1bb0ee: Reorg with some better naming conventions and comm...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 1bb0ee0b099281739b16f16322635ce97d6230af https://github.com/perl5-dbi/DBI-Test/commit/1bb0ee0b099281739b16f16322635ce97d6230af Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-08 (Sat, 08 Feb 2014

DBIT prototype - feedback wanted

2014-02-09 Thread Tim Bunce
take a moment to read this README file: https://github.com/perl5-dbi/DBI-Test/blob/master/sandbox/tim/README.pod Then, ideally, checkout the repo and play with it. Then, please, give me feedback! What's good? What's bad? What can be done better? What's missing? What's are the priorities now

[perl5-dbi/DBI-Test] 29e8d4: Assorted additions (TODOs) and a few typo fixes.

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 29e8d417745867339534d8d537fb16187919d713 https://github.com/perl5-dbi/DBI-Test/commit/29e8d417745867339534d8d537fb16187919d713 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-09 (Sun, 09 Feb 2014

[perl5-dbi/DBI-Test] 2da408: Avoid C... form of pod as github doesn't rende...

2014-02-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 2da408b4cf1f81d449423f729838dbc41f6b54b3 https://github.com/perl5-dbi/DBI-Test/commit/2da408b4cf1f81d449423f729838dbc41f6b54b3 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-02-09 (Sun, 09 Feb 2014

Re: get_info (was: Common DBI Driver Test Suite - Requirements)

2014-02-06 Thread Tim Bunce
Hey Martin. Thanks for your recent work on this - much food for thought! There's one more aspect of get_info that I'd appreciate your input on: On Sat, Sep 28, 2013 at 05:01:09PM +0100, Tim Bunce wrote: Somewhat independant of that, I'd like to identify a set of get_info items that we

[perl5-dbi/DBI-Test] 1959dd: Switch to using modules for tests.

2014-01-30 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 1959dd1ab0557df960393c3b7813dd9c52dac2fd https://github.com/perl5-dbi/DBI-Test/commit/1959dd1ab0557df960393c3b7813dd9c52dac2fd Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-27 (Mon, 27 Jan 2014

[perl5-dbi/DBI-Test] 6ba839: It helps if I actually set DBI_DSN from Test::Data...

2014-01-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 6ba839bf454f2fdac2feab8e94c8afc784eca970 https://github.com/perl5-dbi/DBI-Test/commit/6ba839bf454f2fdac2feab8e94c8afc784eca970 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-27 (Mon, 27 Jan 2014

[perl5-dbi/dbi] cf54ba: Update changed with release date for 1.631

2014-01-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: cf54ba6122e723113ce1f57b80d537473f9c3289 https://github.com/perl5-dbi/dbi/commit/cf54ba6122e723113ce1f57b80d537473f9c3289 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-20 (Mon, 20 Jan 2014

[perl5-dbi/DBI-Test] b699fb: Integrate Test::Database. Simplify pruning of the ...

2014-01-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: b699fb2d8468f338d50de2a4a9debe91d05a5654 https://github.com/perl5-dbi/DBI-Test/commit/b699fb2d8468f338d50de2a4a9debe91d05a5654 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-26 (Sun, 26 Jan 2014

[perl5-dbi/DBI-Test] 731c3c: Add push_var method to Context. Make new_*_var ret...

2014-01-27 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 731c3c2b3fff9f8fed518833294791a8880a8140 https://github.com/perl5-dbi/DBI-Test/commit/731c3c2b3fff9f8fed518833294791a8880a8140 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-26 (Sun, 26 Jan 2014

Re: get_info (was: Common DBI Driver Test Suite - Requirements)

2014-01-27 Thread Tim Bunce
On Sat, Sep 28, 2013 at 05:24:24PM +0100, Martin J. Evans wrote: I've added it to my TO_DO list. By all means pester me is you hear nothing. Plese consider yourself pestered :) Tim.

Re: Using Test::Database with DBIT

2014-01-26 Thread Tim Bunce
On Wed, Jan 15, 2014 at 02:50:22PM +, Tim Bunce wrote: Below that I've written up some thoughts on how Test::Database (TDB) fits into DBI::Test (DBIT). I've updated https://github.com/perl5-dbi/DBI-Test/tree/master/sandbox/tim with some Test::Database support. I'd very much welcome any

[perl5-dbi/dbi] cf54ba: Update changed with release date for 1.631

2014-01-21 Thread Tim Bunce
Branch: refs/tags/1.631 Home: https://github.com/perl5-dbi/dbi Commit: cf54ba6122e723113ce1f57b80d537473f9c3289 https://github.com/perl5-dbi/dbi/commit/cf54ba6122e723113ce1f57b80d537473f9c3289 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-20 (Mon, 20 Jan 2014) Changed

[perl5-dbi/dbi] 0726f3: Update Changes file for PR8, 9, and 10

2014-01-16 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: 0726f3824d4fc725e2daab6c6c424089a43ce3d3 https://github.com/perl5-dbi/dbi/commit/0726f3824d4fc725e2daab6c6c424089a43ce3d3 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed, 08 Jan 2014

Re: Using Test::Database with DBIT

2014-01-15 Thread Tim Bunce
On Sun, Sep 29, 2013 at 08:20:02PM +0100, Tim Bunce wrote: Has anyone got any experience with recent version of Test::Database? I'm wondering how it would integrate with DBIT and what extensions might be needed. We discussed this on #dbi irc around 30-09-2013. I've copied a (lightly edited

Re: DBI::Test - what does templating mean

2014-01-14 Thread Tim Bunce
, or .pm files? What's the least amount of knowledge that test code needs to work? Etc etc. Tim.

[perl5-dbi/DBI-Test] 223d52: Working example. run tumbler.pl then prove -r out

2014-01-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 223d52be1d2802f01857841d2cfa5d9f380ac6a0 https://github.com/perl5-dbi/DBI-Test/commit/223d52be1d2802f01857841d2cfa5d9f380ac6a0 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed, 08 Jan 2014

[perl5-dbi/dbi] 284d1c: Fix test t/*35thrclone.t hang on older 5.8.9 per...

2014-01-09 Thread Tim Bunce
test parallelism Various versions of these tests end up working on the same file, add pid-based disambiguator Commit: af539956481101cb11fe3d770851131e79313fdf https://github.com/perl5-dbi/dbi/commit/af539956481101cb11fe3d770851131e79313fdf Author: Tim Bunce tim.bu...@pobox.com Date

[perl5-dbi/dbi] 1bf516: move optional deps to suggest

2014-01-09 Thread Tim Bunce
) Changed paths: M Makefile.PL Log Message: --- move optional deps to suggest Commit: 28aa8829bffb0875076cfecfdba87899c466388a https://github.com/perl5-dbi/dbi/commit/28aa8829bffb0875076cfecfdba87899c466388a Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed

[perl5-dbi/dbi] ca5bca: Check for global destruction in neatsvpv

2014-01-09 Thread Tim Bunce
/b8468340db8c38867b21cda71e49c3e68a39f06e Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed, 08 Jan 2014) Changed paths: M DBI.xs Log Message: --- Merge pull request #6 from mattp-/master Check for global destruction in neatsvpv Compare: https://github.com/perl5

[perl5-dbi/DBI-Test] d83e63: Break out some tumbler.pl code into two modules

2014-01-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: d83e6325a6070c6422474b11705ac371350054e5 https://github.com/perl5-dbi/DBI-Test/commit/d83e6325a6070c6422474b11705ac371350054e5 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed, 08 Jan 2014

[perl5-dbi/DBI-Test] 7ec327: Add in/connect.t to show that connect() picks up e...

2014-01-09 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/DBI-Test Commit: 7ec32797c77397ffadc8d00a19fdfe80cf990ce9 https://github.com/perl5-dbi/DBI-Test/commit/7ec32797c77397ffadc8d00a19fdfe80cf990ce9 Author: Tim Bunce tim.bu...@pobox.com Date: 2014-01-08 (Wed, 08 Jan 2014

Re: RFI: Database URIs

2013-11-26 Thread Tim Bunce
a URL to a DBI DSN? A translation that doesn't require knowledge of any driver-specifics. Tim.

Re: RFI: Database URIs

2013-11-26 Thread Tim Bunce
that further. Tim.

Re: [perl5-dbi/dbi] b80de3: Make DBI::_handles return only the outer handle in...

2013-11-18 Thread Tim Bunce
On Sun, Nov 17, 2013 at 02:23:28PM -0800, David E. Wheeler wrote: On Nov 15, 2013, at 4:13 PM, Tim Bunce tim.bu...@pobox.com wrote: Make DBI::_handles return only the outer handle in scalar context Tim++ Well, it's still undocumented (on purpose) and, it turns out, not actually needed

[perl5-dbi/dbi] b80de3: Make DBI::_handles return only the outer handle in...

2013-11-17 Thread Tim Bunce
Branch: refs/heads/master Home: https://github.com/perl5-dbi/dbi Commit: b80de3eb5d5bd1c469391218dbc91e9f5895e4a5 https://github.com/perl5-dbi/dbi/commit/b80de3eb5d5bd1c469391218dbc91e9f5895e4a5 Author: Tim Bunce tim.bu...@pobox.com Date: 2013-11-14 (Thu, 14 Nov 2013

Re: Connected Callback Errors Ignored

2013-11-15 Thread Tim Bunce
have a strong opinion on this. Tim.

<    1   2   3   4   5   6   7   8   9   10   >