pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:173:
- Repair fetch_row_array(). - Ensure that all database errors result in exceptions (eventually). - affected_rows() and status_command_complete() now wait until they have a meaningful result to report. - Closing the database will wait until all running queries have been committed.
+
- Report correct number of affected_rows() for INSERTs.
+
o mktime/System.TM - Make timezone management consistent (especially UTC handling). - Fix memory leak in strftime(). o Standards.IIM Disabled debug output for unknown segment markers.