Code

- optimisation for date: if the database provides us with a datetime
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 21 Mar 2011 20:49:56 +0000 (20:49 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 21 Mar 2011 20:49:56 +0000 (20:49 +0000)
commite69afcc59a5667480bc64f142f88aa92dbafee71
tree8399356716c6cbc90f8cbddb2e82959321ccbff5
parenteb25ddf86e9f278d3e39137cae613789344dcfa2
- optimisation for date: if the database provides us with a datetime
  object, use that for creation of the roundup Date object -- don't
  convert to string first

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4582 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/backends/rdbms_common.py