IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 11:28:07 AM (17 years ago)
Author:
jhoblitt
Message:

start of ->find_objects() refactoring (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/neb_distrib_20081210/Nebulous-Server/lib/Nebulous/Server/SQL.pm

    r23760 r23772  
    309309            USING(vol_id)
    310310    },
    311     find_objects => qq{
    312         SELECT *
    313         FROM storage_object
    314         WHERE ext_id REGEXP ?
     311    find_object_by_ext_id => qq{
     312        SELECT ext_id, ext_id_basename
     313        FROM storage_object
     314        WHERE ext_id = ?
    315315    },
    316316    rename_object => qq{
Note: See TracChangeset for help on using the changeset viewer.