Code

make the RDBMS common backend and the SQLite and MYsql backend create
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Oct 2003 07:17:54 +0000 (07:17 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Oct 2003 07:17:54 +0000 (07:17 +0000)
commitea6ee3fd907cd054a88e44a1ffc6dca4eeba8cdc
treefa94daa40580bcef174924e3b1b98f40a2e84148
parentbc2e0677fbf9b2dae6778bee03bbb56ebced0cc3
make the RDBMS common backend and the SQLite and MYsql backend create
and drop indexes for the basic columns - index multilinks, index id and
retired columns of all class tables.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1903 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/debugging.txt [new file with mode: 0644]
roundup/backends/back_mysql.py
roundup/backends/back_sqlite.py
roundup/backends/rdbms_common.py