Is this in the stable version yet? I am having the same issue and updating 
to the latest stable doesn't help.

If not, is there a small fix I can use in the meantime?

Best regards,
Joel Samuelsson

Den onsdagen den 18:e september 2013 kl. 14:56:50 UTC+2 skrev Dimid Korovev:
>
> Ticket opened: 
> https://code.google.com/p/web2py/issues/detail?id=1682
>
> I'd appreciate help with the first question and feedback on the script.
>
> 2013/9/17 Massimo Di Pierro <massimo....@gmail.com <javascript:>>
>
>> Please open a ticket about this.
>>
>>
>> On Tuesday, 17 September 2013 08:53:10 UTC-5, Dimid Korovev wrote:
>>>
>>> Update to question 2: PUT works now, but DELETE doesn't. I get the 
>>> following error:
>>>
>>>  <type 'exceptions.TypeError'> not indexable
>>>
>>> web2py™ Version 
>>>  2.6.3-stable+timestamp.2013.09.15.17.01.20Python  Python 2.7.4: 
>>> /usr/bin/python (prefix: /usr)  Traceback (most recent call last):  
>>>   File "../gluon/restricted.py", line 217, in restricted  
>>>     exec ccode in environment  
>>>   File "../applications/app/controllers/default.py", line 103, in <module>  
>>>   File "../gluon/globals.py", line 378, in <lambda>  
>>>     self._caller = lambda f: f()  
>>>   File "../gluon/globals.py", line 348, in f  
>>>     raise e  TypeError: not indexable
>>>
>>>
>>>
>>>
>>> El lunes, 16 de septiembre de 2013 16:44:10 UTC+3, Dimid Korovev 
>>> escribió:
>>>>
>>>> Hi All,
>>>>
>>>> I heard about web2py following this question:
>>>> http://stackoverflow.com/questions/5899483/generate-
>>>> rest-based-service-from-database-schema<http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F5899483%2Fgenerate-rest-based-service-from-database-schema&sa=D&sntz=1&usg=AFQjCNHsxGPb88vupr1PAXmOsuRma_kN3Q>
>>>>
>>>> My goal is to create a RESTful web service from a DB, such that when 
>>>> the DB is modified, no code changes would be needed.
>>>>
>>>> Questions:
>>>> 1. When creating the DB schema to be extracted, should I add an 'id' 
>>>> field? If I do, the resulted 'legacy_db_web2py_code' string contains an 
>>>> 'ID' field in 'define_table'. However, the documentation says such field 
>>>> is 
>>>> already created implicitly. If I don't, I need another PK to create 
>>>> relations with foreign keys.
>>>>
>>>> 2. I've found an example here:
>>>> http://www.web2pyslices.com/slice/show/1534/restful-
>>>> services-with-curl-andor-python<http://www.google.com/url?q=http%3A%2F%2Fwww.web2pyslices.com%2Fslice%2Fshow%2F1534%2Frestful-services-with-curl-andor-python&sa=D&sntz=1&usg=AFQjCNG66JDTUFnpIhXSu-pjMew3RU8whA>
>>>>
>>>> but PUT and DELETE won't work (GET and POST do work). any suggestions?
>>>>
>>>> 3.I've written a small scitpt (attached) which wraps 
>>>> 'extract_mysql_models'. Feedback would be welcomed.
>>>>
>>>> Thanks in advance
>>>>
>>>  -- 
>> Resources:
>> - 
>> http://web2py.com<http://www.google.com/url?q=http%3A%2F%2Fweb2py.com&sa=D&sntz=1&usg=AFQjCNE7x6wflFTAQ11b-FhtMwFfvltXeg>
>> - 
>> http://web2py.com/book<http://www.google.com/url?q=http%3A%2F%2Fweb2py.com%2Fbook&sa=D&sntz=1&usg=AFQjCNFAv433a0RL4nfaYxTbZ4cHi4Q78A>(Documentation)
>> - 
>> http://github.com/web2py/web2py<http://www.google.com/url?q=http%3A%2F%2Fgithub.com%2Fweb2py%2Fweb2py&sa=D&sntz=1&usg=AFQjCNHSwgWBkjuiIoo30014e8BB_iCDag>(Source
>>  code)
>> - https://code.google.com/p/web2py/issues/list (Report Issues)
>> --- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "web2py-users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/web2py/FDmOccKa39E/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> web2py+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to