Changeset: bf895aa04311 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bf895aa04311
Modified Files:
sql/include/sql_relation.h
Branch: sciql
Log Message:
extend the list of DDL_* with definitions for arrays
diffs (14 lines):
diff --git a/sql/include/sql_relation.h b/sql/include/sql_relation.h
--- a/sql/include/sql_relation.h
+++ b/sql/include/sql_relation.h
@@ -118,6 +118,10 @@
#define DDL_CONNECT 61
#define DDL_DISCONNECT 62
+#define DDL_CREATE_ARRAY 63
+#define DDL_DROP_ARRAY 64
+#define DDL_CREATE_VIEW_ARRAY 65
+
#define MAXOPS 20
typedef enum operator_type {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list