Skip to content

Commit e5a953f

Browse files
committed
Add sql standard compliance in readme
1 parent c332575 commit e5a953f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,22 @@ To make things easy, I did these things:
1616
7. Remove the `panic` of meeting unregistried functions, see the [WrapFunction](pkg/sql/sem/tree/function_name.go#L67)
1717
8. Other nasty things make the parser just work that I forgot :p
1818

19+
20+
1921
# Features
2022
- Pure golang implementation
2123
- *Almost* full support of PostgreSQL (`cockroachdb` style PostgreSQL)
2224

25+
## SQL Standard Compliance
26+
27+
The code is derived from CockroachDB v20.1.11 which supports most of the major features of SQL:2011. See:
28+
29+
- https://www.cockroachlabs.com/docs/v20.1/postgresql-compatibility
30+
31+
- https://www.postgresql.org/docs/9.5/features.html
32+
33+
34+
2335
### 🚧🚧🚧 still under construction 🚧🚧🚧
2436

2537
# Progress

0 commit comments

Comments
 (0)