Looks like we currently can't report the final result in tournaments.
I received the following error and assume there is some action by Nugget required before we can finish any tourneys.
It happens at the very end, after hitting the "finish Tournament" button.
I won't host until I hear back that this is fixed.
----------------------------------
INSERT INTO TournamentHistory (TournamentID, Title, DateStart, CreatedBy, Winner, RunnerUp, GameType, Rated, DateCompleted) VALUES (3937,'US Timezone - Christmas Eve 8 Pub','20101224',24, 76,1931,'8-Ball Pub',1, getdate())Adding tournament to history....
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC SQL Server Driver][SQL Server]Could not allocate space for object 'dbo.TournamentHistory'.'PK_TournamentHistory' in database 'saturn57' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
/tourney/finish_tourney.asp, line 86