]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blob - doc/TODO
Update the TODO again.
[dead/htsn-import.git] / doc / TODO
1 1. Re-enable DTD validation once
2 https://github.com/UweSchmidt/hxt/issues/15 is fixed.
3
4 2. Write a test for test/xml/Odds_XML-long-import.xml once it no
5 longer takes 10 minutes to import (Postgres only?).
6
7 3. Write a test for the ON DELETE CASCADE behavior.
8
9 4. Add top-level message tables for all types so that we can link all
10 records to a message and use the message's time stamp to (cascade)
11 delete old data.
12
13 5. Drop the many-to-many relation between at least odds and
14 odds_games, since duplicate games are highly unlikely and the table
15 will grow without bound.