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::' prefix from all NCI globals and instead 
inserted

  .namespace ['Pg']         # (1)

* And I've started runtime/parrot/library/Pg.pir - an OO interface to 
postgres.pir.

Patches, suggestions, comments, ... welcome
leo

(1) I'm still not aware of any policy regarding parrot lib namespaces.

Reply via email to