Changeset: b556cf08dd3f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b556cf08dd3f Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test Branch: nested Log Message:
Correct expected output. diffs (90 lines): diff --git a/clients/Tests/MAL-signatures-hge.test b/clients/Tests/MAL-signatures-hge.test --- a/clients/Tests/MAL-signatures-hge.test +++ b/clients/Tests/MAL-signatures-hge.test @@ -33775,10 +33775,15 @@ mvc_next_value_bulk return the next value of the sequence batsql next_value_ms -pattern batsql.next_value_ms(X_0:bat[:any_1], X_1:str, X_2:str):bat[:lng] -mvc_next_value_bulk +pattern batsql.next_value_ms(X_0:bat[:any_1], X_1:str, X_2:str):bat[:int] +mvc_next_value_ms return the next value of the sequence batsql +next_value_ms +command batsql.next_value_ms(X_0:bat[:any_1], X_1:int) (X_2:bat[:int], X_3:int) +mvc_next_value_ms_cntr +return the next value +batsql nth_value pattern batsql.nth_value(X_0:bat?[:any_1], X_1:bat?[:lng], X_2:bat?[:bit], X_3:bat?[:bit], X_4:int, X_5:bat?[:oid], X_6:bat?[:oid]):bat[:any_1] SQLnth_value @@ -46544,9 +46549,9 @@ pattern json.read_json(X_0:str):bat[:jso JSONread_json Reads json file json -read_nd_json -pattern json.read_nd_json(X_0:str):bat[:json] -JSONread_nd_json +read_ndjson +pattern json.read_ndjson(X_0:str):bat[:json] +JSONread_ndjson Reads new line delimited json objects json renderarray @@ -49310,8 +49315,8 @@ mvc_next_value return the next value of the sequence sql next_value_ms -pattern sql.next_value_ms(X_0:any_1, X_1:str, X_2:str):lng -mvc_next_value +pattern sql.next_value_ms(X_0:any_1, X_1:str, X_2:str):int +mvc_next_value_ms return the next value of the sequence sql normalize_monetdb_url diff --git a/clients/Tests/MAL-signatures.test b/clients/Tests/MAL-signatures.test --- a/clients/Tests/MAL-signatures.test +++ b/clients/Tests/MAL-signatures.test @@ -24955,10 +24955,15 @@ mvc_next_value_bulk return the next value of the sequence batsql next_value_ms -pattern batsql.next_value_ms(X_0:bat[:any_1], X_1:str, X_2:str):bat[:lng] -mvc_next_value_bulk +pattern batsql.next_value_ms(X_0:bat[:any_1], X_1:str, X_2:str):bat[:int] +mvc_next_value_ms return the next value of the sequence batsql +next_value_ms +command batsql.next_value_ms(X_0:bat[:any_1], X_1:int) (X_2:bat[:int], X_3:int) +mvc_next_value_ms_cntr +return the next value +batsql nth_value pattern batsql.nth_value(X_0:bat?[:any_1], X_1:bat?[:lng], X_2:bat?[:bit], X_3:bat?[:bit], X_4:int, X_5:bat?[:oid], X_6:bat?[:oid]):bat[:any_1] SQLnth_value @@ -35029,9 +35034,9 @@ pattern json.read_json(X_0:str):bat[:jso JSONread_json Reads json file json -read_nd_json -pattern json.read_nd_json(X_0:str):bat[:json] -JSONread_nd_json +read_ndjson +pattern json.read_ndjson(X_0:str):bat[:json] +JSONread_ndjson Reads new line delimited json objects json renderarray @@ -37765,8 +37770,8 @@ mvc_next_value return the next value of the sequence sql next_value_ms -pattern sql.next_value_ms(X_0:any_1, X_1:str, X_2:str):lng -mvc_next_value +pattern sql.next_value_ms(X_0:any_1, X_1:str, X_2:str):int +mvc_next_value_ms return the next value of the sequence sql normalize_monetdb_url _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
