Changes between Initial Version and Version 1 of Ticket #1022
- Timestamp:
- May 8, 2008, 9:12:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1022 – Description
initial v1 6 6 Implementation wise this should not be very difficult. We need to add methods to the DbEngine interface. The DefaultDb enginge needs to be extended with a method and the AbstractDbEngine should provide a default implementation. I think the default implementation should use equality testing in case of any better option. 7 7 8 8 Note! This ticket is about support in the core only. See #1023 for support in the web interface.