Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWIP: Add a test for a query that produces a `nil` :db/id #301
Conversation
|
The query is invalid, the problem is validation isn't picking |
96b91c2
to
76c6adc
…f evaluating to `nil`
76c6adc
to
dff6bfd
The attached commit adds a test that currently produces a
nil:db/id, which seems wrong. Since I do not know what the correct result should be, I am treating this as work-in-progress for now.