-
Hi, does your driver support JDBC functions retrieval (native jdbc driver does not for now).
Thank you in advance for your help.
Kind Regards,
Adrien
-
```
com.microsoft.sqlserver
mssql-jdbc
6.1.0.jre8
```
-
The error is as follows:
> [ERROR] Failed to execute goal on project schemacrawler-sqlite: Could not resolve dependencies for project us.fatehi:schemacrawler-sqlite:jar:14.10.06: Failure to find or…
-
It's mapped to handle `NamedObject` instances but as far as I can tell it doesn't get retrieved because `NamedObject` is an interface and the actual type of the instance (e.g., `MutableTable`, etc.) i…
-
DatabaseMetaData from Teradata returns only "jdbs:teradata" from getUrl() method. Because of this, SchemaCrawler throws an exception when retrieving JDBC driver data (crawlDatabaseInfo in SchemaCrawle…
-
I try schemacrawler in command line. but occurred this error.
what is 'properties {}' error?
```
visma@visma-VirtualBox:~/schemacrawler/_schemacrawler$ ./schemacrawler.sh -url=jdbc:mysql://192.…
-
First of all nice job on this Library!
A couple of questions. I have your Velocity Example working but it just outputs to the console.
1. How do I modify the CMD file to send output to a file…
-
Does the library support Java 1.7?
-
I would like to see a way to generate a ditaa diagram:
http://ditaa.sourceforge.net/
for my database schema instead of an image with graphviz. If you could create a text file which then I can us…
-
Specifically in the graphviz output (haven't checked others), the comments are missing at the table level (column level comments are present).