kaqing 2.0.60__tar.gz → 2.0.61__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.
- {kaqing-2.0.60 → kaqing-2.0.61}/PKG-INFO +1 -1
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sql/sql_completer.py +16 -12
- kaqing-2.0.61/adam/version.py +5 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/kaqing.egg-info/PKG-INFO +1 -1
- {kaqing-2.0.60 → kaqing-2.0.61}/setup.py +1 -1
- kaqing-2.0.60/adam/version.py +0 -5
- {kaqing-2.0.60 → kaqing-2.0.61}/README +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/app_session.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/apps.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/batch.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/check.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/check_context.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/check_result.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/check_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/compactionstats.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/cpu.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/disk.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/gossip.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/issue.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/memory.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/checks/status.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/cli.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/cli_group.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/column.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/columns.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/compactions.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/cpu.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/dir_data.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/dir_snapshots.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/gossip.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/host_id.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/memory.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_address.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_load.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_owns.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_status.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_tokens.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/node_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/pod_name.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/volume_cassandra.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/columns/volume_root.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/alter_tables.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/app.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/app_ping.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/bash.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cd.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/check.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cli_commands.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/command.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/command_helpers.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/commands_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cp.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cql/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cql/cql_completions.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cql/cql_table_completer.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cql/cql_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/cql/cqlsh.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/code_start.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/code_stop.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/code_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/deploy.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/deploy_frontend.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/deploy_pg_agent.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/deploy_pod.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/deploy_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/undeploy.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/undeploy_frontend.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/undeploy_pg_agent.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/deploy/undeploy_pod.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/describe.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/describe_keyspace.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/describe_keyspaces.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/describe_table.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/describe/describe_tables.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/devices.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/exit.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/help.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/issues.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/login.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/logs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/ls.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/medusa.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/medusa_backup.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/medusa_restore.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/medusa_show_backupjobs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/medusa/medusa_show_restorejobs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/nodetool.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/nodetool_commands.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/param_get.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/param_set.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/postgres.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/postgres_ls.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/postgres_preview.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/postgres_session.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/postgres_utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/psql_completions.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/postgres/psql_table_completer.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/preview_table.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/pwd.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_forward.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_forward_stop.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_restart.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_run_abort.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_runs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_runs_abort.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_schedule_activate.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_schedule_start.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_schedule_stop.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_schedules.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_session.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/reaper/reaper_status.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/repair.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/repair_log.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/repair_run.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/repair_scan.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/repair/repair_stop.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/report.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/restart.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/rollout.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/shell.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_adam.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_app_actions.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_app_id.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_app_queues.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_cassandra_status.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_cassandra_version.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_commands.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_login.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_params.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_processes.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_repairs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/show/show_storage.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/commands/watch.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/config.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/embedded_apps.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/embedded_params.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/cassandra_clusters.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/cassandra_nodes.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/config_maps.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/custom_resources.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/deployment.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/ingresses.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/jobs.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/kube_context.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/pods.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/secrets.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/service_accounts.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/services.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/statefulsets.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/k8s_utils/volumes.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/log.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/pod_exec_result.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/repl.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/repl_commands.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/repl_session.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/repl_state.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sql/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sql/term_completer.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/__init__.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/authenticator.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/authn_ad.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/authn_okta.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/cred_cache.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/id_token.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/idp.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/idp_login.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/idp_session.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/sso/sso_config.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/adam/utils.py +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/kaqing.egg-info/SOURCES.txt +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/kaqing.egg-info/dependency_links.txt +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/kaqing.egg-info/entry_points.txt +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/kaqing.egg-info/top_level.txt +0 -0
- {kaqing-2.0.60 → kaqing-2.0.61}/setup.cfg +0 -0
@@ -333,12 +333,12 @@ class SqlCompleter(Completer):
|
|
333
333
|
'select_where_a_not_ > comparison > select_where_a_not_op',
|
334
334
|
'- > in > select_where_a_in',
|
335
335
|
'select_where_a_in > ( > select_where_a_in_lp_',
|
336
|
-
'select_where_a_in_lp_ > name|single
|
336
|
+
'select_where_a_in_lp_ > name|single|num > select_where_a_in_lp_a',
|
337
337
|
'select_where_a_in_lp_a > , > select_where_a_in_lp_a_comma_',
|
338
338
|
'- > ) > select_where_sc',
|
339
|
-
'select_where_a_in_lp_a_comma_ > name|single
|
340
|
-
'select_where_a_not_op > name|single
|
341
|
-
'select_where_a_op > name|single
|
339
|
+
'select_where_a_in_lp_a_comma_ > name|single|num > select_where_a_in_lp_a',
|
340
|
+
'select_where_a_not_op > name|single|num > select_where_sc',
|
341
|
+
'select_where_a_op > name|single|num > select_where_sc',
|
342
342
|
'select_where_sc_ > and|or > select_where',
|
343
343
|
'- > group > select_group',
|
344
344
|
'- > group by > select_group_by',
|
@@ -366,7 +366,7 @@ class SqlCompleter(Completer):
|
|
366
366
|
'select_x_join_y_ > on > select_x_join_y_on',
|
367
367
|
'select_x_join_y_on_ > name > select_x_join_y_on_a',
|
368
368
|
'select_x_join_y_on_a > comparison > select_x_join_y_on_a_op',
|
369
|
-
'select_x_join_y_on_a_op > name
|
369
|
+
'select_x_join_y_on_a_op > name > select_x_join_y_on_a_op_b',
|
370
370
|
'select_x_join_y_on_a_op_b > , > select_x_join_y_on_',
|
371
371
|
'select_x_join_y_on_a_op_b_ > and|or > select_join',
|
372
372
|
'- > where > select_where',
|
@@ -388,9 +388,9 @@ class SqlCompleter(Completer):
|
|
388
388
|
'insert_into_x_lp_a_rp__ > values > insert_values',
|
389
389
|
'- > select > select',
|
390
390
|
'insert_values > ( > insert_values_lp_',
|
391
|
-
'insert_values_lp_ > name|single
|
391
|
+
'insert_values_lp_ > name|single|num > insert_values_lp_v',
|
392
392
|
'insert_values_lp_v > , > insert_values_lp_v_comma_',
|
393
|
-
'insert_values_lp_v_comma_ > name|single
|
393
|
+
'insert_values_lp_v_comma_ > name|single|num > insert_values_lp_v',
|
394
394
|
|
395
395
|
|
396
396
|
' > update > update',
|
@@ -398,14 +398,14 @@ class SqlCompleter(Completer):
|
|
398
398
|
'update_x_ > set > update_set',
|
399
399
|
'update_set_ > name > update_set_a',
|
400
400
|
'update_set_a > comparison > update_set_a_op',
|
401
|
-
'update_set_a_op > name|single
|
401
|
+
'update_set_a_op > name|single|num > update_set_sc',
|
402
402
|
'update_set_sc > , > update_set_sc_comma_',
|
403
403
|
'update_set_sc_comma_ > name > update_set_a',
|
404
404
|
'update_set_sc_ > , > update_set_sc_comma_',
|
405
405
|
'- > where > update_where',
|
406
406
|
'update_where_ > name > update_where_a',
|
407
407
|
'update_where_a > comparison > update_where_a_op',
|
408
|
-
'update_where_a_op > name|single
|
408
|
+
'update_where_a_op > name|single|num > update_where_sc',
|
409
409
|
'update_where_sc_ > and|or > update_where',
|
410
410
|
|
411
411
|
|
@@ -415,7 +415,7 @@ class SqlCompleter(Completer):
|
|
415
415
|
'delete_from_x_ > where > delete_where',
|
416
416
|
'delete_where_ > name > delete_where_a',
|
417
417
|
'delete_where_a > comparison > delete_where_a_op',
|
418
|
-
'delete_where_a_op > name|single
|
418
|
+
'delete_where_a_op > name|single|num > delete_where_sc',
|
419
419
|
'delete_where_sc_ > and|or > delete_where',
|
420
420
|
]
|
421
421
|
|
@@ -503,7 +503,7 @@ class SqlCompleter(Completer):
|
|
503
503
|
print(f'"{token.value}:{typ}" ', end='')
|
504
504
|
else:
|
505
505
|
print(f'{token.value}:{typ} ', end='')
|
506
|
-
|
506
|
+
# print(" " * indent + f"Token: {token.value}, Type: {token.ttype}@{token.ttype.__class__}")
|
507
507
|
|
508
508
|
if token.is_group:
|
509
509
|
state = self.traverse_tokens(text, token.tokens, state, indent + 1)
|
@@ -513,8 +513,12 @@ class SqlCompleter(Completer):
|
|
513
513
|
it = t
|
514
514
|
elif token.ttype == T.Text.Whitespace:
|
515
515
|
it = '_'
|
516
|
-
elif token.ttype
|
516
|
+
elif token.ttype == T.Name:
|
517
517
|
it = 'name'
|
518
|
+
elif token.ttype == T.Literal.String.Single:
|
519
|
+
it = 'single'
|
520
|
+
elif token.ttype in [T.Literal.Number.Integer, T.Literal.Number.Float]:
|
521
|
+
it = 'num'
|
518
522
|
elif token.ttype == T.Wildcard:
|
519
523
|
it = '*'
|
520
524
|
elif token.ttype == T.Punctuation:
|
kaqing-2.0.60/adam/version.py
DELETED
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|