sindicate / solidbase

SolidBase is a database change management and version control tool that uses annotated SQL
https://code.google.com/p/solidbase/
Apache License 2.0
2 stars 0 forks source link

When there is nothing to do, SolidBase should say it like that #108

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it does this:

G:\PROJECTS\bigpatch>ant upgrade
Buildfile: G:\PROJECTS\bigpatch\build.xml

upgrade:
[upgradedb] SolidBase v1.6.3-rev524 (http://solidbase.org)
[upgradedb]
[upgradedb] Opening file 'G:\PROJECTS\bigpatch\bigpatch.sql'
[upgradedb]     Encoding is 'UTF-8'
[upgradedb] Connecting to database...
[upgradedb] Current database version is "3.0.16.34".
[upgradedb] The database is upgraded.
[upgradedb]
[upgradedb] Current database version is "3.0.16.34".

BUILD SUCCESSFUL
Total time: 0 seconds
G:\PROJECTS\bigpatch>

But the database isn't upgraded.

Original issue reported on code.google.com by rene.de....@gmail.com on 17 Oct 2010 at 8:56

GoogleCodeExporter commented 9 years ago
Fixed by revision #540.

Original comment by rene.de....@gmail.com on 28 Oct 2010 at 9:46