Menu

#173 delIndex and getSchema raise AttributeError

closed-fixed
None
5
2006-05-19
2006-05-17
No

Lines 817-818 of main.py contain the following:

delIndex = _sqlmeta_attr('delIndex', 2)
getSchema = _sqlmeta_attr('getSchema', 2)

This makes delIndex and getSchema in an SQLObject
instance reference to the corresponding members of
sqlmeta, possibly spitting out a DeprecationWarning.
But delIndex and getSchema don't exist in sqlmeta.
This causes my code to die with an AttributeError when
trying to do introspection on SQLObject-derived classes.

Discussion

  • Oleg Broytman

    Oleg Broytman - 2006-05-19

    Logged In: YES
    user_id=4799

    Fixed in the revision 1782. Thank you!

     
  • Oleg Broytman

    Oleg Broytman - 2006-05-19
    • assigned_to: nobody --> phd
    • status: open --> closed-fixed
     

Log in to post a comment.