diff options
author | randomdan <randomdan@localhost> | 2011-02-18 11:01:26 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-02-18 11:01:26 +0000 |
commit | 4efd293d8de0834eadc018304986a6e1a3395c79 (patch) | |
tree | 1029ce741c7c048b4dce240ffbbff340b6c0f999 /project2/cgi | |
parent | Add a Null variable type and support for it, this is now the default (diff) | |
download | project2-4efd293d8de0834eadc018304986a6e1a3395c79.tar.bz2 project2-4efd293d8de0834eadc018304986a6e1a3395c79.tar.xz project2-4efd293d8de0834eadc018304986a6e1a3395c79.zip |
Don't require the (probably repeated) inclusion of datasource definitions, have CommonObjects load them once on demand
Fix rdbmsDataSource closing transactions it didn't open
Change XML to match the above changes
Diffstat (limited to 'project2/cgi')
-rw-r--r-- | project2/cgi/cgiAppEngine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/cgi/cgiAppEngine.cpp b/project2/cgi/cgiAppEngine.cpp index b273fda..345932a 100644 --- a/project2/cgi/cgiAppEngine.cpp +++ b/project2/cgi/cgiAppEngine.cpp @@ -152,7 +152,6 @@ CgiApplicationEngine::RequestStage::RequestStage(const CgiApplicationEngine * e, present = requestRoot->get_attribute_value("present"); LoaderBase loader("http://project2.randomdan.homeip.net", true); - loader.supportedStorers.insert(Storer::into(&datasources)); loader.supportedStorers.insert(Storer::into(¶meterChecks)); loader.supportedStorers.insert(Storer::into(&rowSets)); loader.supportedStorers.insert(Storer::into(&tasks)); |