Changeset 5490 for trunk/Nebulous-Server/lib/Nebulous/Server/SQL.pm
- Timestamp:
- Nov 8, 2005, 3:31:07 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
r5489 r5490 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.1 3 2005-11-09 00:59:20jhoblitt Exp $3 # $Id: SQL.pm,v 1.14 2005-11-09 01:31:07 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 123 123 INSERT INTO volume (name, uri) 124 124 VALUES (?, ?) 125 }, 126 get_class => qq{ 127 SELECT class_id, priority, comment 128 FROM class 129 WHERE class_id = ? 125 130 }, 126 131 );
Note:
See TracChangeset
for help on using the changeset viewer.
