postgres interface

2006-09-24 Thread Leopold Toetsch
Hi folks, I've started hacking postgres.pir and related stuff. Some remarkable notes: * there's a test now (or the beginnings of it): $ ./parrot t/library/pg.t (the old code didn't even load_bytecode) The test assumes, there's a user's default table. * I've removed the 'PostgreSQL::' pref

postgres interface

2006-09-24 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Sun, 24 Sep 2006 20:55:51 +0200 Hi folks, I've started hacking postgres.pir and related stuff. Some remarkable notes: * there's a test now (or the beginnings of it): $ ./parrot t/library/pg.t (the old code didn't even load_

Re: postgres interface

2006-09-25 Thread Leopold Toetsch
Am Montag, 25. September 2006 00:01 schrieb Bob Rogers: > It turns out that if libpq.so doesn't exist, pg.t makes t/harness give > up completely: Yep. > I managed to get it to fail less hard (see patch): Thanks, applied. > But, as you can see, the continuation barrier gets in the way of the > e