[web2py] Re: Error when Inserting a new user programmatically with web2py, v2.4.6, TypeError: character mapping

2013-05-07 Thread Stan Lexow
reserved=['all']) 2) auth initialization: auth = Auth(db, hmac_key=Auth.get_or_create_key())vs. auth = Auth(db) and then my original post... On Tuesday, May 7, 2013 12:42:58 PM UTC-4, Stan Lexow wrote: > > * > > > Inserting a new user programmatically with web2py, v2.4.6

[web2py] Error when Inserting a new user programmatically with web2py, v2.4.6, TypeError: character mapping

2013-05-07 Thread Stan Lexow
not get an error and the insert works as expected. email = 'first.l...@email.com' first_name='first' last_name=’last' password='flast123' # web2py database portion... db.auth_user.insert(first_name=first_name, last_name=last_name, email=emai

[web2py:10700] Re: Existing Database Schema

2008-10-28 Thread Stan
So you are saying that web2py will 'attach' to views in the same way as tables(migrate=false), as long as the fields in the views match the table criteria? That sounds very promising to enable connection to complex preexisting schemas. On Oct 22, 10:38 am, "Yarko T" <[EMAIL PROTECTED]> wrote: >

[web2py:10699] Re: Existing Database Schema

2008-10-28 Thread Stan
So you are saying that web2py will 'attach' to views in the same way as tables(migrate=false), as long as the fields in the views match the table criteria? That sounds very promising to enable connection to complex preexisting schemas. On Oct 22, 10:38 am, "Yarko T" <[EMAIL PROTECTED]> wrote: >

[web2py:10290] Re: Database sharing

2008-10-15 Thread Stan
ial. Thank you very much, Stan On Oct 15, 11:58 am, mdipierro <[EMAIL PROTECTED]> wrote: > web2py ONLY talks to the tabase engine in SQL and SQL does not prove a > means to query for table structure. > > If you want to access an existing table you can, if and only if the > ta

[web2py:10291] Re: Database sharing

2008-10-15 Thread Stan
ial. Thank you very much, Stan On Oct 15, 11:58 am, mdipierro <[EMAIL PROTECTED]> wrote: > web2py ONLY talks to the tabase engine in SQL and SQL does not prove a > means to query for table structure. > > If you want to access an existing table you can, if and only if the > ta