Hi Lukas, I have fully uninstalled the extension, reinstalled it and now it is working but when I go to the tab data of a table with a BigInt data type (Mysql) I get this exception on the error log and the data result lines are empty. com.dell.toadext.model.type.convertor.exception.IncorrectDataTypeConvertorException: Object of type 'java.math.BigInteger' should be of type 'java.lang.Long' at com.dell.toadext.model.type.convertor.SqlDataTypeValueConvertorLong.checkType(Unknown Source) at com.dell.toadext.model.type.convertor.SqlDataTypeValueConvertorLong.convertValueToUIText(Unknown Source) at com.dell.toadext.ui.resultset.ResultsetViewer.getCellText(Unknown Source) at com.dell.toadext.ui.resultset.ResultsetViewerTableListeners$ResultsetTableSetDataListener.setRowText(Unknown Source) at com.dell.toadext.ui.resultset.ResultsetViewerTableListeners$ResultsetTableSetDataListener.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397) at org.eclipse.swt.widgets.Table.checkData(Table.java:284) at org.eclipse.swt.widgets.Table.cellDataProc(Table.java:223) at org.eclipse.swt.widgets.Display.cellDataProc(Display.java:761) at org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(Native Method) at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(OS.java:9106) at org.eclipse.swt.widgets.Display.eventProc(Display.java:1253) at org.eclipse.swt.internal.gtk.OS._gdk_window_process_all_updates(Native Method) at org.eclipse.swt.internal.gtk.OS.gdk_window_process_all_updates(OS.java:5946) at org.eclipse.swt.widgets.Display.update(Display.java:4621) at org.eclipse.swt.widgets.Display.runDeferredLayouts(Display.java:3825) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3396) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) Thanks for your quick response, Topkas
↧