mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 09:23:03 +01:00
BLR values in blp.h must not shift!
This commit is contained in:
parent
7dae4e74b3
commit
b50566182e
@ -143,7 +143,7 @@ static const struct
|
|||||||
{"dcl_cursor", dcl_cursor},
|
{"dcl_cursor", dcl_cursor},
|
||||||
{"cursor_stmt", cursor_stmt},
|
{"cursor_stmt", cursor_stmt},
|
||||||
/* These verbs were added in 6.0, primarily to support 64-bit integers, now obsolete */
|
/* These verbs were added in 6.0, primarily to support 64-bit integers, now obsolete */
|
||||||
{"agg_average2", one}, {"agg_average_distinct2", one}, /* 170 */
|
{"agg_total_distinct2", one}, {"agg_average2", one}, {"agg_average_distinct2", one}, /* 170 */
|
||||||
{"average2", two},
|
{"average2", two},
|
||||||
{"gen_id2", gen_id},
|
{"gen_id2", gen_id},
|
||||||
{"set_generator2", gen_id},
|
{"set_generator2", gen_id},
|
||||||
|
Loading…
Reference in New Issue
Block a user