Skip to content

Support for passwords with spaces #34

@ewollesen

Description

@ewollesen

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions