Changeset 17836
- Timestamp:
- May 28, 2008, 2:45:29 PM (18 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
r17830 r17836 1 1 # Copyright (c) 2004 Joshua Hoblitt 2 2 # 3 # $Id: SQL.pm,v 1.5 4 2008-05-28 20:49:34jhoblitt Exp $3 # $Id: SQL.pm,v 1.55 2008-05-29 00:45:29 jhoblitt Exp $ 4 4 5 5 package Nebulous::Server::SQL; … … 40 40 new_object_instance => qq{ 41 41 INSERT INTO instance 42 VALUES (NULL, ?, ?, 'error', NULL, NULL, NULL, NULL)42 VALUES (NULL, LAST_INSERT_ID(), ?, 'error', NULL, NULL, NULL, NULL) 43 43 }, 44 44 new_instance => qq{
Note:
See TracChangeset
for help on using the changeset viewer.
