Skip to content

Commit 1a3f3da

Browse files
committed
fix: devcontainers and docs
1 parent f4b63cf commit 1a3f3da

52 files changed

Lines changed: 261 additions & 219 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.DS_Store

8 KB
Binary file not shown.

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "sql",
3+
"image": "postgres:latest",
4+
"workspaceMount": "source=${localWorkspaceFolder},target=/sql,type=bind,consistency=delegated",
5+
"workspaceFolder": "/sql"
6+
}

.github/workflows/sql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-lates
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Check Repository"
1414
uses: actions/checkout@v4
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# authors
2+
praisetompane
3+
4+
# institutions
5+
iec
6+
7+
# acronyms
8+
JRT
9+
MYINC
10+
PSM
11+
svg
12+
yaml
13+
CTEs
14+
TVFs
15+
UDFs
16+
RDBMS
17+
TSQL
18+
19+
# domain specific
20+
Equi
21+
Thetha
22+
subqueries
23+
subquery
24+
25+
# sql keywords
26+
Schemabinding
27+
NTILE
28+
CONCAT
29+
IIF
30+
NVARCHAR
31+
VARCHAR
32+
sys
33+
UNPIVOT
34+
35+
# technology
36+
pyspelling
37+
38+
# test data
39+
N'davis
40+
N'string
41+
NumberOfOrders
42+
OrderDate
43+
OrderYear
44+
TotalFreight
45+
ustid
46+
empID
47+
empid
48+
firstname
49+
helpcollations
50+
lastname
51+
orderDate
52+
orderID
53+
orderby
54+
orderid
55+
56+
# urls
57+
https
58+
roadmap
59+
txt

0_implementations/0_def.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0_implementations/1_lexical_and_syntactical_BNF_notation.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

1_lexical_analysis/0_def.txt renamed to 1_core_language/10_full_grammar_specification/empty_file

File renamed without changes.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Known implementations:
2+
- TSQL
3+
- PL/SQL
4+
- mySQL
5+
- PostgreSQL
6+
- ...
7+
8+
NB: Some of these are also the names of the Relational Database Management System(RDBMS)
9+
see: https://github.com/praisetompane/mathematics/blob/main/03_mathematical_logic_and_foundations/5_relation.txt
10+
11+
References:
12+

docs/10_Programmable_Objects.txt renamed to 1_core_language/2_lexical_analysis/10_Programmable_Objects.txt

File renamed without changes.

docs/1_Normalisation.txt renamed to 1_core_language/2_lexical_analysis/1_Normalisation.txt

File renamed without changes.

0 commit comments

Comments
 (0)