Forum OpenACS Development: Response to Query Dispatcher initial specs posted

Collapse
Posted by Kapil Thangavelu on
another version of acs-sql-extractor is out.

check it at
http://www.zope.org/Members/k_vertigo/acs-sql-extractor.tgz

it basically works according to spec with the one major caveat of
not always being correct in assoc. of query names with the right
proc in library files (my regex is a little too greedy). the output
is according to the current spec, with some minor additions of a
container tag for queries and a additional query tag to note the
type of db api method.

i also added in some basic documentation, check the changes file for
more info on whats changed.