Skip to content

Make Database#tables and Table#columns read-only to prevent inconsistent state#68

Open
Spikhalskiy wants to merge 155 commits intoVanderhoof:masterfrom
Spikhalskiy:fix-mutable-collections
Open

Make Database#tables and Table#columns read-only to prevent inconsistent state#68
Spikhalskiy wants to merge 155 commits intoVanderhoof:masterfrom
Spikhalskiy:fix-mutable-collections

Conversation

@Spikhalskiy
Copy link
Copy Markdown

This PR makes Database#tables and Table#columns read-only Tuples to prevent an inconsistent state.
Fixes #67

Vanderhoof and others added 29 commits January 6, 2025 15:50
…brackets

fix: line breaks in column and index options are allowed (Vanderhoof#48)
fix: quote tablegroup and project name on dbml render Vanderhoof#46
…_other_index_types

feat(indexes): support all Postgresql index types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Database#tables and DBMLTable#columns should be read-only