File tree 3 files changed +7
-10
lines changed
3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- [submodule "SQL /dw-vldb-samples "]
1
+ [submodule "sql /dw-vldb-samples "]
2
2
path = sql/dw-vldb-samples
3
3
url = https://github.com/oracle/dw-vldb-samples
4
- [submodule "Java/jdbc-ucp "]
5
- path = java/jdbc-ucp
6
- url = https://github.com/oracle/jdbc-ucp
7
- [submodule "SQL/analytical-sql-examples "]
8
- path = sql/analytical-sql-examples
9
- url = https://github.com/oracle/analytical-sql-examples
4
+ branch = master
10
5
[submodule "db-sample-schemas "]
11
6
path = db-sample-schemas
12
7
url = https://github.com/oracle/db-sample-schemas
8
+ branch = main
13
9
[submodule "dotnet "]
14
10
path = dotnet
15
11
url = https://github.com/oracle/dotnet-db-samples
12
+ branch = master
Original file line number Diff line number Diff line change 1
1
# Contributing to oracle-db-examples
2
2
3
- * Copyright (c) 2017 , Oracle and/or its affiliates. All rights reserved.*
3
+ * Copyright (c) 2023 , Oracle and/or its affiliates. All rights reserved.*
4
4
5
5
Pull requests can be made under
6
6
[ The Oracle Contributor Agreement] ( https://www.oracle.com/technetwork/community/oca-486395.html )
7
7
(OCA).
8
8
9
- For pull requests to be accepted into oracle-db-examples , the bottom of
9
+ For pull requests to be accepted into this repository , the bottom of
10
10
your commit message must have the following line using your name and
11
11
e-mail address as it appears in the OCA Signatories list.
12
12
@@ -18,7 +18,7 @@ This can be automatically added to pull requests by committing with:
18
18
19
19
```
20
20
git commit --signoff
21
- ````
21
+ ```
22
22
23
23
Only pull requests from committers that can be verified as having
24
24
signed the OCA can be accepted.
You can’t perform that action at this time.
0 commit comments