Lothar Scholz <mailinglists / scriptolutions.com> wrote in message news:<893738343.20040423214225 / scriptolutions.com>...
> Hello Francis,
> 
> Friday, April 23, 2004, 9:14:06 PM, you wrote:
> 
> FH> My object-relational mapping library Lafcadio also has triggers in it.
> FH> You can check it out at http://lafcadio.rubyforge.org/ . You can write
> FH> both pre- and post-commit triggers in Ruby code, and you can even
> FH> write automated tests against those triggers if that's your sort of
> FH> thing.
> 
> FH> Lafcadio was written first for MySQL but I know somebody who's managed
> FH> to make use of it with MS SQL Server.
> 
> And did he send you the patches ?

Well, it's Kaspar, and he's sent me patches for plenty of other
things, but not for MS SQL. Which leads me to believe that at the
level of SQL that Lafcadio uses there are no patches necessary.

FWIW, I'm very interested in supporting any DB, but I'm not certain
exactly how to do it with MS SQL since I don't have regular access to
a Windows box that I could use to ensure things were working. (My
computing life is solidly OS X and Linux these days.) I wonder how
other project maintainers handle this sort of thing.

F.