Sualeh Fatehi

Results 24 comments of Sualeh Fatehi

@riccardopedron96 I am getting "ORA-02270: no matching unique or primary key for this column-list" for your sample code, since there is no unique constraint on `communication.communication_code`.

@riccardopedron96 I suggest the following example to highlight your issue: ```sql CREATE TABLE communication ( id NUMBER(11) NOT NULL, communication_code VARCHAR2(3) NOT NULL, description VARCHAR2(100) NOT NULL ); ALTER TABLE...

@ArtskydJ Thanks for reporting this. I will fix the documentation.

@ArtskydJ I have addressed this.

👍🏼 +1

@Edmondton The goal of this project is to use publicly available references. Do you have a link to a public reference on this Maestro BIN?

@nikhiltjha - Are you ready to work on this?

@fdietze This is not a SchemaCrawler issue, since SchemaCrawler simply reports the information that the SQLite JDBC driver provides. See [JDBC3DatabaseMetaData](https://github.com/xerial/sqlite-jdbc/blob/99aa8d9e41113d6bec2f77e0084a328cacbc98c7/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java#L1081). It only checks for a value of "2", when...