loresoft / EntityFrameworkCore.Generator

Generate Entity Framework Core model from an existing database

Home Page:https://efg.loresoft.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Connectionstring with '{' included doesn't work

ArnaudB88 opened this issue · comments

When the connectionstring for the database has a password with a '{' sign, generation doesn't work.

Example connection string:

Data Source=(localdb)\MSSQLLocalDb;Initial Catalog=Customer.Project;User ID=testuser;Password=rglna{adQP123456;MultipleActiveResultSets=True