Skip to content
Mario Pareja edited this page Jul 19, 2013 · 18 revisions

#Release Notes

Release Downloads

Downloads are available on Google Code.

0.8.6

Enhancements

  • Use git as official repository. (mpareja)
  • Upgrade UpperCut to version 1.4.2. (ferventcoder)
  • Database Restore: use restore specific timeout value. (icetoast - pull #90)
  • Ignore EOL format changes when detecting script changes. (lahma - pull #104)
  • Include SQL Print statements in debug log. (ferventcoder - issue #68)
  • Include statement being run in log when an error occurs. (ferventcoder - issue #66)
  • Added 'runBeforeUp' anytime directory. (cdrexle - pull #51)
  • Support resolving version from a text file. (mpareja - pull #50, pull #55)
  • Add option to turn off copying scripts into 'itemsRan' directory. (lahma - pull #47)
  • WarnOnOneTimeScriptChange will now cause changed one-time scripts to be re-run. (BiggerNoise - pull #35)
  • Upgrade NHibernate to version 3.3.2. (drusellers)
  • Upgrade FubuCore, HtmlTags and StructureMap. (drusellers)

Bug Fixes

  • SQL Batch Parser: handle training comments, single quotes. (mpareja - pull #108)
  • SQL Batch Parser: fix hang. (AndersMalmgren - pull #100)
  • Token Replacer: preserve case for unmatched tokens. (mpareja - pull #65)
  • SQL scripts no longer truncated to 4000 characters. (charoco, ferventcoder - pull #61)
  • Oracle: Fix handling of null values. (rdingwall - pull #59, issue #58)
  • Script File Versioner: fix exception. (Michael Kobaly - issue #68 on Google Code)
  • Only change DB recovery mode if explicitly told to. (ferventcoder - issue #69 on Google Code)
  • Fixed the debug command line switch. (ferventcoder - issue #40)
  • Ensure version 1.2.10 of log4net is used when installing NuGet packages. (ferventcoder - issue #41)
  • Fix: Improve logging of RH exceptions. (torkelo - pull #60)

Breaking Changes

  • RoundhousE will change the DB recover mode if the recoverymode mode option is explicitly set to simple or full. In the past, RoundhousE would default to full but would only ever set the recovery mode while creating/restoring the database. If you depended on RoundhousE to create/restore the database for you and you don't want the database server default to be used, you should specify the recovery mode option.

0.8.5

Google Code & Github have the details.

If I missed your name in attributions above, please let me know. I apologize in advance. There was a LOT of contributions in this release.

0.8.0.300

0.7.0.281

  • Fixed a few issues with using the connection string. You should now be able to only supply the connection string and not server/database as well.

0.7.0.276

  • Fixed a collation issue with RoundhousE id columns in its tracking tables. See [issue 46] (http://code.google.com/p/roundhouse/issues/detail?id=46) for details. (r274)
  • RestoreFromPath can take a relative path. (r269)
  • RH can now upgrade it's internals without user interaction. See [issue 40] (http://code.google.com/p/roundhouse/issues/detail?id=40) for details. (r268)
  • MSBuild / NAnt tasks are deprecated and no longer hooked up. Please use the console and call it from your tasks. (r268)
  • RH has differencing support with NHibernate Schema Generation/Updates (r267 - branch, r268)
  • FluentNhibernate and NHibernate are now being used for the internals (r267 - branch, r268)
  • SMO is deprecated and removed (r203 - branch, r268)
  • Gems and build upgrades, oh my! (r259)
  • SQL2000 to 2005 is now a smooth transition. (r221)
  • Fix: SQL2000 - ScriptsRun now correctly references Version for the foreign key. (r220)
  • Fix: Connection should be initialized before asking the database if it supports ddl transactions. (r215)
  • Fix: Uppercase User names when running with Oracle. (r200)
  • RH has differencing support with RedGate. See sample project for details. (r197)
  • Fix: Scrips run errors now updates version number and path w/out a dependency on scripts run. Allows for it to finish during transactional runs and still capture errors. (r196)
  • Fix: Capture errortastic changes to DDL/DML (up) files in the script run errors table. (r191)
  • Added admin connection string to do administrative tasks. (r190)

0.5.0.188

  • RH handles nonsupported DDL transactions. RH will also stop and inform the user when DDL transactions are not supported, so user can choose to continue - see issue 28 for details. (r172 - branch, r185)
  • RH logs when errors occur in the RoundhousE.ScriptRunErrors table - see issue 28 for details. (r167 - branch, r185)
  • RH supports SQL Server 2000 - see issue 30 for details. (r167 - branch, r185)
  • RH supports Oracle - see issue 34 for details. (r157 - branch, r185)

0.2.0.175

  • RH should handle when user names have apostrophes (') in them - see issue 32 for details. (r175)
  • Database names should have delimiters to allow for non standard characters - see issue 31 for details. (r174)
  • Added autowiring permissions sample. (r169)
  • If copying to change output fails, log a warning and move on. (r156)

0.2.0.150

  • Turning off batch splitting where it is not necessary as it does affect performance. (r150)
  • Splitting statements on GO has been enhanced to catch end of file GOs - see issue 25 for details. (r149)

0.2.0.148

  • Splitting statements on GO has been enhanced - see issue 25 for details. (r147)

0.2.0.144

  • Splitting statements on GO is now a two-phased approach - see issue 25 for details. (r143)
  • Trying out StructureMap (r136)

0.2.0.131

  • More fine-grained splitting by the word GO - see issue 25 for details. (r130)
  • Command timeout became more explicit so database decorators can access and manipulate the value now. (r129)
  • RH should be able to use ADO.NET instead of SMO for SqlServer - see issue 22 for details. (r125)
  • Option not to create a database if none exists - see issue 24 for details. (r123)
  • Console should exit with an error code instead of crashing on errors - see issue 23 for details. (r119)

0.2.0.117

  • Restore timeouts can now be specified (with a default timeout of 900 seconds) - see issue 21 for details. (r117)
  • Custom database create scripts are now possible - see issue 20 for details. (r116)
  • All types of migrations will split sql statements from files that have more than one statement into multiple statements and run each consecutively - see issue 27 for details. (r113)
  • Fixed issue with running roundhouse twice during MSBuild - see issue 16 for details. (r112)

0.2.0.108

  • Reports version during run - see issue 9 for details. (r108)
  • Logs what type of script it is looking for and where it is looking for them - see issue 14 for details. (r107)
  • Removed double error reporting on exception. (r107)
  • Adding getting started documentation
  • Added a custom restore option to add additional arguments (like MOVE) to a restore - see issue 12 for details. (r104)
  • Fixed a connection string initialization issue (r103)

0.2.0.101

  • File Sorting - Fixed a sorting issue with file names to do explicit sorting. (r101)
  • RH has an icon of the logo (r99)

0.2.0.97

  • OleDB Support - RH can now be run for advanced database connections with a connection string. (r96)
    • OleDB may not support creating/restoring/deleting databases.
    • Microsoft Access is supported through OleDB.
    • Other databases will need to have scripts written for their type before they would be supported.

0.0.0.86

  • Environment awareness - RH determines an environment file first that it has ".ENV." in the file name and then if it is the proper environment file based on whether the file also contains the specific environment name. For example LOCAL.0001_DoSomething.ENV.sql will run in the LOCAL environment but no where else.
  • Runs permissions files every time regardless of changes.

0.0.0.85

  • Added synonyms for database types - see issue 10 for details. (r85)
  • Removed some of the logging - no more event logging for limited permissions running (r83)

0.0.0.82

  • The command line version (rh.exe) is merged into a single assembly with all dependencies (except Microsoft.SQL dlls) internalized. No configuration file necessary either. (r77, r82)
  • Log from console runner is now copied into the change_drop folder. (r81)
  • Recovery mode is now explicit. Default is full. Otherwise pass in /simple - see issue 8 for details. (r78)
  • Excluded the drop database from transactions (not that you would call /drop with /t). (r76)

0.0.0.74

  • Fixed an issue with holding connections - see issue 7 for details. (r74)
  • Added the ability to run with transactions

Prior releases are not tracked here.

Clone this wiki locally