[Dbix-class] FYI: Muldis D code example, 2008 April 30 edition
David E. Wheeler
david at kineticode.com
Tue May 6 03:33:50 BST 2008
On May 1, 2008, at 01:13, Darren Duncan wrote:
> The example program will create a temporary depot/database, install
> a stored procedure in it, and invoke that stored procedure. The
> stored procedure will prompt the user to enter details for 3 people,
> specifically their names and addresses, which it will store in a
> relvar/table. It will then prompt the user to enter a person's name
> to search for, look for a matching person's details in the relvar/
> table, and then inform the user of that person's address. Note that
> for brevity this example program is naive does not check that the
> search name actually matched 1 person, and simply tries to use the
> result, meaning it will die if that expectation isn't met; a real
> program would do more testing.
Well, that's completely over *my* head. I'll have to see if I can
sneak into your talk at OSCON somehow…
Best,
David
More information about the DBIx-Class
mailing list