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
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
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:
>
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:
>
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
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
6 matches
Mail list logo