Bug 8096 - last_activity doesn't work in 1.2.3
Summary: last_activity doesn't work in 1.2.3
Status: RESOLVED FIXED
Alias: None
Product: smbta
Classification: Unclassified
Component: smbtaquery (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Holger Hetterich
QA Contact:
URL:
Keywords:
Depends on:
Blocks: 8049
  Show dependency treegraph
 
Reported: 2011-04-18 21:23 UTC by Holger Hetterich
Modified: 2011-04-29 18:43 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Holger Hetterich 2011-04-18 21:23:23 UTC
For reasons I don't yet know, the last_activity function doesn't return anything in 1.2.3, regardless of the involvement of libDBI or not. Need to take a look at this for 1.2.4.
Comment 1 Holger Hetterich 2011-04-23 21:05:00 UTC
first problem was that a local sqlite database as helper is not created. Done. next is the behaviour of get_element...
Comment 2 Holger Hetterich 2011-04-23 21:46:00 UTC
Done, last_activity works with the exception of the timestamp, but I think I'll fix that tomorrow. We are good in time.
Comment 3 Holger Hetterich 2011-04-29 18:43:17 UTC
The timestamp can't be fixed due to a limitation of libDBI, which only returns a time_t for times that doesn't feature the resolution the millisecond. However, this functionality will be available with the next release of libDBI, and we will take that into account for a 1.2.4 release. So this can be closed.