Great links, Michal - thanks!
On Oct 31, 4:50 pm, michal niklas <[EMAIL PROTECTED]> wrote:
> mdipierro <[EMAIL PROTECTED]> wrote:
> > No you will have to type the table definitions
>
> > db.define_table('tablename',...fields...,migrate=False)
>
> Thanks for all replies.
> I think I will create such tool.
> Some weeks ago I created tool to retrive Oracle schema,
> and I think it will be base to create such tool for Oracle
> db:http://code.activestate.com/recipes/576534/
>
> I thought about reading PostgreSQL schema from output of:
> pg_dump --schema-only
> but I think the better solution is reading from system tables as shown
> in:http://www.alberton.info/postgresql_meta_info.html
> It will warn if there is no 'id' column in table.
>
> Regards,
> Michal Niklas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---