Nianiter
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created Rule for virtual foreign key with fix destination table
I have an MSSQL database with nearly no foreign keys, everything is matched by naming conventions.The rules for virtual foreign keys look great, but they don't seem to work for my case.E.g.Table1: ... -
Created How can I collapse multiple comment lines which don't have a comment block?
Hi,I've got stored procedures with lots of comment lines in them but all those comment lines are just started with “--” and don`t use comment blocks. Datagrip doesn't allow me to collapse those blo...