view python/tests/storage.txt @ 229:6e73b112370b

correction for unsigned int parameters
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 29 Jun 2012 10:27:46 -0400
parents 5e2983b05d4e
children dc1faa7287bd
line wrap: on
line source

>>> from storage import *

>>> loadPrototypeMatchIndexesFromSqlite("nonexistent")
DB Error: no such table: prototypes
[]
>>> loadTrajectoriesFromSqlite("nonexistent", 'feature')
DB Error: no such table: positions
[]