Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhaozhen
Practical-Cryptdb
Commits
8f329a03
Commit
8f329a03
authored
May 06, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify README.md
parent
27418418
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
8f329a03
...
@@ -21,6 +21,15 @@ If you meet any problems installing it, or if you meet bugs or need new features
...
@@ -21,6 +21,15 @@ If you meet any problems installing it, or if you meet bugs or need new features
New features added
New features added
+
foreign key constraint
+
foreign key constraint
```
create table student (id integer primary key);
create table choose (sid integer, foreign key fk(sid) references student(id));
insert into student values(1);
insert into choose values(1);
```
+
set user variable
+
set user variable
+
timestamp
+
timestamp
+
show create table
+
show create table
...
@@ -30,3 +39,7 @@ obselete functions deleted
...
@@ -30,3 +39,7 @@ obselete functions deleted
+
annotation
+
annotation
+
dbobject.tt
+
dbobject.tt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment