Changeset: f292e7931ce9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f292e7931ce9
Modified Files:
        sql/backends/monet5/sql_user.c
Branch: default
Log Message:

Correct typo in error msg


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_user.c b/sql/backends/monet5/sql_user.c
--- a/sql/backends/monet5/sql_user.c
+++ b/sql/backends/monet5/sql_user.c
@@ -254,7 +254,7 @@ parse_schema_path_str(mvc *m, str schema
                }
        }
        if (status == inside_str)
-               throw(SQL, "sql.schema_path", SQLSTATE(0E000) "A schema path 
cannot end inside inside a schema name");
+               throw(SQL, "sql.schema_path", SQLSTATE(0E000) "A schema path 
cannot end inside a schema name");
        return MAL_SUCCEED;
 }
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to