Changeset: 22157ea940b9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=22157ea940b9 Modified Files: monetdb5/modules/mal/Tests/inspect05.stable.out monetdb5/modules/mal/Tests/inspect05.stable.out.Windows Branch: Apr2011 Log Message:
approved new mtime.sql_seconds() signatures
diffs (48 lines):
diff --git a/monetdb5/modules/mal/Tests/inspect05.stable.out
b/monetdb5/modules/mal/Tests/inspect05.stable.out
--- a/monetdb5/modules/mal/Tests/inspect05.stable.out
+++ b/monetdb5/modules/mal/Tests/inspect05.stable.out
@@ -3260,10 +3260,12 @@
[ "rule", "command", "mtime",
"(mo:int,d:int,wkday:int,mi:int):zrule ",
"MTIMErule_create;"
]
[ "rule", "command", "mtime",
"(s:str):zrule ",
"MTIMErule_fromstr;"
]
[ "seconds", "command", "mtime",
"(secs:lng):int ",
"MTIMEsql_seconds;"
]
+[ "sql_seconds", "command", "mtime",
"(t:timestamp):int ",
"MTIMEtimestamp_sql_seconds;" ]
[ "seconds", "command", "mtime",
"(t:timestamp):int ",
"MTIMEtimestamp_seconds;" ]
[ "str_to_date", "command", "mtime",
"(s:str,format:str):date ",
"MTIMEstrptime;"
]
[ "start_dst", "command", "mtime",
"(t:timezone):zrule ",
"MTIMEtzone_extract_start;" ]
[ "setTimezone", "command", "mtime",
"(name:str):timezone ",
"MTIMEtimezone;"
]
+[ "sql_seconds", "command", "mtime",
"(d:daytime):int ",
"MTIMEdaytime_extract_sql_seconds;" ]
[ "seconds", "command", "mtime",
"(d:daytime):int ",
"MTIMEdaytime_extract_seconds;" ]
[ "time_synonyms", "command", "mtime",
"(allow:bit):void ",
"MTIMEsynonyms;"
]
[ "timezone", "command", "mtime",
"(mi:int,s:zrule,erule:zrule):timezone ",
"MTIMEtzone_create_dst;" ]
@@ -3301,6 +3303,7 @@
[ "hours", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_hours_bulk;"
]
[ "milliseconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_milliseconds_bulk;"
]
[ "month", "command", "batmtime",
"(d:bat[:any_1,:date]):bat[:any_1,:int] ",
"MTIMEdate_extract_month_bulk;" ]
+[ "sql_seconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_sql_seconds_bulk;" ]
[ "seconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_seconds_bulk;"
]
[ "year", "command", "batmtime",
"(d:bat[:any_1,:date]):bat[:any_1,:int] ",
"MTIMEdate_extract_year_bulk;" ]
[ "!=", "command", "timestamp",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_NEQ;"
]
diff --git a/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
b/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
--- a/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
+++ b/monetdb5/modules/mal/Tests/inspect05.stable.out.Windows
@@ -3255,10 +3255,12 @@
[ "rule", "command", "mtime",
"(mo:int,d:int,wkday:int,mi:int):zrule ",
"MTIMErule_create;"
]
[ "rule", "command", "mtime",
"(s:str):zrule ",
"MTIMErule_fromstr;"
]
[ "seconds", "command", "mtime",
"(secs:lng):int ",
"MTIMEsql_seconds;"
]
+[ "sql_seconds", "command", "mtime",
"(t:timestamp):int ",
"MTIMEtimestamp_sql_seconds;" ]
[ "seconds", "command", "mtime",
"(t:timestamp):int ",
"MTIMEtimestamp_seconds;" ]
[ "str_to_date", "command", "mtime",
"(s:str,format:str):date ",
"MTIMEstrptime;"
]
[ "start_dst", "command", "mtime",
"(t:timezone):zrule ",
"MTIMEtzone_extract_start;" ]
[ "setTimezone", "command", "mtime",
"(name:str):timezone ",
"MTIMEtimezone;"
]
+[ "sql_seconds", "command", "mtime",
"(d:daytime):int ",
"MTIMEdaytime_extract_sql_seconds;" ]
[ "seconds", "command", "mtime",
"(d:daytime):int ",
"MTIMEdaytime_extract_seconds;" ]
[ "time_synonyms", "command", "mtime",
"(allow:bit):void ",
"MTIMEsynonyms;"
]
[ "timezone", "command", "mtime",
"(mi:int,s:zrule,erule:zrule):timezone ",
"MTIMEtzone_create_dst;" ]
@@ -3296,6 +3298,7 @@
[ "hours", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_hours_bulk;"
]
[ "milliseconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_milliseconds_bulk;"
]
[ "month", "command", "batmtime",
"(d:bat[:any_1,:date]):bat[:any_1,:int] ",
"MTIMEdate_extract_month_bulk;" ]
+[ "sql_seconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_sql_seconds_bulk;" ]
[ "seconds", "command", "batmtime",
"(d:bat[:any_1,:daytime]):bat[:any_1,:int] ",
"MTIMEdaytime_extract_seconds_bulk;"
]
[ "year", "command", "batmtime",
"(d:bat[:any_1,:date]):bat[:any_1,:int] ",
"MTIMEdate_extract_year_bulk;" ]
[ "!=", "command", "timestamp",
"(v:timestamp,w:timestamp):bit ",
"MTIMEtimestamp_NEQ;"
]
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list
