- Timestamp:
- 08/28/09 23:59:09 (3 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Data/ObjectDriver/SQL/Oracle.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r577 r578 5 5 - When an object is changed, delete the cache instead of updating it. 6 6 It is a bit more expensive, but should safer. 7 - Fixed a uuv warning thanks to Kazuhiro Shibuya 7 8 - Fixed a issue in the test suite for newer version of SQLite 8 9 reported by Emmanuel Seyman -
trunk/lib/Data/ObjectDriver/SQL/Oracle.pm
r553 r578 9 9 ## Oracle doesn't have the LIMIT clause. 10 10 sub as_limit { 11 return ;11 return ''; 12 12 } 13 13
