Subject: | I have some updates and new features |
(This is a copy of an email I sent on 2006-06-28, but never received a
reply to.)
Hi, are you still maintaining the module? I like it, but I missed some
things so I've made some changes to your module to allow:
1) returning the statement handle from the method so that I can
call whatever fetchxxx_xxx method I need.
2) to specify how to report errors
3) to be able to automaticaly find out what arguments does a
stored procedure have and whether they are IN or INOUT and handle the
output parameters (MS SQL Server only)
4) to allow me to store the values of some "static" arguments in a
session so I do not have to repeat them with every call (eg. user id,
this is mapped after my SP_COM_Generator I use to generate the
database access layer to use in ASP/VB code)
5) use shorter codes in place of WANT_xxx constants
6) only optionaly report useless arguments
7) use carp() instead of warn() for the useless arguments so that
the warnings list the place where is the method called from and not
the place in DBIx::LazyMethod
8) ... I probably forgot something.
I do not have access to mysql or Pg so I can't run those tests, but
the rest of the tests works.
I do not have tests for the new stuff yet, but the code works in some
tools I wrote.
I can add the tests if you are interested.
Jenda
Subject: | DBIx-LazyMethod-1.07j.zip |
Message body not shown because it is not plain text.