Members onTap missing ResultSet Argument Fix

No new release is complete without some bugs. :)

I had just recently added support in version 3 of the framework for returning the result structure from insert/update/delete statements from the SQL Abstraction library. I knew that there were listeners on the statement object and that for select statements, the listener could modify the returned query if necessary, so I decided to retain that with the result structures1.

Unfortunately I changed the name of the argument being passed to the listeners from "resultset" to "result", which is more appropriate if it isn't necessarily a query, but of course that broke some existing code in the member plugin. So I just added a fix for the member plugin, the statement object (in the framework core) now passes both a "result" and "resultset" argument to its listeners, although both arguments have the same value. And I uploaded a new zip archive.

  1. This also allowed me to add support for SQL Server Identity columns in the dao object, which I'm sure will make some folks happy. :) I've run into far too many problems with identity columns to be terribly excited to use them. But I'm certainly not going to deny support for folks who like them.

Comments
BlogCFC was created by Raymond Camden. This blog is running version 5.5.006.