adding transactional support and preapred statements to WebGUI::SQL

This commit is contained in:
JT Smith 2004-07-05 03:42:46 +00:00
parent 3da0a252ce
commit 2b63ab6878
2 changed files with 145 additions and 31 deletions

View file

@ -29,8 +29,8 @@
WSClient.
- Adding form param WSClient_skipCache when posting to WSClient wobject
allows us to ignore even good soap return caches (mostly for testing use)
- Moved to a compiled internationalization and help system. At a cost of 3
megabytes of RAM, it provides a boost in performance of over 35%. More
- Moved to a compiled internationalization and help system. At a cost of 400
kilobytes of RAM, it provides a boost in performance of over 35%. More
importantly though, it cuts the number of database queries in half on an
average page, which leads to much greater scalability. See
docs/migration.txt for API changes.
@ -47,6 +47,9 @@
type in the same form.
- Sped up the page editing page by 50% by rearranging the javascript on the
page.
- Added prepared statement handlers to WebGUI::SQL.
- Added transaction handlers to WebGUI::SQL.
- Added additional debugging to WebGUI::SQL.
6.0.3