
| Key: |
NUCRDBMS-631
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Andy Jefferson
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
See TODOs in JPQLQuery. Not all RDBMS support joining in a DELETE statement. Some syntax like
DELETE FROM films
WHERE producer_id IN (SELECT id FROM producers WHERE name = 'foo');
is seemingly standard, but need to allow for more than 1 PK field
|
|
Description
|
See TODOs in JPQLQuery. Not all RDBMS support joining in a DELETE statement. Some syntax like
DELETE FROM films
WHERE producer_id IN (SELECT id FROM producers WHERE name = 'foo');
is seemingly standard, but need to allow for more than 1 PK field |
Show » |
Sort Order:
|