-
# Issue
> Please explain the issue briefly
```
.\schemacrawler.cmd -user=AUser -database=ADataBase -schema=ADataBase.dbo -host=ARemoteHost -server=sqlserver -command=lint
```
Produces:
>…
-
See https://github.com/adriens/schemacrawler-additional-command-lints-as-csv/issues/9
-
but.....
a method has disappeared !
```
-------------------------------------------------------------
COMPILATION ERROR :
-------------------------------------------------------------
/C:/U…
-
# Issue
The following code
```java
private String getDbCatalogName()
{
String dbCatalogName = "";
final Map serverInfoMap = new HashMap();
for (final Property serverInfoProper…
-
I'm using most recent schemacrawler release.
When invoking schema serialization using the following code:
```
final XmlSerializedCatalog xmlDatabase = new XmlSerializedCatalog(
…
-
-
# Context
Unfortunately, the database name is not part of the variables sent back by the server. To see that :
1. Connect to an existing database (in my case the `crowl` database)
2. Run `SHO…
-
Switch dependance from `jdk8` to `jdk8`
-
On the mint, the actual deb does not find the jdbc jar of psql in its classpath :
```
schemacrawler -server=postgresql -database=hr -u=postgres -c=schema
```
The windows choco package does fin…
-
Hi,
the performance for reading/parsing offline snapshots should be improved.
In my case, I use this feature for short-living applications. Reading a 5 MB (zipped) offline snapshot of a mid-sized sc…