DbSchema
                                            DbSchema
                                        
                                    ### Describe the feature For automation reasons, we would like to be able to export and import the table definition as JSON. We would like to export/import from Java. Is...
When generating a large PDF documentation, I got this exception. Is it maybe some buffer that can be increased? Error handling method 'generate' in class com.wisecoders.dbs.dialogs.system.FxDocumentationDialog: java.lang.IllegalArgumentException: newPosition > limit:...
I got an exception registering an unicode.ttf font, FontFactory.register( LOCAL_FONT_FILE.getAbsolutePath(), "Unicode"); Do you have any idea which could be the reason? This happens only on one system, a MacOS with...
I tried to start a ClickHouse docker container: ``` docker run -d --name clickhouse --ulimit nofile=262144:262144 -p 8123:8123 -p 9000:9000 -p 443:443 yandex/clickhouse-server ``` And connect using JDBC Driver using:...
I wrote a Driver which is using GraalVM JS. The driver is loaded into an application using URLClassLoader. This line of code from the driver is getting an exception ```...
Hello, I tried to start the containers, but I got this errors. What should I do? c:\Temp\docker-hive>docker-compose up -d Starting docker-hive_datanode_1 ... error Starting docker-hive_hive-metastore-postgresql_1 ... Starting docker-hive_hive-metastore_1 ... Starting...
I propose to add an implementation of a TableView Diff. A sample is available on the jidesoft website. 
I propose to implement a Pivot Grid. A sample can be seen by www.jidesoft.com - they have an example that can be executed directly from the website. Just add their...
Sqlite has a DBSTAT virtual table, enabled if Sqlite is compiled using SQLITE_ENABLE_DBSTAT_VTAB. https://sqlite.org/dbstat.html Is it possible to include this in sqlite-jdbc? Then I would be able to ask table...
Is it possible to migrate this driver to com.datastax.cassandra.cassandra-core:4.0.0 or higher ? I think the code needs more fixes. Also, it would be great if it can add support for...