Re: Schema tests and test_foreign_key_index_long_names_regression

2014-06-07 Thread Maximiliano Robaina
I answer to myself. The implementation of DatabaseIntrospection.get_indexes in django-firebird is so old, It come from of the first version. I fixed it and It works fine now. I was confusing because I was seeing the implementation of oracle backend and also seem like It retrieves just primary k

Schema tests and test_foreign_key_index_long_names_regression

2014-06-06 Thread Maximiliano Robaina
Hi, I'm trying to figured out how the test_foreign_key_index_long_names_regression method works. For my (using firebird backend) this test fails with: AssertionError: u'author_foreign_key_with_rea7ef8' not found in {u'ID': {'unique': False, 'primary_key': True}} I see that It's using ge