[ANN] plruby

plruby 0.3.3 is out at

 http://raa.ruby-lang.org/list.rhtml?name=pl-ruby

Changes

  • corrected a bug with GC

  • corrected a problem with timeout, which give you the possibility to
    write “stupid” thing

  • its new name is PL, i.e. it begin with

    module PL end
    PLruby = PL

  • new class PL::Plan with methods ::new, #exec, #fetch, #each, #save,
    #release and #cursor

  • new class PL::Cursor with #fetch, #move, #each, #reverse_each, #rewind
    and #close

  • functions can have the return type REFCURSOR

Guy Decoux

“ts” decoux@moulon.inra.fr wrote in message
news:200302151520.h1FFKsI09326@moulon.inra.fr

plruby 0.3.3 is out at

 http://raa.ruby-lang.org/list.rhtml?name=pl-ruby

When making announcements, please give at least a minimum of info about what
is announced - e.g.

pl-ruby, a PostgreSQL Procedure Language binding for Ruby

Mikkel

"ts" <decoux@moulon.inra.fr> wrote in message
news:200302151520.h1FFKsI09326@moulon.inra.fr...

plruby 0.3.3 is out at

http://raa.ruby-lang.org/list.rhtml?name=pl-ruby

When making announcements, please give at least a minimum of info about what
is announced - e.g.

pl-ruby, a PostgreSQL Procedure Language binding for Ruby

Why do you think that there is an URL ?

Guy Decoux

Sorry, but I agree with the request. One sentence could tell me whether
'pl-ruby' is of interest to me or not. It should be included out of
politeness, to save people having to do work as a result of their posting.

Generally I ignore such postings. If the poster can't be bothered to inform
me what their module is for, why should I be bothered to go look at it?

Regards,

Brian.

···

On Sun, Feb 16, 2003 at 07:37:52PM +0900, ts wrote:

> When making announcements, please give at least a minimum of info about what
> is announced - e.g.

> pl-ruby, a PostgreSQL Procedure Language binding for Ruby

Why do you think that there is an URL ?

ts wrote:

When making announcements, please give at least a minimum of info about what
is announced - e.g.

pl-ruby, a PostgreSQL Procedure Language binding for Ruby

Why do you think that there is an URL ?

With all due respect to Guy, I have to take sides with Mikkel here.

Newsgroup and mailinglist postings are primarily “push” media, while web
is a “pull” media. It seems strange to push new version number but fail
to include enough information so that a reader can quickly find out
whether he needs or wants to visit the URL.

On a side note, I’ve been thinking the pl stood for Perl or Prolog until
now, and have thus faintfully ignored the posts, but now knowing its a
database thing, I’ve gotten curious. :slight_smile:

···


([ Kent Dahl ]/)_ ~ [ http://www.stud.ntnu.no/~kentda/ ]/~
))_student
/(( _d L b_/ NTNU - graduate engineering - 5. year )
( __õ|õ// ) )Industrial economics and technological management(
_
/ö____/ (_engineering.discipline=Computer::Technology)

Generally I ignore such postings.

Perfect.

Guy Decoux

On a side note, I’ve been thinking the pl stood for Perl or Prolog until
now, and have thus faintfully ignored the posts, but now knowing its a
database thing, I’ve gotten curious. :slight_smile:

I see what you mean. But I was automatically
reminded of PL/SQL (not necessarily a pleasant
memory), so I guess I assumed subconsciously
it was a database tool.

Anyhow, I get the impression that if Guy can’t
post in pure Ruby, he would rather use French. :wink:

Personally I am glad I don’t have to post in a
language other than my native tongue.

Maybe we can all post our announcements in a
Ruby-like pidgin from now on:

plruby.is_a?(database_tool) # true
plruby.for?(PostgreSQL) # true
plruby.docs.languages # [Ruby, Francais]
plruby.license # whatever

Cheers,
Hal

···

----- Original Message -----
From: “Kent Dahl” kentda@stud.ntnu.no
Newsgroups: comp.lang.ruby
To: “ruby-talk ML” ruby-talk@ruby-lang.org
Sent: Sunday, February 16, 2003 5:02 AM
Subject: Re: [ANN] plruby

I also thought it had something to do with Perl.
Is it really that difficult to write a one-sentence description?
If you announce a module, the least you can do is tell us what it’s for.
I too ignore announcements without this most basic information.

···

On Sun, Feb 16, 2003 at 08:02:38PM +0900, Kent Dahl wrote:

On a side note, I’ve been thinking the pl stood for Perl or Prolog until
now, and have thus faintfully ignored the posts, but now knowing its a
database thing, I’ve gotten curious. :slight_smile:


Daniel Carrera
Graduate Teaching Assistant. Math Dept.
University of Maryland. (301) 405-5137

… and each message MUST have a Unit Test that will be executed by the
mail2news gateway script :wink:

[moreover it must be GPG-signed so we only run code from trusted people]

···

On Sun, Feb 16, 2003 at 08:12:43PM +0900, Hal E. Fulton wrote:

Anyhow, I get the impression that if Guy can’t
post in pure Ruby, he would rather use French. :wink:

Personally I am glad I don’t have to post in a
language other than my native tongue.

Maybe we can all post our announcements in a
Ruby-like pidgin from now on:

plruby.is_a?(database_tool) # true
plruby.for?(PostgreSQL) # true
plruby.docs.languages # [Ruby, Francais]
plruby.license # whatever


_ _

__ __ | | ___ _ __ ___ __ _ _ __
'_ \ / | __/ __| '_ _ \ / ` | ’ \
) | (| | |
__ \ | | | | | (| | | | |
.__/ _,
|_|/| || ||_,|| |_|
Running Debian GNU/Linux Sid (unstable)
batsman dot geo at yahoo dot com

Are we going to make an emacs out of apt?
APT - Debian in a program. It even does your laundry
– Seen on #Debian

From: “Kent Dahl” kentda@stud.ntnu.no
[…]

On a side note, I’ve been thinking the pl stood for Perl or Prolog until

So did I. I thought it was the Perl to Ruby translator project
becoming reality :slight_smile:

Personally I am glad I don’t have to post in a
language other than my native tongue.

Agreed, by which I mean respect to those who do.

Maybe we can all post our announcements in a
Ruby-like pidgin from now on:

plruby.is_a?(database_tool) # true
[…]

I think if people wish to be minimalist then a ‘keywords’ entry such as

Keywords: Database, PostGreSQL

would go a long way to helping people decide whether to followup any
URL reference. The writers don’t have to wrestle with English
grammar, and translation of keywords is “just” a dictionary lookup.

Cheers,
Hal

    Hugh
···

On Sun, 16 Feb 2003, Hal E. Fulton wrote:

----- Original Message -----

I had assumed that it was something to do with Oracle. Interesting.

···

On Sunday 16 February 2003 03:12, Hal E. Fulton wrote:

----- Original Message -----
From: “Kent Dahl” kentda@stud.ntnu.no
Subject: Re: [ANN] plruby

On a side note, I’ve been thinking the pl stood for Perl or Prolog until
now, and have thus faintfully ignored the posts, but now knowing its a
database thing, I’ve gotten curious. :slight_smile:

I see what you mean. But I was automatically
reminded of PL/SQL (not necessarily a pleasant
memory), so I guess I assumed subconsciously
it was a database tool.

Cheers,
Hal

– Charles Hixson
Avoid centralized designs. A centralization of control is a failure
waiting to happen.

[moreover it must be GPG-signed so we only run code from trusted people]

Just begin with

   $SAFE = 12

Guy Decoux