I didn't create this table myself. If fact, the error occurred on a trac
env that was very fresh: initenv with trac 0.9pre and then attempted the
upgrade to 0.10dev the next day. It's not like it's a database that has
been upgraded before.

Quinn


On Sun, 7 May 2006 11:39:36 +0200, Jonas Borgström wrote:

>The db18.py schema upgrade script uses a temporary table named
>session_old. But for some reason your database seems to already contains
>a "session_old" for some reason.
>I can't see how this table could have been created by trac since the
>"CREATE TEMP TABLE" sql command is always used to create these tables so
>they should always be removed by the database when the connection is closed.
>
>Did you create this table yourself?
>
>Have anyone else had any problems when upgrading to trunk?


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to