# Friday, November 03, 2006
« It's nice being back to work - too bad i... | Main | Mobile accessibility device »
I just installed P4Report, which basically gives you ODBC access to your Perforce depot - pretty cool.  I can now whip out a status report for the week:

select user, description, date from changes where user in ('joe', 'dave') and timestampdiff(4, date, curtime()) < 7 and P4OPTIONS='longdesc' order by user, date;

Comments are closed.