From eda35c300b8499eeeb7c4d1c2792097b2eab9935 Mon Sep 17 00:00:00 2001 From: Kould <2435992353@qq.com> Date: Wed, 14 Feb 2024 21:55:20 +0800 Subject: [PATCH] docs: add `DataValue::Tuple` and `DQL::Union` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af9a3ed3..a5224a82 100755 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ implement_from_tuple!( - [x] Show Tables - [x] Explain - [x] Describe + - [x] Union - DML - [x] Insert - [x] Insert Overwrite @@ -162,6 +163,7 @@ implement_from_tuple!( - Varchar - Date - DateTime + - Tuple ## Roadmap - SQL 2016