Start a new topic

Early Access: DbVisualizer 6.5.10.7 is now available

[This topic is migrated from our old forums. The original author name has been removed]

Hi, We're excited to finally release an early access version of the upcoming feature version for DbVisualizer. This first EA version is named 6.5.10.7 and it includes everything up to the official 6.5.10 version. Just install the EA, try it out and let us know what you think. http://www.dbvis.com/products/dbvis/eap Best Regards Roger

[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Will there be any backward compatibility issues with bookmarks if one reverts from EA to 6.5.10? Ed
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Ed, All settings including bookmarks are preserved so that you easily can go back and use an previous version and the old settings will be there. Best Regards Roger
[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Nice work on the bookmark/script tab feature guys/gals! Thanks! :)
[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Won't start - Mac PowerPC running 10.5.8 and the most recent Java update. DbV 6.5.10 starts OK java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:676) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$100(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:317) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.MacLauncher.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:592) at apple.launcher.LaunchRunner.run(LaunchRunner.java:115) at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50) at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
[This reply is migrated from our old forums. The original author name has been removed]
[Attachment has been removed.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Few issues found so far: 1. ClassCastException when clicking on Scripts icon in Scripts tab (see screenshot 1) 2. Target Location field in "Check all settings to import" dialog not displaying properly (see screenshot 2 and error log) MacOSX 10.6.2 Intel MacBook Pro Java 1.6.0_17
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Tim, Thanks for your feedback! The ClassCastException is a bug that will be fixed in next EA. The "Target Location" field display is related to the Aqua look and feel and is unfortunately out of our control to fix. Best Regards Roger
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Ed, DbVisualizer 6.5.10.7 and the next feature version require Java 1.6. This Java version is unfortunately not available for PowerPC users. Best Regards Roger
[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Oh well, the Powerbook has had a question mark over its future for some time now. I'll check out DbV EA on my iMac and get back to you.
[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Change Log mentions a "database ping" feature on the Connection Tab, but I cannot seem to locate it. Where should I be looking? Edit: Just found it on the new database connection dialog. Edited by: Matt on Dec 4, 2009 3:58 PM
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available
Matt, Great you found it. The release notes should rather say "New Ping feature available in the Connection Wizard and the Connection URL Builder". Best Regards Roger
[This reply is migrated from our old forums. The original author name has been removed]

Re: Early Access: DbVisualizer 6.5.10.7 is now available // Export Table
Hi Roger, A couple of feedback below: [1] When testing the Export Table feature, varchar fields are unquoted (see below from the MySQL sakila.actor table). insert into actor (actor_id, first_name, last_name, last_update) values (1, PENELOPE, GUINESS, '2006-02-15 04:34:33'); insert into actor (actor_id, first_name, last_name, last_update) values (2, NICK, WAHLBERG, '2006-02-15 04:34:33'); insert into actor (actor_id, first_name, last_name, last_update) values (3, ED, CHASE, '2006-02-15 04:34:33'); insert into actor (actor_id, first_name, last_name, last_update) values (4, JENNIFER, DAVIS, '2006-02-15 04:34:33'); insert into actor (actor_id, first_name, last_name, last_update) values (5, JOHNNY, LOLLOBRIGIDA, '2006-02-15 04:34:33'); 'Export Selection' seem ok tho'. [2] After exporting a table, all buttons under the Databases/Scripts tabs are unclickable. Selecting clicking another object/table seems to enable these back on. This is on: Product: DbVisualizer Personal 6.5.10.7 Build: #1435 (2009/12/03 12:45) Java VM: Java HotSpot(TM) Server VM Java Version: 1.6.0_17 Java Vendor: Sun Microsystems Inc. OS Name: Linux OS Arch: i386 OS Version: 2.6.31.6-145.fc12.i686.PAE MySQL 5.1.39 MySQL-AB JDBC Driver mysql-connector-java-5.1.10 ( Revision: ${svn.Revision} )
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available // Export Table
Hi Ricky, The problem you encountered with quoting is that the Quote Text Data setting in the Data Format dialog is not initialized correctly: it is set to None instead of Single. If you open the dialog and set it to Single, the values are quoted as they should. The initializing problem will be fixed in the next EA release. Best Regards, Hans
[This reply is migrated from our old forums. The original author name has been removed]
[Attachment has been removed.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available // Export Table
Hi Hans, Got it, thanks! Saving the settings as default also made it persistent on subsequent exports. Is there any plan to add an option to export into a new SQL editor? Thanks again! Regards, Ricky
[This reply is migrated from our old forums.]

Re: Early Access: DbVisualizer 6.5.10.7 is now available // Export Table
> {quote:title=Ricky Banaag wrote:}{quote} > Is there any plan to add an option to export into a new SQL editor? I'll add that to our feature request list. As you probably know, you can create a new, empty SQL Editor before you launch the Export dialog and then select it from the list of target editors. I agree that a New Editor would be easier to use. Best Regards, Hans