Show
Ignore:
Timestamp:
03/02/07 23:55:40 (2 years ago)
Author:
ug
Message:

Fixed some issues with creating the frequency db.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 06/libkombilo-branches/hash_center_makedb/makedb.py

    r235 r236  
    33db = dbapi2.connect('t1.db2') 
    44c = db.cursor() 
    5 c.execute('select hash,card from algo_hash_19_CENTER where card > 40 and card < 5000;') 
     5c.execute('select hash,freq from algo_hash_19_CENTER where freq > 40 and freq < 5000;') 
    66a = c.fetchall() 
    77print 'retrieved data', len(a)