kaqing 2.0.63__py3-none-any.whl → 2.0.65__py3-none-any.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.
- adam/sql/sql_completer.py +16 -6
- adam/version.py +1 -1
- {kaqing-2.0.63.dist-info → kaqing-2.0.65.dist-info}/METADATA +1 -1
- {kaqing-2.0.63.dist-info → kaqing-2.0.65.dist-info}/RECORD +7 -7
- {kaqing-2.0.63.dist-info → kaqing-2.0.65.dist-info}/WHEEL +0 -0
- {kaqing-2.0.63.dist-info → kaqing-2.0.65.dist-info}/entry_points.txt +0 -0
- {kaqing-2.0.63.dist-info → kaqing-2.0.65.dist-info}/top_level.txt +0 -0
adam/sql/sql_completer.py
CHANGED
@@ -224,7 +224,9 @@ class SqlCompleter(Completer):
|
|
224
224
|
'select_where_a_not_ > comparison > select_where_a_not_op ^ like,in',
|
225
225
|
'- > in > select_where_a_in',
|
226
226
|
'select_where_a_in > ( > select_where_a_in_lp_ ^ (',
|
227
|
-
'select_where_a_in_lp_ > name|single|num > select_where_a_in_lp_a ^ single',
|
227
|
+
'select_where_a_in_lp_ > name|single|num > select_where_a_in_lp_a ^ single,select',
|
228
|
+
'- > select > select_where_a_in_lp_select',
|
229
|
+
'select_where_a_in_lp_select_ > name > select_a ^ id',
|
228
230
|
'select_where_a_in_lp_a > , > select_where_a_in_lp_a_comma_ ^ comma,)',
|
229
231
|
'- > ) > select_where_sc',
|
230
232
|
'select_where_a_in_lp_a_comma_ > name|single|num > select_where_a_in_lp_a ^ single',
|
@@ -292,6 +294,18 @@ class SqlCompleter(Completer):
|
|
292
294
|
'update_where_ > name > update_where_a ^ id',
|
293
295
|
'update_where_a > comparison > update_where_a_op',
|
294
296
|
'update_where_a_ > comparison > update_where_a_op ^ =,<,<=,>,>=,<>,like,not,in',
|
297
|
+
'- > not > update_where_a_not',
|
298
|
+
'- > in > update_where_a_in',
|
299
|
+
'update_where_a_not_ > comparison > update_where_a_not_op ^ like,in',
|
300
|
+
'- > in > update_where_a_in',
|
301
|
+
'update_where_a_in > ( > update_where_a_in_lp_ ^ (',
|
302
|
+
'update_where_a_in_lp_ > name|single|num > update_where_a_in_lp_a ^ single,select',
|
303
|
+
'- > select > update_where_a_in_lp_select',
|
304
|
+
'update_where_a_in_lp_select_ > name > select_a ^ id',
|
305
|
+
'update_where_a_in_lp_a > , > update_where_a_in_lp_a_comma_ ^ comma,)',
|
306
|
+
'- > ) > update_where_sc',
|
307
|
+
'update_where_a_in_lp_a_comma_ > name|single|num > update_where_a_in_lp_a ^ single',
|
308
|
+
'update_where_a_not_op > name|single|num > update_where_sc ^ single',
|
295
309
|
'update_where_a_op > name|single|num > update_where_sc ^ single',
|
296
310
|
'update_where_sc_ > and|or > update_where ^ and,or',
|
297
311
|
|
@@ -299,11 +313,7 @@ class SqlCompleter(Completer):
|
|
299
313
|
' > delete > delete',
|
300
314
|
'delete_ > from > delete_from ^ from',
|
301
315
|
'delete_from_ > name > delete_from_x ^ tables',
|
302
|
-
'delete_from_x_ > where >
|
303
|
-
'delete_where_ > name > delete_where_a ^ id',
|
304
|
-
'delete_where_a > comparison > delete_where_a_op ^ =,<,<=,>,>=,<>,like,not,in',
|
305
|
-
'delete_where_a_op > name|single|num > delete_where_sc ^ single',
|
306
|
-
'delete_where_sc_ > and|or > delete_where ^ and,or',
|
316
|
+
'delete_from_x_ > where > update_where ^ where',
|
307
317
|
]
|
308
318
|
|
309
319
|
def add_whitespace_transition(from_s: str):
|
adam/version.py
CHANGED
@@ -14,7 +14,7 @@ adam/repl_commands.py,sha256=WA90Rl27Juctzr3U3kfCDk5N-oYMKlfWbZeafUgk7k0,4723
|
|
14
14
|
adam/repl_session.py,sha256=uIogcvWBh7wd8QQ-p_JgLsyJ8YJgINw5vOd6JIsd7Vo,472
|
15
15
|
adam/repl_state.py,sha256=nZO5CucSIGz68f4JreadGphRzMXPUzkTn-4XcoJJOug,8643
|
16
16
|
adam/utils.py,sha256=2DoWsrcaioFFH0-RjT30qelVRPUJqCGTfz_ucfE7F8g,7406
|
17
|
-
adam/version.py,sha256=
|
17
|
+
adam/version.py,sha256=KvEjNFErb_UtY3OheCU4ZteYM7NSsnpocyyXjZ_CfNs,139
|
18
18
|
adam/checks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
19
19
|
adam/checks/check.py,sha256=Qopr3huYcMu2bzQgb99dEUYjFzkjKHRI76S6KA9b9Rk,702
|
20
20
|
adam/checks/check_context.py,sha256=FEHkQ32jY1EDopQ2uYWqy9v7aEEX1orLpJWhopwAlh4,402
|
@@ -164,7 +164,7 @@ adam/k8s_utils/services.py,sha256=EOJJGACVbbRvu5T3rMKqIJqgYic1_MSJ17EA0TJ6UOk,31
|
|
164
164
|
adam/k8s_utils/statefulsets.py,sha256=5g7KxGRHgEewT8rnZneDTaJDylUf-dHH2edWJEoorr8,4667
|
165
165
|
adam/k8s_utils/volumes.py,sha256=RIBmlOSWM3V3QVXLCFT0owVOyh4rGG1ETp521a-6ndo,1137
|
166
166
|
adam/sql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
167
|
-
adam/sql/sql_completer.py,sha256=
|
167
|
+
adam/sql/sql_completer.py,sha256=3poC79OMMUFxWUl9YRZ1Hhq23bxT-4SmIHLi6VFBT-E,24383
|
168
168
|
adam/sql/term_completer.py,sha256=17fuRyW2Uk-CoKySAh0S_UEzRQu9a-NxWII8jQnpAPU,2550
|
169
169
|
adam/sso/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
170
170
|
adam/sso/authenticator.py,sha256=BCm16L9zf5aLU47-sTCnudn2zLPwd8M2wwRminJfsqw,615
|
@@ -176,8 +176,8 @@ adam/sso/idp.py,sha256=fvcwUw_URTgsO6ySaqTIw0zQT2qRO1IPSGhf6rPtybo,5804
|
|
176
176
|
adam/sso/idp_login.py,sha256=QAtCUeDTVWliJy40RK_oac8Vgybr13xH8wzeBoxPaa8,1754
|
177
177
|
adam/sso/idp_session.py,sha256=9BUHNRf70u4rVKrVY1HKPOEmOviXvkjam8WJxmXSKIM,1735
|
178
178
|
adam/sso/sso_config.py,sha256=5N8WZgIJQBtHUy585XLRWKjpU87_v6QluyNK9E27D5s,2459
|
179
|
-
kaqing-2.0.
|
180
|
-
kaqing-2.0.
|
181
|
-
kaqing-2.0.
|
182
|
-
kaqing-2.0.
|
183
|
-
kaqing-2.0.
|
179
|
+
kaqing-2.0.65.dist-info/METADATA,sha256=gAdp8QqJSVI502sTCiQv0vq6gexhjTkEFBhczMIzU1I,132
|
180
|
+
kaqing-2.0.65.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
181
|
+
kaqing-2.0.65.dist-info/entry_points.txt,sha256=SkzhuQJUWsXOzHeZ5TgQ2c3_g53UGK23zzJU_JTZOZI,39
|
182
|
+
kaqing-2.0.65.dist-info/top_level.txt,sha256=8_2PZkwBb-xDcnc8a2rAbQeJhXKXskc7zTP7pSPa1fw,5
|
183
|
+
kaqing-2.0.65.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|