Changeset 409
- Timestamp:
- 02/08/07 07:49:09
- Files:
-
- branches/1.5/storage/storesqlite.py (modified) (1 diff)
- trunk/storage/storesqlite.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/storage/storesqlite.py
r408 r409 846 846 break 847 847 if ua is None: 848 raise AssociationError("No association found between %s and %s."849 % (name1, name2))848 raise errors.AssociationError("No association found between " 849 "%s and %s." % (name1, name2)) 850 850 851 851 near = '%s.%s' % (nearTable.alias or nearTable.table.qname, trunk/storage/storesqlite.py
r408 r409 846 846 break 847 847 if ua is None: 848 raise AssociationError("No association found between %s and %s."849 % (name1, name2))848 raise errors.AssociationError("No association found between " 849 "%s and %s." % (name1, name2)) 850 850 851 851 near = '%s.%s' % (nearTable.alias or nearTable.table.qname,
