Changeset: 79541584843c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=79541584843c
Modified Files:
        clients/odbc/driver/ODBCUtil.c
Branch: Jan2014
Log Message:

Mention timestampadd function.


diffs (11 lines):

diff --git a/clients/odbc/driver/ODBCUtil.c b/clients/odbc/driver/ODBCUtil.c
--- a/clients/odbc/driver/ODBCUtil.c
+++ b/clients/odbc/driver/ODBCUtil.c
@@ -356,6 +356,7 @@ static struct scalars {
        {"now", 0, "\"now\"()", },
        {"quarter", 1, "((\"month\"(\1) - 1) / 3 + 1)", },
        {"second", 1, "\"second\"(\1)", },
+       {"timestampadd", 3, NULL, },
        {"timestampdiff", 3, NULL, },
        {"week", 1, "\"week\"(\1)", },
        {"year", 1, "\"year\"(\1)", },
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to