Open jonathanstowe opened 6 months ago
Sorry for not seeing that before. I'll try to take a look at it tomorrow. Thanks for opening the issue.
I've been playing with that and getting No such method 'specialise' for invocant of type ...
many times... Still working on that... :(
I've worked around this in code but I needed to add a "NOT EXISTS () to something like:
which is basically what the #514 was for, and is implemented as:
So it becomes:
Which I'd see as being implemented so you'd do something like:
I thought it could be done like:
Which is almost there but does something whacky with the generated SQL:
Not urgent, I only found this when testing with an empty DB and have dealt with it in some slightly less elegant code.
If you don't get around to it I'll try and take a look next week.