Changeset: 74ea2e27d018 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/74ea2e27d018 Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test Branch: escape-sequences Log Message:
add signature for getDatabaseName diffs (30 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 @@ -45659,6 +45659,11 @@ pattern inspect.getComment(X_0:str, X_1: INSPECTgetComment; Returns the function help information. inspect +getDatabaseName +command inspect.getDatabaseName():str +INSPECTgetDatabaseName; +Return database name +inspect getDefinition pattern inspect.getDefinition(X_0:str, X_1:str):bat[:str] INSPECTgetDefinition; 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 @@ -34109,6 +34109,11 @@ pattern inspect.getComment(X_0:str, X_1: INSPECTgetComment; Returns the function help information. inspect +getDatabaseName +command inspect.getDatabaseName():str +INSPECTgetDatabaseName; +Return database name +inspect getDefinition pattern inspect.getDefinition(X_0:str, X_1:str):bat[:str] INSPECTgetDefinition; _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
