This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
relational
Watch
1
Star
0
Fork
You've already forked relational
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
6f61d51b3a
relational
/
test
/
select_join.query
2 lines
28 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Subtle bug that occurred selecting after a join Outer joins add the placeholder '---' that is used as some sort of NULL value. However select operations on such relations would always fail, because relations are supposed to only contain values of class rstring, and the placeholder was added as a regular string. As a consequence, automatic casting would always fail, and the select would always raise an exception. Added a new test case with this specific case in mind.
2015-09-10 05:19:51 +07:00
σ
id==3(people ⧓ skills)