File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,22 @@ To make things easy, I did these things:
16167 . Remove the ` panic ` of meeting unregistried functions, see the [ WrapFunction] ( pkg/sql/sem/tree/function_name.go#L67 )
17178 . 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
You can’t perform that action at this time.
0 commit comments