-
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
At present jet doesn't support passwords with spaces in them.
I was able to workaround the issue by doing a sql-injection like attack:
err := postgres.Generate("./gen/db", postgres.DBConnection{
Host: "localhost",
Port: 5432,
User: "dbuser",
SslMode: "disable",
Password: "null password='password with spaces'",
DBName: "mydb",
})
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working