kaqing 2.0.87__tar.gz → 2.0.89__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.
Potentially problematic release.
This version of kaqing might be problematic. Click here for more details.
- {kaqing-2.0.87 → kaqing-2.0.89}/PKG-INFO +1 -1
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sql/state_machine.py +17 -7
- kaqing-2.0.89/adam/version.py +5 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/kaqing.egg-info/PKG-INFO +1 -1
- {kaqing-2.0.87 → kaqing-2.0.89}/setup.py +1 -1
- kaqing-2.0.87/adam/version.py +0 -5
- {kaqing-2.0.87 → kaqing-2.0.89}/README +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/app_session.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/apps.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/batch.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/check.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/check_context.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/check_result.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/check_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/compactionstats.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/cpu.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/disk.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/gossip.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/issue.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/memory.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/checks/status.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/cli.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/cli_group.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/column.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/columns.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/compactions.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/cpu.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/dir_data.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/dir_snapshots.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/gossip.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/host_id.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/memory.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_address.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_load.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_owns.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_status.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_tokens.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/node_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/pod_name.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/volume_cassandra.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/columns/volume_root.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/alter_tables.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/app.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/app_ping.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/audit/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/audit/audit.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/audit/audit_repair_tables.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/bash.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cd.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/check.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cli_commands.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/command.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/command_helpers.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/commands_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cp.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cql/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cql/cql_completions.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cql/cql_table_completer.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cql/cql_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/cql/cqlsh.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/code_start.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/code_stop.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/code_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/deploy.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/deploy_frontend.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/deploy_pg_agent.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/deploy_pod.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/deploy_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/undeploy.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/undeploy_frontend.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/undeploy_pg_agent.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/deploy/undeploy_pod.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/describe.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/describe_keyspace.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/describe_keyspaces.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/describe_table.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/describe/describe_tables.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/devices.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/exit.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/help.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/issues.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/login.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/logs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/ls.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/medusa.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/medusa_backup.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/medusa_restore.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/medusa_show_backupjobs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/medusa/medusa_show_restorejobs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/nodetool.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/nodetool_commands.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/param_get.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/param_set.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/postgres.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/postgres_ls.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/postgres_preview.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/postgres_session.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/postgres_utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/psql_completions.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/postgres/psql_table_completer.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/preview_table.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/pwd.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_forward.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_forward_stop.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_restart.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_run_abort.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_runs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_runs_abort.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_schedule_activate.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_schedule_start.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_schedule_stop.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_schedules.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_session.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/reaper/reaper_status.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/repair.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/repair_log.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/repair_run.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/repair_scan.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/repair/repair_stop.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/report.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/restart.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/rollout.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/shell.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_adam.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_app_actions.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_app_id.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_app_queues.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_cassandra_status.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_cassandra_version.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_commands.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_host.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_login.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_params.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_processes.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_repairs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/show/show_storage.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/commands/watch.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/config.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/embedded_apps.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/embedded_params.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/cassandra_clusters.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/cassandra_nodes.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/config_maps.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/custom_resources.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/deployment.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/ingresses.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/jobs.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/kube_context.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/pods.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/secrets.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/service_accounts.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/services.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/statefulsets.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/k8s_utils/volumes.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/log.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/pod_exec_result.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/repl.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/repl_commands.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/repl_session.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/repl_state.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sql/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sql/sql_completer.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sql/term_completer.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/__init__.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/authenticator.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/authn_ad.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/authn_okta.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/cred_cache.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/id_token.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/idp.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/idp_login.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/idp_session.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/sso/sso_config.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/utils.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/utils_athena.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/adam/utils_net.py +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/kaqing.egg-info/SOURCES.txt +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/kaqing.egg-info/dependency_links.txt +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/kaqing.egg-info/entry_points.txt +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/kaqing.egg-info/top_level.txt +0 -0
- {kaqing-2.0.87 → kaqing-2.0.89}/setup.cfg +0 -0
|
@@ -138,7 +138,7 @@ SPEC = [
|
|
|
138
138
|
'- > ( > select_from_lp_',
|
|
139
139
|
'- < ) > select_from_sq',
|
|
140
140
|
'select_from_lp_ > select > select',
|
|
141
|
-
'select_from_x > , > select_from_x_comma_',
|
|
141
|
+
'select_from_x > , > select_from_x_comma_ ^ (select,tables',
|
|
142
142
|
'select_from_sq_ > as > select_from_x_as ^ as',
|
|
143
143
|
'select_from_x_comma_ > name > select_from_x ^ tables',
|
|
144
144
|
'select_from_x_ ^ as,where,inner join,left outer join,right outer join,full outer join,group by,order by,limit',
|
|
@@ -164,7 +164,8 @@ SPEC = [
|
|
|
164
164
|
'select_from_x_as_x > , > select_from_x_as_x_comma_',
|
|
165
165
|
'select_from_x_as_x_comma_ > name > select_from_x ^ tables',
|
|
166
166
|
'select_where_ > name > select_where_a ^ columns',
|
|
167
|
-
'select_where_a >
|
|
167
|
+
'select_where_a > name > select_where_a ^ columns,=,<,<=,>,>=,<>',
|
|
168
|
+
'- > comparison > select_where_a_op',
|
|
168
169
|
'select_where_a_ > comparison > select_where_a_op ^ =,<,<=,>,>=,<>,like,not,in',
|
|
169
170
|
'- > not > select_where_a_not',
|
|
170
171
|
'- > in > select_where_a_in',
|
|
@@ -187,14 +188,16 @@ SPEC = [
|
|
|
187
188
|
'- > limit > select_where_sc_limit',
|
|
188
189
|
'select_group_ > by > select_group_by ^ by',
|
|
189
190
|
'select_group_by_ > name > select_group_by_a ^ columns',
|
|
190
|
-
'select_group_by_a >
|
|
191
|
+
'select_group_by_a > name > select_group_by_a ^ columns',
|
|
192
|
+
'- > , > select_group_by_a_comma_ ^ columns',
|
|
191
193
|
'select_group_by_a_comma_ > name > select_group_by_a ^ columns',
|
|
192
194
|
'select_group_by_a_ > limit > select_where_sc_limit ^ limit,order by',
|
|
193
195
|
'- > order > select_order',
|
|
194
196
|
'- > order by > select_order_by',
|
|
195
197
|
'select_order_ > by > select_order_by ^ by',
|
|
196
198
|
'select_order_by_ > name > select_order_by_a ^ columns',
|
|
197
|
-
'select_order_by_a >
|
|
199
|
+
'select_order_by_a > name > select_order_by_a ^ columns',
|
|
200
|
+
'- > , > select_order_by_a_comma_',
|
|
198
201
|
'select_order_by_a_comma_ > name > select_order_by_a ^ columns',
|
|
199
202
|
'select_order_by_a_ > desc|asc > select_order_by_a_desc ^ desc,asc,limit',
|
|
200
203
|
'- > limit > select_where_sc_limit',
|
|
@@ -213,20 +216,25 @@ SPEC = [
|
|
|
213
216
|
'select_from_x_full_ > join > select_join ^ outer join',
|
|
214
217
|
'- > outer > select_from_x_full_outer',
|
|
215
218
|
'select_from_x_full_outer_ > join > select_join ^ join',
|
|
219
|
+
'select_x_join_y > name > select_x_join_y ^ tables',
|
|
216
220
|
'select_x_join_y_ > as > select_x_join_y_as ^ as,on',
|
|
217
221
|
'- > on > select_x_join_y_on ^ as,on',
|
|
218
222
|
'select_x_join_y_as_ > name > select_x_join_y_as_y ^ x,y,z',
|
|
219
223
|
'select_x_join_y_as_y_ > on > select_x_join_y_on ^ on',
|
|
220
224
|
'select_x_join_y_on_ > name > select_x_join_y_on_a ^ columns',
|
|
221
|
-
'select_x_join_y_on_a >
|
|
225
|
+
'select_x_join_y_on_a > name > select_x_join_y_on_a ^ columns,=',
|
|
226
|
+
'- > comparison > select_x_join_y_on_a_op',
|
|
227
|
+
'select_x_join_y_on_a_ > comparison > select_x_join_y_on_a_op ^ =',
|
|
222
228
|
'select_x_join_y_on_a_op > name > select_x_join_y_on_a_op_b ^ columns',
|
|
223
|
-
'select_x_join_y_on_a_op_b >
|
|
229
|
+
'select_x_join_y_on_a_op_b > name > select_x_join_y_on_a_op_b ^ columns',
|
|
230
|
+
'- > _ > select_from_x_as_x_',
|
|
224
231
|
|
|
225
232
|
|
|
226
233
|
' > insert > insert',
|
|
227
234
|
'insert_ > into > insert_into ^ into',
|
|
228
235
|
'insert_into_ > name > insert_into_x ^ tables',
|
|
229
|
-
'insert_into_x >
|
|
236
|
+
'insert_into_x > name > insert_into_x ^ tables',
|
|
237
|
+
'- > ( > insert_into_x_lp_',
|
|
230
238
|
'insert_into_x_ > ( > insert_into_x_lp_ ^ (,values(',
|
|
231
239
|
'- > values > insert_values',
|
|
232
240
|
'insert_into_x_lp_ > name > insert_into_x_lp_a ^ id',
|
|
@@ -243,6 +251,7 @@ SPEC = [
|
|
|
243
251
|
|
|
244
252
|
' > update > update',
|
|
245
253
|
'update_ > name > update_x ^ tables',
|
|
254
|
+
'update_x > name > update_x ^ tables',
|
|
246
255
|
'update_x_ > set > update_set ^ set',
|
|
247
256
|
'update_set_ > name > update_set_a ^ id',
|
|
248
257
|
'update_set_a > comparison > update_set_a_op',
|
|
@@ -273,6 +282,7 @@ SPEC = [
|
|
|
273
282
|
' > delete > delete',
|
|
274
283
|
'delete_ > from > delete_from ^ from',
|
|
275
284
|
'delete_from_ > name > delete_from_x ^ tables',
|
|
285
|
+
'delete_from_x > name > delete_from_x ^ tables',
|
|
276
286
|
'delete_from_x_ > where > update_where ^ where',
|
|
277
287
|
]
|
|
278
288
|
|
kaqing-2.0.87/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|