|
Stefan Kroscen
2010-08-14 16:41:54
|
|
I was wondering what the internal database format is, and if it is possible to run sql against it. It would help in verifying the
integrity of the data. For instance, I am in the process of testing a new downloader, and it downloads many thousands of rows. I am spot checking
to see if my mapping function that takes text and assigns it a corresponding number is missing any possible text values. I will be unable to hand verify
every row and am sure to miss some. With sql, I could run a query and find them immediately.
Thanks!
|
|