Ryan
Ryan
user-do Server Tree doesn't show anything for many databases Solution -> Use JDBC database calls to populate server tree
user reported: ``` OS=Windows 10 Java=1.8.0_361 Des=unknown Stack=java.lang.IllegalArgumentException: component not found in tabbed pane at javax.swing.JTabbedPane.setSelectedComponent(Unknown Source) at com.timestored.qstudio.ServerDocumentPanel$UpdateTabsListener$2.run(ServerDocumentPanel.java:374) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown...
user-el: Attempting to connect to sql server express on windows 10 but it fails. More details are in email but won't add here as may contain personal info.
user-aa > When I hover over some key word in qstudio it shows a 'comment' section for the doc of that function, we don't need it, it is quite annoying,...
### To reproduce Steps: Download latest, run and connect to WebUI 1. The "Create Table" button should be disabled in the screenshot below as the table can't be created without...
### What's up? By default PRQL seems to generate sqlite queries with REGEXP. This means code like this doesn't work: https://github.com/timeseries/qstudio/issues/50 If where possible PRQL avoided REGEXP and used LIKE...
### What's up? "We’d like to make it easier to try PRQL. We currently have the playground, which compiles PRQL and runs queries with a DuckDB wasm module, but there’s...
Hi, Today I've been running benchmarks and on small data sets H2 is inserting then selecting a subset **14x quicker than DuckDB**. I've got a data engine written in java...
Hi, I just used your driver to add redshift support to qStudio: https://www.timestored.com/qstudio/database/redshift It's using 2.1.0.28. It would be really helpful if someone could download and test it. In particular...
user-rd user-sit We want to share a dashboard created by one team with specific other users/teams, so its not public but it would be readable by a different team than...