e6data-python-connector 2.3.7rc2__tar.gz → 2.3.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {e6data_python_connector-2.3.7rc2/e6data_python_connector.egg-info → e6data_python_connector-2.3.8}/PKG-INFO +51 -2
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/README.md +50 -1
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/e6data_grpc.py +3 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8/e6data_python_connector.egg-info}/PKG-INFO +51 -2
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/setup.py +1 -1
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/LICENSE +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/MANIFEST.in +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/__init__.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/cluster_manager.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/cluster_server/__init__.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/cluster_server/cluster_pb2.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/cluster_server/cluster_pb2_grpc.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/common.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/constants.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/datainputstream.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/date_time_utils.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/dialect.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/e6x_vector/__init__.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/e6x_vector/constants.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/e6x_vector/ttypes.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/exceptions.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/QueryEngineService.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/__init__.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/constants.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/e6x_engine_pb2.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/e6x_engine_pb2.pyi +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/e6x_engine_pb2_grpc.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/server/ttypes.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/strategy.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/typeId.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector.egg-info/SOURCES.txt +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector.egg-info/dependency_links.txt +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector.egg-info/entry_points.txt +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector.egg-info/requires.txt +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector.egg-info/top_level.txt +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/pyproject.toml +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/setup.cfg +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/__init__.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_38_nines.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_all_cases.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_binary.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_correct_value.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_fields.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/check_decimal_errors.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/cleanup_test_files.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/debug_38_nines.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/debug_binary.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/final_test.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/move_tests.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/quick_test.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_38_nines.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_all_decimal128_cases.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_cluster_manager_efficiency.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_cluster_manager_none_strategy.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_cluster_manager_strategy.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_comprehensive.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_current_implementation.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_decimal128_binary_parsing.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_decimal128_parsing.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_fix.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_improved_parsing.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_known_case.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_manual_analysis.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_mock_server.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_multiprocessing_fix.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_new_implementation.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_specific_binary.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy_logic.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy_persistence_fix.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy_sharing_fix.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_user_binary_value.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/tests.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/tests_grpc.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/validate_decimal128.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/validate_implementation.py +0 -0
- {e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/verify_decimal_fix.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: e6data-python-connector
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.8
|
|
4
4
|
Summary: Client for the e6data distributed SQL Engine.
|
|
5
5
|
Home-page: https://github.com/e6x-labs/e6data-python-connector
|
|
6
6
|
Author: e6data, Inc.
|
|
@@ -38,7 +38,7 @@ Dynamic: summary
|
|
|
38
38
|
|
|
39
39
|
# e6data Python Connector
|
|
40
40
|
|
|
41
|
-

|
|
42
42
|
|
|
43
43
|
## Introduction
|
|
44
44
|
|
|
@@ -93,6 +93,55 @@ conn = Connection(
|
|
|
93
93
|
)
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
+
#### Connection Parameters
|
|
97
|
+
|
|
98
|
+
The `Connection` class supports the following parameters:
|
|
99
|
+
|
|
100
|
+
| Parameter | Type | Required | Default | Description |
|
|
101
|
+
|-----------|------|----------|---------|-------------|
|
|
102
|
+
| `host` | str | Yes | - | IP address or hostname of the e6data cluster |
|
|
103
|
+
| `port` | int | Yes | - | Port of the e6data engine (typically 80) |
|
|
104
|
+
| `username` | str | Yes | - | Your e6data Email ID |
|
|
105
|
+
| `password` | str | Yes | - | Access Token generated in the e6data console |
|
|
106
|
+
| `database` | str | No | None | Database to perform queries on |
|
|
107
|
+
| `catalog` | str | No | None | Catalog name |
|
|
108
|
+
| `cluster_name` | str | No | None | Name of the cluster for cluster-specific operations |
|
|
109
|
+
| `secure` | bool | No | False | Enable SSL/TLS for secure connections |
|
|
110
|
+
| `auto_resume` | bool | No | True | Automatically resume cluster if suspended |
|
|
111
|
+
| `grpc_options` | dict | No | None | Additional gRPC configuration options |
|
|
112
|
+
|
|
113
|
+
#### Secure Connection Example
|
|
114
|
+
|
|
115
|
+
To establish a secure connection using SSL/TLS:
|
|
116
|
+
|
|
117
|
+
```python
|
|
118
|
+
conn = Connection(
|
|
119
|
+
host=host,
|
|
120
|
+
port=443, # Typically 443 for secure connections
|
|
121
|
+
username=username,
|
|
122
|
+
password=password,
|
|
123
|
+
database=database,
|
|
124
|
+
cluster_name='production-cluster',
|
|
125
|
+
secure=True # Enable SSL/TLS
|
|
126
|
+
)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
#### Cluster-Specific Connection
|
|
130
|
+
|
|
131
|
+
When working with multiple clusters, specify the cluster name:
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
conn = Connection(
|
|
135
|
+
host=host,
|
|
136
|
+
port=port,
|
|
137
|
+
username=username,
|
|
138
|
+
password=password,
|
|
139
|
+
database=database,
|
|
140
|
+
cluster_name='analytics-cluster-01', # Specify cluster name
|
|
141
|
+
secure=True
|
|
142
|
+
)
|
|
143
|
+
```
|
|
144
|
+
|
|
96
145
|
### Perform a Queries & Get Results
|
|
97
146
|
|
|
98
147
|
```python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# e6data Python Connector
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
## Introduction
|
|
6
6
|
|
|
@@ -55,6 +55,55 @@ conn = Connection(
|
|
|
55
55
|
)
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
+
#### Connection Parameters
|
|
59
|
+
|
|
60
|
+
The `Connection` class supports the following parameters:
|
|
61
|
+
|
|
62
|
+
| Parameter | Type | Required | Default | Description |
|
|
63
|
+
|-----------|------|----------|---------|-------------|
|
|
64
|
+
| `host` | str | Yes | - | IP address or hostname of the e6data cluster |
|
|
65
|
+
| `port` | int | Yes | - | Port of the e6data engine (typically 80) |
|
|
66
|
+
| `username` | str | Yes | - | Your e6data Email ID |
|
|
67
|
+
| `password` | str | Yes | - | Access Token generated in the e6data console |
|
|
68
|
+
| `database` | str | No | None | Database to perform queries on |
|
|
69
|
+
| `catalog` | str | No | None | Catalog name |
|
|
70
|
+
| `cluster_name` | str | No | None | Name of the cluster for cluster-specific operations |
|
|
71
|
+
| `secure` | bool | No | False | Enable SSL/TLS for secure connections |
|
|
72
|
+
| `auto_resume` | bool | No | True | Automatically resume cluster if suspended |
|
|
73
|
+
| `grpc_options` | dict | No | None | Additional gRPC configuration options |
|
|
74
|
+
|
|
75
|
+
#### Secure Connection Example
|
|
76
|
+
|
|
77
|
+
To establish a secure connection using SSL/TLS:
|
|
78
|
+
|
|
79
|
+
```python
|
|
80
|
+
conn = Connection(
|
|
81
|
+
host=host,
|
|
82
|
+
port=443, # Typically 443 for secure connections
|
|
83
|
+
username=username,
|
|
84
|
+
password=password,
|
|
85
|
+
database=database,
|
|
86
|
+
cluster_name='production-cluster',
|
|
87
|
+
secure=True # Enable SSL/TLS
|
|
88
|
+
)
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
#### Cluster-Specific Connection
|
|
92
|
+
|
|
93
|
+
When working with multiple clusters, specify the cluster name:
|
|
94
|
+
|
|
95
|
+
```python
|
|
96
|
+
conn = Connection(
|
|
97
|
+
host=host,
|
|
98
|
+
port=port,
|
|
99
|
+
username=username,
|
|
100
|
+
password=password,
|
|
101
|
+
database=database,
|
|
102
|
+
cluster_name='analytics-cluster-01', # Specify cluster name
|
|
103
|
+
secure=True
|
|
104
|
+
)
|
|
105
|
+
```
|
|
106
|
+
|
|
58
107
|
### Perform a Queries & Get Results
|
|
59
108
|
|
|
60
109
|
```python
|
|
@@ -317,6 +317,7 @@ class Connection(object):
|
|
|
317
317
|
cluster_name: str = None,
|
|
318
318
|
secure: bool = False,
|
|
319
319
|
auto_resume: bool = True,
|
|
320
|
+
scheme: str = 'e6data',
|
|
320
321
|
grpc_options: dict = None,
|
|
321
322
|
):
|
|
322
323
|
"""
|
|
@@ -340,6 +341,8 @@ class Connection(object):
|
|
|
340
341
|
Flag to use a secure channel for data transfer
|
|
341
342
|
auto_resume: bool, Optional
|
|
342
343
|
Flag to enable auto resume of the cluster before the query execution
|
|
344
|
+
scheme: string, Optional
|
|
345
|
+
e6data supported scheme
|
|
343
346
|
grpc_options: dict, Optional
|
|
344
347
|
Specify gRPC configuration
|
|
345
348
|
- keepalive_timeout_ms: This parameter defines the time, in milliseconds, that a gRPC connection should remain idle before sending a keepalive ping to check if the connection is still alive.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: e6data-python-connector
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.8
|
|
4
4
|
Summary: Client for the e6data distributed SQL Engine.
|
|
5
5
|
Home-page: https://github.com/e6x-labs/e6data-python-connector
|
|
6
6
|
Author: e6data, Inc.
|
|
@@ -38,7 +38,7 @@ Dynamic: summary
|
|
|
38
38
|
|
|
39
39
|
# e6data Python Connector
|
|
40
40
|
|
|
41
|
-

|
|
42
42
|
|
|
43
43
|
## Introduction
|
|
44
44
|
|
|
@@ -93,6 +93,55 @@ conn = Connection(
|
|
|
93
93
|
)
|
|
94
94
|
```
|
|
95
95
|
|
|
96
|
+
#### Connection Parameters
|
|
97
|
+
|
|
98
|
+
The `Connection` class supports the following parameters:
|
|
99
|
+
|
|
100
|
+
| Parameter | Type | Required | Default | Description |
|
|
101
|
+
|-----------|------|----------|---------|-------------|
|
|
102
|
+
| `host` | str | Yes | - | IP address or hostname of the e6data cluster |
|
|
103
|
+
| `port` | int | Yes | - | Port of the e6data engine (typically 80) |
|
|
104
|
+
| `username` | str | Yes | - | Your e6data Email ID |
|
|
105
|
+
| `password` | str | Yes | - | Access Token generated in the e6data console |
|
|
106
|
+
| `database` | str | No | None | Database to perform queries on |
|
|
107
|
+
| `catalog` | str | No | None | Catalog name |
|
|
108
|
+
| `cluster_name` | str | No | None | Name of the cluster for cluster-specific operations |
|
|
109
|
+
| `secure` | bool | No | False | Enable SSL/TLS for secure connections |
|
|
110
|
+
| `auto_resume` | bool | No | True | Automatically resume cluster if suspended |
|
|
111
|
+
| `grpc_options` | dict | No | None | Additional gRPC configuration options |
|
|
112
|
+
|
|
113
|
+
#### Secure Connection Example
|
|
114
|
+
|
|
115
|
+
To establish a secure connection using SSL/TLS:
|
|
116
|
+
|
|
117
|
+
```python
|
|
118
|
+
conn = Connection(
|
|
119
|
+
host=host,
|
|
120
|
+
port=443, # Typically 443 for secure connections
|
|
121
|
+
username=username,
|
|
122
|
+
password=password,
|
|
123
|
+
database=database,
|
|
124
|
+
cluster_name='production-cluster',
|
|
125
|
+
secure=True # Enable SSL/TLS
|
|
126
|
+
)
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
#### Cluster-Specific Connection
|
|
130
|
+
|
|
131
|
+
When working with multiple clusters, specify the cluster name:
|
|
132
|
+
|
|
133
|
+
```python
|
|
134
|
+
conn = Connection(
|
|
135
|
+
host=host,
|
|
136
|
+
port=port,
|
|
137
|
+
username=username,
|
|
138
|
+
password=password,
|
|
139
|
+
database=database,
|
|
140
|
+
cluster_name='analytics-cluster-01', # Specify cluster name
|
|
141
|
+
secure=True
|
|
142
|
+
)
|
|
143
|
+
```
|
|
144
|
+
|
|
96
145
|
### Perform a Queries & Get Results
|
|
97
146
|
|
|
98
147
|
```python
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/e6data_python_connector/typeId.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_all_cases.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/analyze_correct_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/check_decimal_errors.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/cleanup_test_files.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_all_decimal128_cases.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_comprehensive.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_decimal128_parsing.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_improved_parsing.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_manual_analysis.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_multiprocessing_fix.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_new_implementation.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_specific_binary.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy_logic.py
RENAMED
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_strategy_sharing_fix.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/test_user_binary_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/validate_decimal128.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/validate_implementation.py
RENAMED
|
File without changes
|
{e6data_python_connector-2.3.7rc2 → e6data_python_connector-2.3.8}/test/verify_decimal_fix.py
RENAMED
|
File without changes
|