savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] [Bug #2235] database-initvalues script bugs


From: nobody
Subject: [Savannah-dev] [Bug #2235] database-initvalues script bugs
Date: Thu, 16 Jan 2003 13:22:45 -0500

=================== BUG #2235: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2235&group_id=11

Changes by: Jaime E. Villate <address@hidden>
Date: 2003-Jan-16 18:22 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Priority | None                      | High
          Resolution | None                      | Fixed
         Assigned to | None                      | villate
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed. Thanks a lot for your report.



=================== BUG #2235: FULL BUG SNAPSHOT ===================


Submitted by: roncordell              Project: Savannah                     
Submitted on: 2003-Jan-16 15:17
Category:  Database                   Severity:  5 - Average                
Priority:  High                       Bug Group:  None                      
Resolution:  Fixed                    Assigned to:  villate                 
Status:  Closed                       Effort:  0.00                         

Summary:  database-initvalues script bugs

Original Submission:  There is an extra value in the second INSERT statement in 
the table_bug_field.initvalues file:
INSERT INTO bug_field \
  VALUES (91,'group_id','TF','','Group ID','Unique project 
identifier','S',1,0,0,1,0,0);

Should be:
INSERT INTO bug_field \
  VALUES (91,'group_id','TF','','Group ID','Unique project 
identifier','S',1,0,0,1,0);

Also, there are two files:
table_support_message.initvalues AND
table_support_messages.initvalues
Both files have identical SQL statement, so when the make step executes the 
second one, an error is generated. One of the files should be removed.


Follow-up Comments
*******************

-------------------------------------------------------
Date: 2003-Jan-16 18:22             By: villate
Fixed. Thanks a lot for your report.


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2235&group_id=11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]