You might want to take a look at gluon/sql.py -
If you search for "oracle", that seems to most consistently have special
handling - this will give you a hint at what you might need to graft.

Mappings in SQL_DIALECTS;
connections in SQLDB:__init__();
SQLTable:SQLDB_insert();
SQLSet: SQLDB:_select();


probably not
 sql_represent();
SQLTable:_create();
SQLTable:_drop();


If you know these DB's SQL dialect, it's probably not hard.

Others have Added Firebird & Oracle in sort time.

Have a look.

Regards,
Yarko


On Sun, Nov 9, 2008 at 8:17 PM, epsilon <[EMAIL PROTECTED]> wrote:

>
> All:
>
> I have a project at work where I want to use the builtin Web2Py ORM.
> Is there a development effort underway for Informix and DB2 support in
> Web2Py?  I prefer not to use SQLAlchemy with Web2Py since I have read
> that much is stripped away from Web2Py when implementing SQLAlchemy.
>
> Sincerely,
> Christopher
>
> >
>

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

Reply via email to