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

It turns out that the backlash was needed, too.

This commit is contained in:
robocop 2008-11-08 07:17:08 +00:00
parent ce57fa10fd
commit 4be31b4201
2 changed files with 6 additions and 6 deletions

View File

@ -622,14 +622,14 @@ static const struct {
{335544918, "Attachment handle is busy"}, /* 598, att_handle_busy */
{335544919, "Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc"}, /* 599, bad_udf_freeit */
{335544920, "External Data Source provider '@1' not found"}, /* 600, eds_provider_not_found */
{335544921, "Execute statement error at @1 :
{335544921, "Execute statement error at @1 :\
@2Data source : @3"}, /* 601, eds_connection */
{335544922, "Execute statement preprocess SQL error"}, /* 602, eds_preprocess */
{335544923, "Statement expected"}, /* 603, eds_stmt_expected */
{335544924, "Parameter name expected"}, /* 604, eds_prm_name_expected */
{335544925, "Unclosed comment found near '@1'"}, /* 605, eds_unclosed_comment */
{335544926, "Execute statement error at @1 :
@2Statement : @3
{335544926, "Execute statement error at @1 :\
@2Statement : @3\
Data source : @4"}, /* 606, eds_statement */
{335544927, "Input parameters mismatch"}, /* 607, eds_input_prm_mismatch */
{335544928, "Output parameters mismatch"}, /* 608, eds_output_prm_mismatch */

View File

@ -700,14 +700,14 @@ COMMIT WORK;
('att_handle_busy', NULL, NULL, NULL, 0, 598, NULL, 'Attachment handle is busy', NULL, NULL)
('bad_udf_freeit', NULL, NULL, NULL, 0, 599, NULL, 'Bad written UDF detected: pointer returned in FREE_IT function was not allocated by ib_util_malloc', NULL, NULL)
('eds_provider_not_found', NULL, 'ExtDS.cpp', NULL, 0, 600, NULL, 'External Data Source provider ''@1'' not found', NULL, NULL)
('eds_connection', NULL, 'ExtDS.cpp', NULL, 0, 601, NULL, 'Execute statement error at @1 :
('eds_connection', NULL, 'ExtDS.cpp', NULL, 0, 601, NULL, 'Execute statement error at @1 :\
@2Data source : @3', NULL, NULL)
('eds_preprocess', NULL, 'ExtDS.cpp', NULL, 0, 602, NULL, 'Execute statement preprocess SQL error', NULL, NULL)
('eds_stmt_expected', NULL, 'ExtDS.cpp', NULL, 0, 603, NULL, 'Statement expected', NULL, NULL)
('eds_prm_name_expected', NULL, 'ExtDS.cpp', NULL, 0, 604, NULL, 'Parameter name expected', NULL, NULL)
('eds_unclosed_comment', NULL, 'ExtDS.cpp', NULL, 0, 605, NULL, 'Unclosed comment found near ''@1''', NULL, NULL)
('eds_statement', NULL, 'ExtDS.cpp', NULL, 0, 606, NULL, 'Execute statement error at @1 :
@2Statement : @3
('eds_statement', NULL, 'ExtDS.cpp', NULL, 0, 606, NULL, 'Execute statement error at @1 :\
@2Statement : @3\
Data source : @4', NULL, NULL)
('eds_input_prm_mismatch', NULL, 'ExtDS.cpp', NULL, 0, 607, NULL, 'Input parameters mismatch', NULL, NULL)
('eds_output_prm_mismatch', NULL, 'ExtDS.cpp', NULL, 0, 608, NULL, 'Output parameters mismatch', NULL, NULL)