scylla-cqlsh 6.0.23__cp39-cp39-win_amd64.whl → 6.0.25__cp39-cp39-win_amd64.whl
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.
Potentially problematic release.
This version of scylla-cqlsh might be problematic. Click here for more details.
- copyutil.cp39-win_amd64.pyd +0 -0
- cqlsh/cqlsh.py +9 -1
- cqlshlib/_version.py +2 -2
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/METADATA +5 -2
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/RECORD +9 -9
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/WHEEL +1 -1
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/LICENSE.txt +0 -0
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/entry_points.txt +0 -0
- {scylla_cqlsh-6.0.23.dist-info → scylla_cqlsh-6.0.25.dist-info}/top_level.txt +0 -0
copyutil.cp39-win_amd64.pyd
CHANGED
|
Binary file
|
cqlsh/cqlsh.py
CHANGED
|
@@ -32,6 +32,7 @@ import sys
|
|
|
32
32
|
import traceback
|
|
33
33
|
import warnings
|
|
34
34
|
import webbrowser
|
|
35
|
+
import logging
|
|
35
36
|
from contextlib import contextmanager
|
|
36
37
|
from glob import glob
|
|
37
38
|
from io import StringIO
|
|
@@ -201,6 +202,8 @@ parser.add_option('-k', '--keyspace', help='Authenticate to the given keyspace.'
|
|
|
201
202
|
parser.add_option("-f", "--file", help="Execute commands from FILE, then exit")
|
|
202
203
|
parser.add_option('--debug', action='store_true',
|
|
203
204
|
help='Show additional debugging information')
|
|
205
|
+
parser.add_option('--driver-debug', action='store_true',
|
|
206
|
+
help='Show additional driver debugging information')
|
|
204
207
|
parser.add_option('--coverage', action='store_true',
|
|
205
208
|
help='Collect coverage data')
|
|
206
209
|
parser.add_option("--encoding", help="Specify a non-default encoding for output."
|
|
@@ -2472,7 +2475,7 @@ def read_options(cmdlineargs, environment):
|
|
|
2472
2475
|
optvalues.timezone = option_with_default(configs.get, 'ui', 'timezone', None)
|
|
2473
2476
|
|
|
2474
2477
|
optvalues.debug = False
|
|
2475
|
-
|
|
2478
|
+
optvalues.driver_debug = False
|
|
2476
2479
|
optvalues.coverage = False
|
|
2477
2480
|
if 'CQLSH_COVERAGE' in environment.keys():
|
|
2478
2481
|
optvalues.coverage = True
|
|
@@ -2625,6 +2628,11 @@ def save_history():
|
|
|
2625
2628
|
|
|
2626
2629
|
|
|
2627
2630
|
def main(options, hostname, port):
|
|
2631
|
+
if options.driver_debug:
|
|
2632
|
+
logging.basicConfig(level=logging.DEBUG, format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
|
2633
|
+
stream=sys.stdout)
|
|
2634
|
+
logging.getLogger("cassandra").setLevel(logging.DEBUG)
|
|
2635
|
+
|
|
2628
2636
|
setup_cqlruleset(options.cqlmodule)
|
|
2629
2637
|
setup_cqldocs(options.cqlmodule)
|
|
2630
2638
|
init_history()
|
cqlshlib/_version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: scylla-cqlsh
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.25
|
|
4
4
|
Summary: cqlsh is a Python-based command-line client for running CQL commands on a scylla cluster.
|
|
5
5
|
Home-page: https://github.com/scylladb/scylla-cqlsh
|
|
6
6
|
Author: Israel Fruchter
|
|
@@ -18,6 +18,9 @@ Requires-Python: >=3.6
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE.txt
|
|
20
20
|
Requires-Dist: scylla-driver>=3.25.10
|
|
21
|
+
Dynamic: classifier
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: requires-dist
|
|
21
24
|
|
|
22
25
|
# scylla-cqlsh
|
|
23
26
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
copyutil.cp39-win_amd64.pyd,sha256=
|
|
1
|
+
copyutil.cp39-win_amd64.pyd,sha256=fXzJjdFXO92r2D8CAedwjE2eKggq33Z3qXZbw6dhyAM,1163264
|
|
2
2
|
cqlsh/__init__.py,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
3
3
|
cqlsh/__main__.py,sha256=x2NuvlSuAKwNCxiX07YoYfxog9JNAO759ZxnjBEcfus,231
|
|
4
|
-
cqlsh/cqlsh.py,sha256=
|
|
4
|
+
cqlsh/cqlsh.py,sha256=O8f8owDrWrdwCfJmZrkVtf5sKb-u6QGMKIXl-aCsMhE,115984
|
|
5
5
|
cqlshlib/__init__.py,sha256=3M0IQCsjdCGYEOBT20swSvqxV6V8vg_mu1uJig78Vmk,3274
|
|
6
|
-
cqlshlib/_version.py,sha256=
|
|
6
|
+
cqlshlib/_version.py,sha256=Y-1nIVGSeByj6F3V2JrlPjrQtZcrMiCBSmb9bOOnz6I,429
|
|
7
7
|
cqlshlib/authproviderhandling.py,sha256=goFjJCO1FKuVCXU7KXlmlorx_cD_oIRlgpOeH13W--g,7254
|
|
8
8
|
cqlshlib/copyutil.py,sha256=Pc4WaKg_W8IP4ZpuWEvoLOrJJGQTwRHTyOdqExfDro0,116171
|
|
9
9
|
cqlshlib/cql3handling.py,sha256=NaPViE6v9K4S4ffBmmWzI3_U0Kd-HvBjKq3N6G4GLzI,60790
|
|
@@ -18,9 +18,9 @@ cqlshlib/sslhandling.py,sha256=XYdvON1WkWFQ5dg5ttpwpSQDgbqI58YJi8Lx1qTDtQA,4758
|
|
|
18
18
|
cqlshlib/tracing.py,sha256=Krb-TkfWrUdxr17-2yZrW5DXKvBEQt-FYZAix_62Tes,3493
|
|
19
19
|
cqlshlib/util.py,sha256=gHvzlTw1T9N1YzXdVPFptAt58EzyXpDRibAo8QB03I8,5240
|
|
20
20
|
cqlshlib/wcwidth.py,sha256=zsoo9u3ZA3q8RL5Afb6ynRujqDdUZ9zlFIHGE8RkqyA,16244
|
|
21
|
-
scylla_cqlsh-6.0.
|
|
22
|
-
scylla_cqlsh-6.0.
|
|
23
|
-
scylla_cqlsh-6.0.
|
|
24
|
-
scylla_cqlsh-6.0.
|
|
25
|
-
scylla_cqlsh-6.0.
|
|
26
|
-
scylla_cqlsh-6.0.
|
|
21
|
+
scylla_cqlsh-6.0.25.dist-info/LICENSE.txt,sha256=65AZdlqRQxiyMBv8nY6itMITk5jx9EkE_jHujbcDzbk,11564
|
|
22
|
+
scylla_cqlsh-6.0.25.dist-info/METADATA,sha256=JhLUTPyF5CgDZZfa0V6OTLsW0-sanvULnrqQzzYbuX0,3215
|
|
23
|
+
scylla_cqlsh-6.0.25.dist-info/WHEEL,sha256=agy-BJge3afXwWznUXANATmKFW4eqelqRR0uf608A_0,99
|
|
24
|
+
scylla_cqlsh-6.0.25.dist-info/entry_points.txt,sha256=oE4unqgR3WwNkCJDGlMG1HYtCE3nEZZ4d9CIl-JSZyQ,46
|
|
25
|
+
scylla_cqlsh-6.0.25.dist-info/top_level.txt,sha256=PVG-5w7PDG3FoAJH6Rq2I8C0y4cKa2KOW75GxjHkmQ4,24
|
|
26
|
+
scylla_cqlsh-6.0.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|