DbSchema

Results 32 issues of DbSchema
trafficstars

I would like to connect from outside using JDBC to the Spark SQL. Is this possible? What should I do? I tried using -p 10000:10000 but it is not working.

Please add [DbSchema](dbschema.com) to the list of GUIs

Add DbSchema.com to the list of GUI Clients. It can do diagrams, documentation, schema deployment, data explorer and generator, query builder.

### What happened? I try to start a new repository and install the theme as 'Remote theme method'. I use the latest version of Jekell from the website. C:\work\wise-coders-github\websites\wise-coders.github.io>bundle exec...

I automatically generate PDF for text in different languages: englisch, cyrillic, chinese, japanese, etc. I saw [this article](https://github.com/openSUSE/daps/discussions/607) about font-selection-strategy=character-by-character and fallback fonts. How can I make use of this...

enhancement

Please upgrade the project to work with Java19. There is also an error when downloading the Java language - it complains about the GZip format.

bug

I want to test Databricks using a JDBC tool. Which container do I need? How should I start it ( to make the port reachable ), which is the username...

The TableView2 header can get like this, after computer sleep and wake up: ![image](https://github.com/controlsfx/controlsfx/assets/60284259/3c9f4bc5-15dc-44cf-8384-112a1d7a3560)

java.lang.IllegalAccessError: class org.controlsfx.control.textfield.AutoCompletionBinding (in unnamed module @0x6fac7bb6) cannot access class com.sun.javafx.event.EventHandlerManager (in module javafx.base) because module javafx.base does not export com.sun.javafx.event to unnamed module @0x6fac7bb6 at org.controlsfx.control.textfield.AutoCompletionBinding.(AutoCompletionBinding.java:538) at impl.org.controlsfx.autocompletion.AutoCompletionTextFieldBinding.(AutoCompletionTextFieldBinding.java:107) at...

I tried to change the TableView2 row height using ``` -fx-cell-size: 1.2em; ``` This works fine with TableView, but now with TableView2.