prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

SqlConnector: Show warning in UI if primary key of table consists of more than one column #13

Open codeliner opened 9 years ago

codeliner commented 9 years ago

The system does not deal with multi column primary keys. However, the row type can manually be adjusted to handle a multi column primary key so the system generates a appropriate row type class but it can not work without modifications.