Changeset 13071 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Apr 27, 2007, 2:44:58 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r13047 r13071 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.2 7 2007-04-26 23:45:03jhoblitt Exp $3 # $Id: SQL.pm,v 1.28 2007-04-28 00:44:38 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 153 153 FROM storage_object 154 154 WHERE ext_id REGEXP ? 155 }, 156 rename_object => qq{ 157 UPDATE storage_object 158 SET ext_id = ? 159 WHERE ext_id = ? 155 160 }, 156 161 );
Note:
See TracChangeset
for help on using the changeset viewer.
