8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 06:03:02 +01:00

trivial corrections

This commit is contained in:
robocop 2003-09-12 09:00:40 +00:00
parent f35303ced9
commit c08da4fadc
2 changed files with 4 additions and 3 deletions

View File

@ -2237,7 +2237,8 @@ static void drop_field( DUDLEY_FLD field)
X.RDB$RELATION_NAME EQ relation->rel_name->sym_string AND
X.RDB$FIELD_NAME EQ field->fld_name->sym_string
FOR Y IN RDB$RELATION_FIELDS WITH
Y.RDB$FIELD_NAME = X.RDB$BASE_FIELD if_any = true;
Y.RDB$FIELD_NAME = X.RDB$BASE_FIELD
if_any = true;
END_FOR
if (!if_any) {

View File

@ -24,7 +24,7 @@
//
//____________________________________________________________
//
// $Id: ada.cpp,v 1.20 2003-09-11 02:13:46 brodsom Exp $
// $Id: ada.cpp,v 1.21 2003-09-12 08:55:47 robocop Exp $
//
#include "firebird.h"
@ -1169,7 +1169,7 @@ static void gen_database( ACT action, int column)
TPB tpb_val;
REF reference;
GPRE_FLD field;
bool array_flag;
bool array_flag = false;
if (first_flag++ != 0)
return;