From: SourceForge.net <no...@so...> - 2010-04-11 07:08:49
|
Bugs item #2985316, was opened at 2010-04-11 07:08 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2985316&group_id=51305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: any Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DatabaseLayer FirebirdResultSet SetDateTimeFromTm invalid Initial Comment: FirebirdResultSet::SetDateTimeFromTm Setting with struct tm& timeInTm causes an assert because of the following dateReturn.Set(..., timeInTm.tm_year + 1900 It adds 1900 to an absent date so day = 0, month = 0, year = 1900 causing an assert. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=2985316&group_id=51305 |