NQPhuc

Results 10 comments of NQPhuc

Hi, We currently don't have any plan regarding adding zero-to-one or zero-to-many to dbml. For now, you can choose whether or not to specify `NOT NULL` constraint to make the...

Hello, standalone annotation feature for the diagram is already in our road map. For the mean time, you can add comments and explanation inside project, tables or fields element using...

Hi, could you provide samples of the SQLs that receive this error so we can investigate more?

Hi @loicknuchel Can you help provide the JSON that failed initially (the one that give error `Can't find table "null"."posts"`). We'll take a look into this.

Hi, For the columns and table, you can define dbml like this (However, there's currently no equivalent dbml syntax for CHECK CONTRAINTS): ``` Table "MyTable" { "id" INT [pk, increment]...

Hi @AndreyTalanin, Thank you for your interest in improving dbml. However, we don't intend to make changes to the current dbml parser, as we're in the process of making a...

Hello, @loicknuchel. Thank you for pointing this out. You are not doing it wrong. Currently, we haven't handled the part of exporting to dbml for model_structure with n-n relationships (only...

Hi @MartinRucka, Thank you for contributing to dbml. I can that you initially use ANTLR grammar to implement Oracle SQL parsers, but then switch to define your own syntax in...

Hi @dynamotn, Thank you for your contribution, I cloned and ran `yarn test` on your repo, here is the result that I get. Could you re-checked that your test is...

Hi mermetbt, Thanks for the workaround. Indeed the new postgres grammar introduce in https://github.com/holistics/dbml/pull/416 even though more complete than our previous parser, it's still not perfect. We'll try to improve...