Changeset 578 for trunk

Show
Ignore:
Timestamp:
08/28/09 23:59:09 (3 months ago)
Author:
ykerherve
Message:

Prevent a uuv warning

Fix #RT49063
Thanks shibuya-san

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r577 r578  
    55    - When an object is changed, delete the cache instead of updating it. 
    66      It is a bit more expensive, but should safer. 
     7    - Fixed a uuv warning thanks to Kazuhiro Shibuya 
    78    - Fixed a issue in the test suite for newer version of SQLite 
    89      reported by Emmanuel Seyman 
  • trunk/lib/Data/ObjectDriver/SQL/Oracle.pm

    r553 r578  
    99## Oracle doesn't have the LIMIT clause. 
    1010sub as_limit { 
    11     return; 
     11    return ''; 
    1212} 
    1313