[Solar-svn] Revision 3069
pmjones at solarphp.com
pmjones at solarphp.com
Fri Apr 4 10:43:06 CDT 2008
Solar_Sql_Adapter: [CHG] Profile info now includes a third element: the data passed to the query.
Modified: trunk/Solar/Sql/Adapter.php
===================================================================
--- trunk/Solar/Sql/Adapter.php 2008-04-04 15:41:45 UTC (rev 3068)
+++ trunk/Solar/Sql/Adapter.php 2008-04-04 15:43:00 UTC (rev 3069)
@@ -583,7 +583,7 @@
// retain the profile data?
if ($this->_profiling) {
$after = microtime(true);
- $this->_profile[] = array($after - $before, $obj->queryString);
+ $this->_profile[] = array($after - $before, $obj->queryString, $data);
}
// done!
More information about the Solar-svn
mailing list