
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
19/Oct/06 05:10 PM
|
|
If you select an embedded field and change it, we need to verify that the object has changed.
Currently no test exists for this case.
Select Address from Employee where name.startsWith('Michael')
address.zip = "94040";
tx.commit();
verify that address.zip has been changed in the database.
|
|
Description
|
If you select an embedded field and change it, we need to verify that the object has changed.
Currently no test exists for this case.
Select Address from Employee where name.startsWith('Michael')
address.zip = "94040";
tx.commit();
verify that address.zip has been changed in the database.
|
Show » |
| No work has yet been logged on this issue.
|
|