oracle / quicksql

A library for generating DDL SQL and entity-relationship-diagrams from Quick SQL code
Universal Permissive License v1.0
53 stars 11 forks source link

cannot create composite primary keys #47

Closed damithkothalawala closed 8 months ago

damithkothalawala commented 9 months ago

Seems creating composite primary keys are not supported as of now. So cannot be used for complex apps

vadim-tropashko commented 9 months ago

I agree that allowing

employee /unique first_name, last_name
        first_name
        last_name 

but not

employee /pk first_name, last_name
        first_name
        last_name 

can be considered as bug.

vadim-tropashko commented 8 months ago

in 1.2.6