timabell / sqlHawk

Database management / migration tooling. Java / JDBC based.
http://timabell.github.com/sqlHawk/
GNU General Public License v3.0
8 stars 4 forks source link

two degree deletion hack needs to go #63

Open timabell opened 12 years ago

timabell commented 12 years ago
        if (false) {
            // TODO: fix this hack, was deleting 2-degree file if same as 1-degree.
            //       make it not write it in the first place
            twoDegreesDotFile.delete(); // no different than before, so don't show it
        }

in htmltablepage

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.