Re: Contributing to Oracle database backend code

2006-12-18 Thread ogghead
The introspection methods get_relations() and get_indexes() are implemented for Oracle in the boulder-oracle-sprint branch. The SQL was tricky and may still be incorrect--we haven't had time to test "python manage.py inspectdb" much as we are still working on more basic functionality. I'll paste

Contributing to Oracle database backend code

2006-12-16 Thread McA
Hi all, want to give django a try with an Oracle database. Downloaded current svn version and saw that two methods/functions in introspection.py are not implemented yet. get_relations and get_indexes. I would like to contribute this two functions but there are some questions open for me: 1) Data