On 12 February 2010 08:06, mdipierro <[email protected]> wrote:
> what's the table definition? Your table seems to have a primary key
> field set to ' '.

db.define_table("sarua",
                Field("title", "text"),
                Field("affiliation", "text"),
                Field("country"),
                Field("year"),
                Field("research_field"),
                Field("journal"),
                Field("publication_type" ),
                Field("keywords"),
                Field("author"),
                Field("wos_id", db.wos_rou),
                Field("pubmed_id", db.pubmed_rou),
                Field("cab_id", db.cab_rou),
                Field("scopus_id", db.scopus_rou))

This table was created by web2py in postgresql.

I think postgresql is the best open source database I have worked
with, but I am not always so sure about the way python (or web2py)
communicates with it.

Anyhow thanks for your answer.  Now I know where to look for a solution.

Regards
Johann

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to