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

Fix title column in azuread_device and azuread_user tables to correctly return data instead of null #134

Merged
merged 2 commits into from Sep 27, 2023

Conversation

misraved
Copy link
Contributor

@misraved misraved commented Sep 25, 2023

Example query results

Results
select title, department from azuread_user limit 5
+--------------------------------+------------+
| title                          | department |
+--------------------------------+------------+
| Abhinash Khuntia               | <null>     |
| Bob Tordella                   | <null>     |
| bobturbot@outlook.com Tordella | <null>     |
| binaek                         | <null>     |
| Charles Johnston               | <null>     |
+--------------------------------+------------

@misraved misraved marked this pull request as ready for review September 27, 2023 11:36
@misraved misraved merged commit 0b7bc8e into main Sep 27, 2023
1 check failed
@misraved misraved deleted the fix-azuread-user-device-title-column branch September 27, 2023 11:37
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.

None yet

1 participant