Innova totally broke the servlet when moving queries from the tcl file to a new xql file as part of the port to oracle effort. These change…
Show more
Innova totally broke the servlet when moving queries from the tcl file toa new xql file as part of the port to oracle effort. These changes werecommitted WITHOUT TESTING and it took me HOURS TO FIND THE PROBLEMS, someof which were easy to fix, some not. At the "some not" point, I decided tojust remove Innova's work because CHANGES NEED TO BE TESTED BEFORE BEINGCOMMITTED. Innova can continue their work and commit after they've testedit.Hint: When there are several dynamic queries built up in a tcl string named"todo" then executed as "db_dml todo $todo" you can NOT replace all of thesewith one static query in the query file named "todo".Sigh.
Show less