Revision 5575
Added by Aaron Marcuse-Kubitza about 12 years ago
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
sql.py: Removed no longer used NameException