DbSchema

Results 24 comments of DbSchema

Please excuse the delays. Our main issue is that we don't have a test installation in our lab for Db2ZOS. If you have some test database that we can access...

Could you please check if the latest DbSchema 9.4.2 is working fine? If not, we would check this issue again.

Could you please add a drawing (screenshot) to this? I am not sure from where to where to copy them.

If I test this URL, for me it is working fine. Do you get any error if you click this link? Can you please post a screenshot? Best regards, Dragos...

Interesting, for me it works fine under chrome. It is asking to download the file. Best regards, Dragos Pruteanu > On Friday, September 8, 2023 at 8:43:09 AM, DaveDevelop wrote:...

Hello, We released a new version, where we commented out the line where we set the engine.WarnInterpreterOnly. Could you please test again the driver? If you tested from DbSchema, you...

We do recognize this parameters: tls=true truststore=... truststorepassword=... The last two we add to Java System.properties(). You can also check this article. Our driver is using the MongoDB native driver....

Could you please try to use the latest version of the driver? The dependency 'com.github.albfernandez:javadbf:1.14.0' seems to be an older version in your case.

Yes, this is the correct location. To be sure, we uploaded the latest right now again. Please try one more time.

I added a fix. A new library is deployed. Timestamps will be saved as text. case "timestamp":                if ( DBFDataType.TIMESTAMP.isWriteSupported() ) {                    field.setType( DBFDataType.TIMESTAMP );                } else {                    field.setType( DBFDataType.CHARACTER);                    ...