Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

Ticket #78 (defect)

Opened 7 years ago

Last modified 7 years ago

sqlite row_factory AttributeError

Status: closed (fixed)

Reported by: dowski Assigned to: fumanchu
Priority: major Milestone: 1.5
Component: Storage Keywords:
Cc: Estimate (total hours):

Encountered this traceback after applying changes from [319].

C:\Python24\Lib\site-packages\mcontrol\http>dowski_deploy.py
Traceback (most recent call last):
  File "C:\Python24\Lib\site-packages\mcontrol\http\dowski_deploy.py", line 41, in ?
    schema = persistence.get_schema()
  File "C:\Python24\Lib\site-packages\mcontrol\persistence.py", line 69, in get_schema
    return upgrades.MissionControlSchema(endue.arena)
  File "C:\Python24\Lib\site-packages\dejavu\schemas.py", line 59, in __init__
    if not arena.has_storage(DeployedVersion):
  File "C:\Python24\lib\site-packages\dejavu\arenas.py", line 167, in has_storage
    return self.storage(cls).has_storage(cls)
  File "C:\Python24\lib\site-packages\dejavu\arenas.py", line 154, in storage
    default_store.sync([cls])
  File "C:\Python24\lib\site-packages\dejavu\storage\db.py", line 591, in sync
    dbtables = self.db._get_tables()
  File "C:\Python24\lib\site-packages\dejavu\storage\storesqlite.py", line 450, in _get_tables
    data, _ = self.fetch("SELECT name FROM sqlite_master WHERE type = 'table'")
  File "C:\Python24\lib\site-packages\dejavu\storage\geniusql.py", line 1435, in fetch
    return res.row_factory, res.col_defs
AttributeError: row_factory

Change History

10/23/06 21:09:39: Modified by fumanchu

  • status changed from new to closed.
  • summary changed from qslite row_factory !AttributeError to sqlite row_factory AttributeError.
  • resolution set to fixed.
  • milestone changed from 1.6 to 1.5.

Fixed in [321].