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

sql server - all procs seen as different #58

Open timabell opened 12 years ago

timabell commented 12 years ago

no idea why

12:34:58.797 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.800 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.804 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.808 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.810 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.813 INFO: DbWriter.createUpdateDrop - Updating existing proc 12:34:58.816 INFO: DbWriter.createUpdateDrop - Updating existing proc etc (proc names removed)

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

timabell commented 12 years ago

possibly a whitespace issue, looks like the trim / trailing newline code doesn't match up