Changeset 4906 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Aug 30, 2005, 2:11:12 PM (21 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
r4894 r4906 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1. 6 2005-08-27 03:40:25jhoblitt Exp $3 # $Id: SQL.pm,v 1.7 2005-08-31 00:11:12 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 96 96 get_storage_volume => qq{ 97 97 SELECT uri FROM volume ORDER BY rand() LIMIT 1 98 }, 99 new_volume => qq{ 100 INSERT INTO volume 101 VALUES (?, ?) 98 102 }, 99 103 );
Note:
See TracChangeset
for help on using the changeset viewer.
