-
From a user perspective the display of uniquename and stock name on accession page is very confusing. For a few accession there may be different but most of the time they are identical.
Also, it may…
-
Hi,
The original schemaspy code (https://sourceforge.net/projects/schemaspy/) was under GPL v2. So in my opinion its not allowed to change the licence to an MIT licence.
There's no way you can res…
drnoa updated
6 years ago
-
Does is supports Hive database to get the table metadata?
If not, is it in the upgrade road map to support Hive in future?
If yes, how long the wait period is expected?
-
When attempting to use schemaspy with a user who has access to multiple schemas, and passing a specific schema to analyze, all accessible schemas will be analyzed. The minimal DDL I've prepared also …
-
This project is cool but your diagrams are even cooler.
How you make them? Which tools are you using?
-
When attempting to use schemaspy with a user who has access to two schemas, one containing a table & the other containing a view with the same name as that table, both will be shown in `index.html` bu…
-
*N.B. Based on the discussion at #329, this issue **might** be a duplicate of #222. If it does end up being confirmed as a duplicate, then of course it should also be closed as a duplicate. Thanks for…
ghost updated
6 years ago
-
## 現象
docker起動後に、`http://localhost:8081/` を表示した際表示されない (403 Forbidden ページ)
`docker-compose up -d`の後にも表示されない (403 Forbidden ページ)
## バージョン
```
mysql --version
mysql Ver 14.14 Distrib 5.7.20,…
-
When upgrading from version 5 to version 6 RC, I am experiencing the following issue with JTDS for Microsoft SQL Server when using the "-sso" option.
using JTDS v 1.3.1 (current)
ntlmauth.dll file…
-
It updates the config.setDescription() which is the same placeholder for Database.getDescription() which is used in HtmlMainIndexPage.
Schema.comment is used in the multi-output. So currently schem…