Skip to content

Feat/defaults#66

Merged
Vanderhoof merged 3 commits intoVanderhoof:masterfrom
eakoli:feat/defaults
Oct 24, 2025
Merged

Feat/defaults#66
Vanderhoof merged 3 commits intoVanderhoof:masterfrom
eakoli:feat/defaults

Conversation

@eakoli
Copy link
Copy Markdown
Contributor

@eakoli eakoli commented Oct 7, 2025

This fixes issues with 'rendering' defaults:

a) sql renderer does not properly quote default string values
b) dbml rendered does not output a default for 'falsey' default values (e.g. default: 0 and default: false)

It also fixes the README.md failure (there was an extra trailing ,)

This fixes #65 and #64

@Vanderhoof
Copy link
Copy Markdown
Owner

Awesome job, thank you for the contribution!

@Vanderhoof Vanderhoof merged commit ebe1bde into Vanderhoof:master Oct 24, 2025
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.

Generation of 'falsey' values is omitted from dbml and sql

2 participants