pgTAP 0.20 Infiltrates PostreSQL Community

2009-03-30 Thread David E . Wheeler
I did all I could to stop it, but it just wasn't possible. pgTAP 0.20 has somehow made its way from my Subversion server and infiltrated the PostgreSQL community. Can nothing be done to stop this menace? Its use leads to cleaner, more stable, and more-safely refctored code. This ins

Re: New pgTAP, pgTAP Site

2008-09-19 Thread David E. Wheeler
On Sep 18, 2008, at 16:12, David E. Wheeler wrote: Howdy, I've released a new version of pgTAP, 0.10. Grab it here: http://pgfoundry.org/frs/?group_id=1000389 Changes mainly include lots of new functions for testing a schema (has_table(), has_view(), has_col(), has_pk(), h

New pgTAP, pgTAP Site

2008-09-18 Thread David E. Wheeler
Howdy, I've released a new version of pgTAP, 0.10. Grab it here: http://pgfoundry.org/frs/?group_id=1000389 Changes mainly include lots of new functions for testing a schema (has_table(), has_view(), has_col(), has_pk(), has_fk(), col_is_pk(), col_is_fk(), fk_ok(), etc.) and portab

Re: pgTAP

2008-06-13 Thread Andy Armstrong
On 14 Jun 2008, at 02:21, Michael Carman wrote: Who's running that list, anyway? I tried to sign up a week or two ago but never got any confirmation (or messages). I just resubmitted my request. Me :) I don't see any mention of you in the list membership but other people have successfull

Re: pgTAP

2008-06-13 Thread Aristotle Pagaltzis
* Michael Carman <[EMAIL PROTECTED]> [2008-06-14 03:25]: > Who's running that list, anyway? Andy Armstrong. C.f. http://www.nntp.perl.org/group/perl.qa/;[EMAIL PROTECTED] http://www.nntp.perl.org/group/perl.qa/;[EMAIL PROTECTED] http://www.nntp.perl.org/group/perl.qa/;[EMAIL PROTECTED] > I tried

Re: pgTAP

2008-06-13 Thread Michael Carman
Aristotle Pagaltzis wrote: I think you wanted to send this to [EMAIL PROTECTED] Who's running that list, anyway? I tried to sign up a week or two ago but never got any confirmation (or messages). I just resubmitted my request. -mjc

RE: pgTAP

2008-06-10 Thread leif . eriksen
> -Original Message- > From: Aristotle Pagaltzis [mailto:[EMAIL PROTECTED] > > that's the power of TAP. >... Wasn't that a hit for Huy Lewis years ago ?...

Re: pgTAP

2008-06-10 Thread Aristotle Pagaltzis
* David E. Wheeler <[EMAIL PROTECTED]> [2008-06-11 04:05]: > I guess. I'm not on that list. I was just thinking, do QA in > SQL! Well, that’s the point of that list. :-) We’re trying to make TAP a less of a Perl echo chamber thing, and from that desire the site and list

Re: pgTAP

2008-06-10 Thread David E. Wheeler
On Jun 10, 2008, at 14:10, Aristotle Pagaltzis wrote: Hi David, I think you wanted to send this to [EMAIL PROTECTED] I guess. I'm not on that list. I was just thinking, do QA in SQL! Best, David

Re: pgTAP

2008-06-10 Thread Aristotle Pagaltzis
Hi David, I think you wanted to send this to [EMAIL PROTECTED] Regards, -- Aristotle Pagaltzis //

pgTAP

2008-06-10 Thread David E. Wheeler
ry.org/projects/pgtap/ It includes a Perl app, pg_prove, that works just like prove, but use psql under the hood, and has relevant options for it. Thanks to Ovid and Andy for TAP::Harness -- it made it really easy! But a quick question: I'm going to start writing SQL unit tests in an Catal