8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
This commit is contained in:
asfernandes 2006-11-11 02:47:08 +00:00
parent 56e9274a3c
commit 40698ea38c
4 changed files with 18 additions and 16 deletions

View File

@ -102,6 +102,7 @@ enum gpre_cmd_switch
* SWB 31.Aug.2006 * SWB 31.Aug.2006
*/ */
IN_SW_GPRE_RMCOBOL, IN_SW_GPRE_RMCOBOL,
/* /*
* Added to allow specification of a Cobol date format, other than ISC_QUAD, to be used to * Added to allow specification of a Cobol date format, other than ISC_QUAD, to be used to
* deliver dates to Cobol programs * deliver dates to Cobol programs

View File

@ -3171,7 +3171,6 @@ static GPRE_NOD par_udf_or_field_with_collate(gpre_req* request,
static void par_update(gpre_rse *select, bool have_union, bool view_flag) static void par_update(gpre_rse *select, bool have_union, bool view_flag)
{ {
// Parse FOR UPDATE if present // Parse FOR UPDATE if present
if (MSC_match(KW_FOR)) { if (MSC_match(KW_FOR)) {
if (! MSC_match(KW_UPDATE)) { if (! MSC_match(KW_UPDATE)) {
@ -3185,6 +3184,7 @@ static void par_update(gpre_rse *select, bool have_union, bool view_flag)
} }
select->rse_flags |= RSE_for_update; select->rse_flags |= RSE_for_update;
} }
// Parse WITH LOCK if present // Parse WITH LOCK if present
if (MSC_match(KW_WITH)) { if (MSC_match(KW_WITH)) {
if (! MSC_match(KW_LOCK)) { if (! MSC_match(KW_LOCK)) {

View File

@ -495,6 +495,7 @@ ISC_USHORT ISC_EXPORT isc_event_block_a(ISC_SCHAR**,
ISC_SCHAR**, ISC_SCHAR**,
ISC_USHORT, ISC_USHORT,
ISC_SCHAR**); ISC_SCHAR**);
void ISC_EXPORT isc_event_block_s(ISC_SCHAR**, void ISC_EXPORT isc_event_block_s(ISC_SCHAR**,
ISC_SCHAR**, ISC_SCHAR**,
ISC_USHORT, ISC_USHORT,