-
### Description
It seems like generated columns with `stored` in sqlite are not marked as generated.
### How to Reproduce
create the following schema with sqlite:
```sql
create table foo(
id…
-
With a sufficiently large manifest, passing the manifest as a string to `pkgdb buildenv` will error out with:
```
❌ ERROR: failed to build environment: call to pkgdb failed: Argument list too long (…
-
### Feature Request
Writing junit tests with schema crawler is powerful to check the consistency of a data model change. The catalog api is well designed but also very complex. So it's hard to gett…
-
### Description
Table Not Found because of extra quotes in cases where table name has mixed case
Keep schema as null
Create a table with mixed case like EngagementsTasks
Now try to fetch the tab…
-
asdf is gaining popularity as a version manager of all sorts, and we should be able to hook into it.
-
### Description
In https://www.schemacrawler.com/schemacrawler-grep.html I clicked the "SchemaCrawler examples" link which brought me to [github.com/schemacrawler/SchemaCrawler/releases/](https://g…
-
jimmer-code-gen 版本:0.0.9
数据库版本:Mysql8.0
当表名为 user 时 `getPrimaryKeyColumn().getFullName()` 返回的值包含引号例如 `xxx."user".xxx`
似乎是因为 user 为 MySQL 的保留字
出现问题的位置
https://github.com/pot-mot/jimmer-code-ge…
-
### Description
I have a same issue with this.
[https://github.com/schemacrawler/SchemaCrawler/issues/176#issuecomment-810962748](url)
When I make database in sql server with captial letter, s…
-
for easier export and importing rules the standalone plsql function **fc_export_qa_rules** has to be rewritten and integrated into an export_import_rules_pkg.
the primary key and the audit columns mu…
-
### Description
While trying to fetch all the tables with the column names, it is taking 5 mins for just 622 tables in salesforce using schema crawler, am I missing some property to make it bulk? Cur…