Thanks Adrian. With those, I could start the server. (For those trying
to solve the same problem, oracle.py already had get_table_list and
get_relations; I just needed get_table_description and get_indexes.)

Adrian Holovaty wrote:
> On 3/14/06, Zed Lopez <[EMAIL PROTECTED]> wrote:
> > None of the ticket 87 files seem to have anything about
> > 'get_table_description.'
> >
> > So how is one supposed to install the Oracle patch?
>
> Hi Zed,
>
> Add the following functions to your oracle.py file and let us know how it 
> goes.
>
> def get_table_list(cursor):
>     raise NotImplementedError
>
> def get_table_description(cursor, table_name):
>     raise NotImplementedError
>
> def get_relations(cursor, table_name):
>     raise NotImplementedError
>
> def get_indexes(cursor, table_name):
>     raise NotImplementedError


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to