Forum OpenACS Improvement Proposals (TIPs): Re: TIP #37 (Proposed): Queries in XQL file conventions

Collapse
Posted by Jon Griffin on
One nice potential thing of *.xql is the reuse of queries. I realize this isn't really feasible now, but it would sure make maintenance much easier if you could have a set of generic queries in your package (i.e. get users) and then call that query from multiple places.

Not a big issue on a small site but every bit helps. By moving them into the .tcl you lose that ability. Also, if the potential of db_map is ever realized, how will this affect that use?