Excellent!

I already included it to try it out but how do i use it?

When I use your example I get:

AttributeError: 'DAL' object has no attribute '_insert' 
(obviously because there is no _select() in DAL)

When i try:
db._adapter._insert(props)
I get:

 File "C:\Users\Quint*********\gluon\dal.py", line 5302, in <genexpr>
    return dict((f.name,self.represent(v,f.type)) for f,v in fields)
ValueError: too many values to unpack

What do I need to supply to _select()?
 It looks like I need to supply a collection of Fields.

I'm missing something...

On Thursday, January 9, 2014 2:00:08 PM UTC+1, Alan Etkin wrote:
>
> How about adding support in dal.py for the following:
>>
>> # processes the field input and add defaults, computes, etc. (does not 
>> make actual insertion).
>> >>> values = db._insert(spam="alot", ...)
>> {"spam": "alot", ...}
>>
>
> I made a pr about supporting _insert for processing values without 
> applying changes to the database as proposed in the previous post
>
> https://github.com/web2py/web2py/pull/341
>
>
>

-- 
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