Nejuf / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 0 forks source link

GetTables should return all tables by default #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
If you call GetTables() with no arguments, it is the user's assumption that
all tables will be returned

What is the expected output? What do you see instead?
There is a error:
  File ".../gdata/modules//lib/python/gdata/spreadsheet/text_db.py", line
252, in GetTables
    worksheet_feed = self.client._GetSpreadsheetsClient().GetWorksheetsFeed(
  File ".../gdata/modules//lib/python/gdata/spreadsheet/service.py", line
108, in GetWorksheetsFeed
    uri = query.ToUri()
  File ".../gdata/modules//lib/python/gdata/service.py", line 1052, in ToUri
    return atom.service.BuildUri(q_feed, self)
  File ".../gdata/modules//lib/python/atom/service.py", line 582, in BuildUri
    parameter_list = DictionaryToParamList(url_params, escape_params)
  File ".../gdata/modules//lib/python/atom/service.py", line 549, in
DictionaryToParamList
    parameter_tuples = [(transform_op(param), transform_op(value))
  File "/usr/lib/python2.4/urllib.py", line 1122, in quote_plus
    if ' ' in s:

What version of the product are you using?
2.0

Please provide any additional information below.

Original issue reported on code.google.com by krabs...@gmail.com on 17 Jun 2008 at 9:33

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Please see fix attached

Original comment by krabs...@gmail.com on 18 Jun 2008 at 3:13

Attachments:

GoogleCodeExporter commented 9 years ago
This patch looks good. I've checked this in as revision 424. Thank you!

Original comment by api.jscu...@gmail.com on 18 Jun 2008 at 10:16

GoogleCodeExporter commented 9 years ago

Original comment by api.jscu...@gmail.com on 18 Jun 2008 at 10:16