TypeError: "'str' object is not callable"
|
function run in nightly_expiring.py at line 22 |
|
self.get_expiring(db) |
|
function get_expiring in nightly_expiring.py at line 40 |
|
for row in db.view(view, params): |
|
function __iter__ in untitled at line 984 |
|
return iter(self.rows) |
|
function rows in untitled at line 1003 |
|
self._fetch() |
|
function _fetch in untitled at line 992 |
|
self._rows = [wrapper(row) for row in data['rows']] |
--
You received this message because you are subscribed to the Google Groups "CouchDB-Python" group.
To post to this group, send email to couchdb...@googlegroups.com.
To unsubscribe from this group, send email to couchdb-pytho...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/couchdb-python?hl=en.
Thanks I knew it was something simple.
I'd be happy to do it, but my English is too weak for that task ):
However, current description notes that you could pass any query
parameters, even your own and doesn't binds couchdb-python
documentation to CouchDB supported features.
--
,,,^..^,,,
I'll not agree with you in this case, due to date ranges could be
implemented in different ways. For example, for the last time I'd
prefer @rnewson idea(at least he mentioned it in IRC) about storing
datetime in array form as [yyyy, mm, dd, HH, MM, SS] - it provides
great statistic features over time. So datetime representation is
heavy dependend from task that you solves.
--
,,,^..^,,,
Yes, storing datetime values as ISO string format in universal method,
but all depends from tasks that you're solving(: