annotate TODO.txt @ 2093:3f6024ab2c7a

That's the last of the RDBMS migration steps done! Yay! Note that the code currently has some unit testing issues: - Metakit needs some attention in a couple of areas - RDBMS backends are having trouble ordering their journal entries correctly. I'm going to be migrating them to use TIMESTAMP for the date column, but that's not necessarily going to fix things as mysql and postgresql both appear to have second granularity. Sqlite will ignore the data type as usual ;) Next up is the datatype-ification of the RDBMS backends. Part of that will involve the migration to numeric IDs, which will also be done in the *dbm backends (already done in metakit). The ID exposed *above* the hyperdb will be String, since so many things assume a string ID now.
author Richard Jones <richard@users.sourceforge.net>
date Sun, 21 Mar 2004 23:39:08 +0000
parents a6e3c54cfc6f
children 3837257ca9a5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1880
24ac1b330bda re-purpose TODO.txt to only have pre-nex-release stuff in it
Richard Jones <richard@users.sourceforge.net>
parents: 1646
diff changeset
1 This file has been re-purposed to contain specifically the items that need
24ac1b330bda re-purpose TODO.txt to only have pre-nex-release stuff in it
Richard Jones <richard@users.sourceforge.net>
parents: 1646
diff changeset
2 doing before the next release:
864
76c6db876c14 Some more TODOs
Richard Jones <richard@users.sourceforge.net>
parents: 840
diff changeset
3
2077
3e0961d6d44d Added the "actor" property.
Richard Jones <richard@users.sourceforge.net>
parents: 2005
diff changeset
4 - have rdbms backends look up the journal for actor if it's not set
2093
3f6024ab2c7a That's the last of the RDBMS migration steps done! Yay!
Richard Jones <richard@users.sourceforge.net>
parents: 2086
diff changeset
5 - migrate rdbms backends to use typed columns
3f6024ab2c7a That's the last of the RDBMS migration steps done! Yay!
Richard Jones <richard@users.sourceforge.net>
parents: 2086
diff changeset
6 - migrate to numeric ID values (fixes bug 817217)
2005
fc52d57c6c3e documentation cleanup
Richard Jones <richard@users.sourceforge.net>
parents: 1986
diff changeset
7
2093
3f6024ab2c7a That's the last of the RDBMS migration steps done! Yay!
Richard Jones <richard@users.sourceforge.net>
parents: 2086
diff changeset
8 - ensure index creation is triggered by the version 1->2 update
3f6024ab2c7a That's the last of the RDBMS migration steps done! Yay!
Richard Jones <richard@users.sourceforge.net>
parents: 2086
diff changeset
9 (and other upgrade tests)

Roundup Issue Tracker: http://roundup-tracker.org/