Skip to content

Fix for GetUserAuth from RavenDB returning null - #22

Merged
mythz merged 2 commits into
ServiceStackV3:masterfrom
AdamCLarsen:master
Sep 20, 2013
Merged

Fix for GetUserAuth from RavenDB returning null#22
mythz merged 2 commits into
ServiceStackV3:masterfrom
AdamCLarsen:master

Conversation

@AdamCLarsen

Copy link
Copy Markdown
Contributor

"GetUserAuth(string userAuthId)" returns null, unless you passed in the full Raven document Id (e.g. UserAuths/1)

Converted the UserAuthId to an Int so Raven can load the document by Id.

Converted the UserAuthId to an Int so Raven can load the document by ID.
mythz added a commit that referenced this pull request Sep 20, 2013
Fix for GetUserAuth from RavenDB returning null
@mythz
mythz merged commit 57267e2 into ServiceStackV3:master Sep 20, 2013
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