Changeset: dde4f5c2d8d2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dde4f5c2d8d2
Modified Files:
clients/mapiclient/mhelp.c
sql/ChangeLog
Branch: default
Log Message:
Updated mhelp and changelog.
diffs (28 lines):
diff --git a/clients/mapiclient/mhelp.c b/clients/mapiclient/mhelp.c
--- a/clients/mapiclient/mhelp.c
+++ b/clients/mapiclient/mhelp.c
@@ -516,6 +516,11 @@ SQLhelp sqlhelp1[] = {
"[ WITH with_list ] UPDATE qname [ [AS] ident ] SET assignment_list [
WHERE search_condition ]",
"with_list,assignment_list,search_condition",
NULL},
+ {"VALUES",
+ "",
+ "VALUES row_values",
+ "row_values",
+ NULL},
{"WHILE",
"",
"[ident ':'] WHILE search_condition DO procedure_statement ... END
WHILE [ident]",
diff --git a/sql/ChangeLog b/sql/ChangeLog
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog file for sql
# This file is updated with Maddlog
+* Mon May 6 2019 Pedro Ferreira <[email protected]>
+- Added "VALUES row_list" statement as a top SQL projection statement.
+
* Mon Feb 18 2019 Aris Koning <[email protected]>
- The implementation of in-expression now follows a join-based approach
instead of using iterative union/selects. This greatly improves
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list