Project

General

Profile

« Previous | Next » 

Revision 5575

sql.py: Removed no longer used NameException

View differences:

sql.py
72 72
        self.type = type_
73 73
        self.col = col
74 74

  
75
class NameException(DbException): pass
76

  
77 75
class DuplicateKeyException(ConstraintException): pass
78 76

  
79 77
class NullValueException(ConstraintException): pass

Also available in: Unified diff