Changeset 20965 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Dec 12, 2008, 11:13:41 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
r20175 r20965 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.7 5 2008-10-15 20:45:51 jhoblitt Exp $3 # $Id: SQL.pm,v 1.76 2008-12-12 21:13:41 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 8 8 use warnings FATAL => qw( all ); 9 9 10 our $VERSION = '0.0 2';10 our $VERSION = '0.03'; 11 11 12 12 use base qw( Class::Accessor::Fast ); … … 47 47 (so_id, vol_id, uri) 48 48 VALUES (?, ?, 'error') 49 }, 50 get_all_instances => qq{ 51 SELECT * FROM INSTANCE 52 WHERE so_id = ? 49 53 }, 50 54 get_object => qq{
Note:
See TracChangeset
for help on using the changeset viewer.
