Skip to content

Commit

Permalink
added some documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/jailer/code/trunk@1160 3dd849cd-670e-4645-a7cd-dd197c8d0e81
  • Loading branch information
rwisser committed Mar 15, 2017
1 parent 5f3750d commit f7de74b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions releasenotes-dbeauty.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.0
- Improved filter management.
- Internal refactorings.

2.12
- Fix for "DML->Update script template is broken for tables with timestamp columns"
https://sourceforge.net/p/dbeauty/tickets/8/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class DataBrowserContext {

private static String STANDALONE_APP_NAME = "DBeauty";
private static String STANDALONE_APP_VERSION = "2.12";
private static String STANDALONE_APP_VERSION = "3.0";

private static boolean supportsDataModelUpdates = true;
private static Boolean standAlone = null;
Expand Down

0 comments on commit f7de74b

Please # to comment.