Urban Research
Jump To: SQL Utility - Software
Other: Add Incident to SQL Utility Database
About: Submit Information about SQL Utility

Urban SQL Utility - Incident Detail  

SeverityPriorityStatus
MediumMediumFixed

Urban SQL Utility - Incident Details (As Reported)  
Description: Cannot execute multiple SQL commands at once.
Reported By: [hidden]
Date Reported: 1999-12-07
Version: 0.19.2.39
Report Method: WWW::FormSubmission
Details: Cannot execute several SQL queries at the same time. For
example, several insert into table values (), etc.


Urban SQL Utility - Incident Status Details  
Resolution: Fixed
Fixed By: jeu
Fixed in Version: 1.0.1.76
Fixed Date: 2000-09-12
Details: Added ability to process multiple SQL statements. Each
SQL statement should be separated by a semi-colon(;), like
so:

drop table if exists some_table;
create table some_table (col1 int,col2 varchar(10));
insert into some_table values(1,'row 1');
insert into some_table values(2,'row 2');
insert into some_table values(3,'row 3');
select * from some_table;


Home | E-Mail | Request Info

© 1996,1997,1998 Urban Research. All rights reserved.