rupython 1.2.9__tar.gz → 1.2.10__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.
- {rupython-1.2.9 → rupython-1.2.10}/PKG-INFO +1 -1
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/221/320/224.py +9 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython.egg-info/PKG-INFO +1 -1
- {rupython-1.2.9 → rupython-1.2.10}/setup.py +1 -1
- {rupython-1.2.9 → rupython-1.2.10}/LICENSE +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/README.md +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython/__main__.py +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython/__/320/227/320/260/320/263/320/276/320/273/320/276/320/262/320/276/321/207/320/275/321/213/320/271_/320/272/320/276/320/264__.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython/__/320/236/320/261/321/211/320/270/320/265_/321/204/321/203/320/275/320/272/321/206/320/270/320/270__.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/224/320/260/321/202/320/260/320/222/321/200/320/265/320/274/321/217.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/232/320/276/320/273/320/273/320/265/320/272/321/206/320/270/320/270.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/234/320/260/321/202/320/265/320/274.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/240/320/265/320/263/320/222/321/213/321/200.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/234/320/276/320/264/321/203/320/273/320/270//320/241/320/273/321/203/321/207.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython//320/237/321/200/320/265/320/276/320/261/321/200/320/260/320/267/320/276/320/262/320/260/321/202/320/265/320/273/321/214.py" +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython.egg-info/SOURCES.txt +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython.egg-info/dependency_links.txt +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/rupython.egg-info/top_level.txt +0 -0
- {rupython-1.2.9 → rupython-1.2.10}/setup.cfg +0 -0
@@ -54,6 +54,13 @@ import re as РегВыр
|
|
54
54
|
'УСТАНОВИВ': 'SET',
|
55
55
|
'УДАЛИТЬ ИЗ': 'DELETE FROM',
|
56
56
|
'ПРИ КОНФЛИКТЕ': 'ON CONFLICT',
|
57
|
+
'ПРИ УДАЛЕНИИ': 'ON DELETE',
|
58
|
+
'ПРИ ИЗМЕНЕНИИ': 'ON UPDATE',
|
59
|
+
'КАСКАДНО': 'CASCADE',
|
60
|
+
'УСТАНОВИТЬ ПУСТЫМ': 'SET NULL',
|
61
|
+
'УСТАНОВИТЬ ПО УМОЛЧАНИЮ': 'SET DEFAULT',
|
62
|
+
'ОГРАНИЧИТЬ': 'RESTRICT',
|
63
|
+
'БЕЗ ДЕЙСТВИЯ': 'NO ACTION',
|
57
64
|
'ВЫПОЛНЯТЬ': 'DO',
|
58
65
|
'НИЧЕГО': 'NOTHING',
|
59
66
|
'ПРОПУСТИТЬ': 'IGNORE',
|
@@ -187,6 +194,8 @@ import re as РегВыр
|
|
187
194
|
}
|
188
195
|
|
189
196
|
def Получить_токены(запрос):
|
197
|
+
запрос = РегВыр.sub(r'\s+', ' ', запрос.strip())
|
198
|
+
|
190
199
|
токены = []
|
191
200
|
текущий_токен = ''
|
192
201
|
в_строке = False
|
@@ -3,7 +3,7 @@ from pathlib import Path as Путь
|
|
3
3
|
|
4
4
|
Установить(
|
5
5
|
name = 'rupython',
|
6
|
-
version = '1.2.
|
6
|
+
version = '1.2.10',
|
7
7
|
description = "Исполнитель кода Русского Питона",
|
8
8
|
packages = [ 'rupython', 'rupython.Модули' ],
|
9
9
|
long_description = (Путь(__file__).parent / 'README.md').read_text('UTF-8'),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|