When running queries on a MongoDB connection with the SQL Log window activated, queries are displayed on the top table of this window, but if I click on a row to get its details (on the bottom tabs), nothing happens on the GUI and this error is appended to the Error Log window:
java.lang.RuntimeException: Database not supported: MONGODB
at \\...\\ .\\हिñçêČάй語简�?한\\.Eꋠꁥꌯᡞ while.ae(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Vꐗꀶᛛ᠍ 4.bvE(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Kꈤᡛꐽꐎ synchronized continue.g(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Kꈤᡛꐽꐎ synchronized continue.dF(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Bꉃꎃᠥꁁ.valueChanged(Unknown Source)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:184)
at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:154)
at javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:685)
at javax.swing.plaf.basic.BasicTableUI$Handler.setValueIsAdjusting(BasicTableUI.java:950)
at javax.swing.plaf.basic.BasicTableUI$Handler.mouseReleased(BasicTableUI.java:1161)
at com.jidesoft.swing.DelegateMouseInputListener.mouseReleased(Unknown Source)
|
29 KB
|
68 KB
Which ADS code drop are you using? The SQL Log has been working for MongoDB since ADS 14.0-dev-2 (build 30902). Please see the attached screenshot "SQL Log working".
It's the ADS v13 RC1 built for linux 64 bit (build #31009).
See attached screenshot.
It's the ADS v13 RC1 built for linux 64 bit (build #31009).
See attached screenshot.
As you can see on my screenshot, it still uses select database() as name
, i.e. the nosql-jdbc 0.9.1 drop is not integrated on this linux64 build. I noticed it also lacks features from the 0.9 drop. Are the library jars messed up on this RC1 build?
As you can see on my screenshot, it still uses select database() as name
, i.e. the nosql-jdbc 0.9.1 drop is not integrated on this linux64 build. I noticed it also lacks features from the 0.9 drop. Are the library jars messed up on this RC1 build?
You should be using the ADS 14.0 build. Development for MongoDB support is done in 14.0, not in 13.0 anymore.
In 14.0, I updated the "SELECT database()" query to "SELECT @@current_database" after integrating the nosql-jdbc 0.9.1 drop.
You should be using the ADS 14.0 build. Development for MongoDB support is done in 14.0, not in 13.0 anymore.
In 14.0, I updated the "SELECT database()" query to "SELECT @@current_database" after integrating the nosql-jdbc 0.9.1 drop.
Emilian - I will be sending you a 14.0 build. As Jenny mentioned, all work for MongoDB is now being done on version 14.0
Emilian - I will be sending you a 14.0 build. As Jenny mentioned, all work for MongoDB is now being done on version 14.0
OK. I've just released the 0.9.2 drop, so please send us the ADS v14 build with the updated drop of the nosql-jdbc library so that we can test the Mongo DB functionality with the latest fixes.
OK. I've just released the 0.9.2 drop, so please send us the ADS v14 build with the updated drop of the nosql-jdbc library so that we can test the Mongo DB functionality with the latest fixes.
Issue #8237 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
Which ADS code drop are you using? The SQL Log has been working for MongoDB since ADS 14.0-dev-2 (build 30902). Please see the attached screenshot "SQL Log working".