aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-12-23 06:02:08 +0000
committerRob Austein <sra@hactrn.net>2007-12-23 06:02:08 +0000
commit6a3b2581d5b97d5ea6207ad0c6a57c55576dafc8 (patch)
tree00eadce7657eac56105fcd58d0d1f6b215e16090 /scripts
parentb0a6072d09ed835464f941d741e29b76c6df58b5 (diff)
SKI problem turned out to be misuse MySQLdb, not misuse of BLOBs.
svn path=/scripts/README; revision=1427
Diffstat (limited to 'scripts')
-rw-r--r--scripts/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/README b/scripts/README
index fd5208cb..e7e3f397 100644
--- a/scripts/README
+++ b/scripts/README
@@ -251,13 +251,6 @@ Current TO DO list:
- ROA generation. We have a bunch of the primitives for this but we
aren't yet generating the ROAs themselves.
-- May need to revisit database representation of SKIs. Currently
- they're BLOBs, but MySQL doesn't seem to cope very well with this.
- Either there's some magic MySQL query syntax I'm supposed to use
- when writing WHERE clauses that test BLOB values, or I need to
- switch to an encoded form instead, probably g(SKI). The latter is
- probably easier to debug anyway.
-
Once this lot is done we'll be close to something that shows at least
the basics of normal operation, albiet in a form that's not yet usable
in production.