|
1 |
| -/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ |
2 |
| - |
3 |
| -/****************************************************************************** |
4 |
| - * |
5 |
| - * You may not use the identified files except in compliance with The MIT |
6 |
| - * License (the "License.") |
7 |
| - * |
8 |
| - * You may obtain a copy of the License at |
9 |
| - * https://github.com/oracle/Oracle.NET/blob/master/LICENSE |
10 |
| - * |
11 |
| - * Unless required by applicable law or agreed to in writing, software |
12 |
| - * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
13 |
| - * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
14 |
| - * |
15 |
| - * See the License for the specific language governing permissions and |
16 |
| - * limitations under the License. |
17 |
| - * |
18 |
| - *****************************************************************************/ |
19 |
| - |
20 | 1 | using System;
|
21 | 2 | using System.Data;
|
22 | 3 | using Oracle.ManagedDataAccess.Client;
|
@@ -121,3 +102,22 @@ public static void Setup(string connectStr)
|
121 | 102 | }
|
122 | 103 | }
|
123 | 104 | }
|
| 105 | + |
| 106 | +/* Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ |
| 107 | + |
| 108 | +/****************************************************************************** |
| 109 | + * |
| 110 | + * You may not use the identified files except in compliance with The MIT |
| 111 | + * License (the "License.") |
| 112 | + * |
| 113 | + * You may obtain a copy of the License at |
| 114 | + * https://github.com/oracle/Oracle.NET/blob/master/LICENSE |
| 115 | + * |
| 116 | + * Unless required by applicable law or agreed to in writing, software |
| 117 | + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 118 | + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 119 | + * |
| 120 | + * See the License for the specific language governing permissions and |
| 121 | + * limitations under the License. |
| 122 | + * |
| 123 | + *****************************************************************************/ |
0 commit comments