zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #12038
[Merge] lp:~zorba-coders/zorba/markos-scratch into lp:zorba
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch into lp:zorba.
Requested reviews:
Markos Zaharioudakis (markos-za)
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/114297
added auditing in zorba cmd + fixed bug in auditing the parse time
--
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/114297
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'bin/zorbacmd.cpp'
--- bin/zorbacmd.cpp 2012-06-28 04:14:03 +0000
+++ bin/zorbacmd.cpp 2012-07-10 23:16:22 +0000
@@ -803,7 +803,9 @@
if (properties.trailingNl())
outputStream << std::endl;
-
+
+ query->close();
+
// stop the execution timer
if (doTiming)
timing.stopTimer(TimingInfo::EXEC_TIMER, i);
Follow ups