Nguyen Hoang

Results 2 issues of Nguyen Hoang

## Summary * Support shorthand `foreign key references` syntax in PostgreSQL/MSSQL * Fix: missing constraint names when importing from PostgreSQL/MSSQL `foreign keys` to DBML's `refs` ## Issue - https://community.dbdiagram.io/t/feature-request-add-foreign-key-constraints-support-to-dbml-conversion-from-sql-file/1454/5 ##...

PR: Bug Fix :bug:

### Reproduction https://stackblitz.com/edit/github-5ayhfs4m?file=src%2FApp.vue ### Steps to reproduce the bug 1. Define a shallowRef state (e.g. `const counter = shallowRef({ count: 0 })`) using setup stores syntax 2. Use the store...

✨ enhancement