Skip to content

Commit

Permalink
Fix creation of row with autoincrement fields
Browse files Browse the repository at this point in the history
(cherry picked from commit e767457)
  • Loading branch information
thaddock authored and wagnerrp committed Aug 13, 2011
1 parent 39f6a97 commit 515171d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mythtv/bindings/python/MythTV/database.py
Expand Up @@ -249,7 +249,6 @@ def _setClassDefs(cls, db=None):
db.tablefields[cls._table][cls._key[0]].extra:
create = cls._create_autoincrement
cls._defaults[cls._key[0]] = None
return
if not hasattr(cls, 'create'):
cls.create = create

Expand Down

0 comments on commit 515171d

Please sign in to comment.