The word "default" inside a note causes a parse error

I really like the DBML language support! I just found a small bug with it, when you have a note, no default value, and the word "default" in the note, it causes a parser error.

Ex:

Table myTable {
    id int [pk]
    name varchar(10) [note: 'There is no default value for this column']
}

B-Dawg-17

posted on 05 Apr 25

Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds




npack06-Apr-25

I am able to reproduce this issue. Thank you for reporting this. Will add this to my "to-do" list and provide an update here