Nils Petzäll

Results 398 comments of Nils Petzäll

Hi, just to get the lingo correct, you are referring to foreign data and not tables as specified by pgsql? https://www.postgresql.org/docs/current/ddl-foreign-data.html As a foreign table could just refer to a...

Hi, thanks for the update. There might actually be a possibility that we can be supporting this for pgsql, or more that pgsql supports this thru jdbc. Since I'm assuming...

I would definitely be open to be more specific on the table part. Right now I'm just uncertain about the scope, since it can hit multiple places and also if...

Had a quick look. SchemaSpy needs to update the sql spec/documentation for [selectTablesSql and selectViewsSql](https://schemaspy.readthedocs.io/en/latest/configuration/databaseType.html#sql-query-instead-of-databasemetadata) Backwards handling is required, so we don't mess with overrides done by users. But for...

Duplicate of #474 But I'll check on efforts to have them hidden or if there's another mechanism that can be used.

Hmm, would be easy to add, but need a new cli option. They are shown and greyed since they are either indexed or considered foreign keys. Which is sort of...

Well, the rational is more or less for not changing the current behaviour, sort of why it would be a new argument.

Don't loose out on creds and fame. Make a PR.

Absolutely, things are better done in issue first. Avoids discussions in PR. Nothing to be sorry about. I just don't want you to miss out on recognition. So make it...

Hi, the null pointer issues seem to be that the `selectCheckConstraintsSql` has an empty value in the `definition` column. The query that is used is `select OBJECT_NAME(parent_object_id) as table_name, name...