Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure NULL is written when user is not authenticated #3

Open
nohponex opened this issue Jan 27, 2016 · 0 comments
Open

Make sure NULL is written when user is not authenticated #3

nohponex opened this issue Jan 27, 2016 · 0 comments

Comments

@nohponex
Copy link
Member

Seen user_id: '' in PostgreSQL database

Query results

id user_id isnull
497533 f

1 rows with 3 columns retrieved.

SELECT 
  id, user_id, (api_log.user_id IS NULL) AS isnull
FROM 
  log_store.api_log
WHERE 
  id = 497533
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

No branches or pull requests

1 participant