Skip to content

Conversation

taylorstine
Copy link
Contributor

I have an @ symbol in my mongo password. I realize that I can specify a custom class for the DatabaseAdapter, but I believe the decoding of a username and password should be built in to the default implementation.

@@ -691,7 +691,7 @@ function untransformObject(schema, className, mongoObject) {
throw ('bad key in untransform: ' + key);
} else {
var expected = schema.getExpectedType(className, key);
if (expected == 'file') {
if (expected == 'file' && mongoObject[key]) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we just merged this in #146 ?

@taylorstine
Copy link
Contributor Author

😳 wrong branch

@taylorstine
Copy link
Contributor Author

closed for #148

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants