Putting a dictionary into a FileDataModel subclass is actually what I ended up deciding to use.
After having actually having implemented the import/export conversions it makes a little more sense why you didn't want to put this in the source tree since it's kind of an ugly bit of code. -chuck On Aug 11, 2011, at 4:09 PM, Ted Dunning wrote: You don't need to rekey those tables. You can use hashes of the strings. Or you can build a dictionary to use at the import/export points. On Thu, Aug 11, 2011 at 3:27 PM, Charles McBrearty <[email protected]> wrote: > In any event, your suggestion to switch to numeric IDs is a non-starter. > This is because re-key'ing the tables in the database system I'm using > would break all the other jobs running against said tables. >
