Changeset 1800
- Timestamp:
- 26.01.2012 21:01:08 (4 weeks ago)
- File:
-
- 1 edited
-
ZMS/trunk/zmssqldb.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/zmssqldb.py
r1799 r1800 498 498 ucid = cid.upper() 499 499 uctype = cl[1].upper() 500 if not ucid == 'CHECK' and not uctype=='KEY'and not uctype.startswith('('):500 if not ucid in ['CHECK','FOREIGN','PRIMARY'] and not uctype.startswith('KEY') and not uctype.startswith('('): 501 501 col = {} 502 502 col["id"] = cid
Note: See TracChangeset
for help on using the changeset viewer.
