You've already forked OpenIntegrations
							
							
				mirror of
				https://github.com/Bayselonarrend/OpenIntegrations.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	Main build (Jenkins)
This commit is contained in:
		
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Connection | --db | String, Arbitrary | ✖ | Existing connection or database path | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
|   Returns:  Structure Of KeyAndValue, String - Result of query execution | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Connection | --db | String, Arbitrary | ✖ | Existing connection or database path | | ||||
|  | ||||
|    | ||||
|   Returns:  Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
|   Returns:  Structure Of KeyAndValue, String - Result of query execution | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/ru/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/ru/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Соединение | --db | Строка, Произвольный | ✖ | Существующее соединение или путь к базе | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение, Строка - Результат выполнения запроса или его текст | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение, Строка - Результат выполнения запроса | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
| @@ -18,7 +18,7 @@ import TabItem from '@theme/TabItem'; | ||||
|   | Соединение | --db | Строка, Произвольный | ✖ | Существующее соединение или путь к базе | | ||||
|  | ||||
|    | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение, Строка - Результат выполнения запроса или его текст | ||||
|   Возвращаемое значение:   Структура Из КлючИЗначение, Строка - Результат выполнения запроса | ||||
|  | ||||
| <br/> | ||||
|  | ||||
|   | ||||
							
								
								
									
										12932
									
								
								service/dictionaries/en.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12932
									
								
								service/dictionaries/en.json
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -226,7 +226,7 @@ Function CreateNewProject(Path) | ||||
|  | ||||
|     Result = CreateHandlersTable(Path); | ||||
|  | ||||
|     If Not Result["reuslt"] Then | ||||
|     If Not Result["result"] Then | ||||
|         DeleteFiles(Path); | ||||
|         Return Result; | ||||
|     EndIf; | ||||
|   | ||||
							
								
								
									
										4
									
								
								src/en/OInt/core/Modules/OPI_SQLite.os
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								src/en/OInt/core/Modules/OPI_SQLite.os
									
									
									
									
										vendored
									
									
								
							| @@ -165,7 +165,7 @@ EndFunction | ||||
| // Connection - String, Arbitrary - Existing connection or database path - db | ||||
| // | ||||
| // Returns: | ||||
| // Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
| // Structure Of KeyAndValue, String - Result of query execution | ||||
| Function GetTableInformation(Val Table, Val Connection = "") Export | ||||
|  | ||||
|     OPI_TypeConversion.GetLine(Table); | ||||
| @@ -188,7 +188,7 @@ EndFunction | ||||
| // Connection - String, Arbitrary - Existing connection or database path - db | ||||
| // | ||||
| // Returns: | ||||
| // Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
| // Structure Of KeyAndValue, String - Result of query execution | ||||
| Function CreateTable(Val Table, Val ColoumnsStruct, Val Connection = "") Export | ||||
|  | ||||
|     Result = OPI_SQLQueries.CreateTable(OPI_SQLite, Table, ColoumnsStruct, Connection); | ||||
|   | ||||
| @@ -226,7 +226,7 @@ Function CreateNewProject(Path) | ||||
|  | ||||
|     Result = CreateHandlersTable(Path); | ||||
|  | ||||
|     If Not Result["reuslt"] Then | ||||
|     If Not Result["result"] Then | ||||
|         DeleteFiles(Path); | ||||
|         Return Result; | ||||
|     EndIf; | ||||
|   | ||||
| @@ -165,7 +165,7 @@ EndFunction | ||||
| // Connection - String, Arbitrary - Existing connection or database path - db | ||||
| // | ||||
| // Returns: | ||||
| // Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
| // Structure Of KeyAndValue, String - Result of query execution | ||||
| Function GetTableInformation(Val Table, Val Connection = "") Export | ||||
|  | ||||
|     OPI_TypeConversion.GetLine(Table); | ||||
| @@ -188,7 +188,7 @@ EndFunction | ||||
| // Connection - String, Arbitrary - Existing connection or database path - db | ||||
| // | ||||
| // Returns: | ||||
| // Structure Of KeyAndValue, String - The result of the execution or SQL query text | ||||
| // Structure Of KeyAndValue, String - Result of query execution | ||||
| Function CreateTable(Val Table, Val ColoumnsStruct, Val Connection = "") Export | ||||
|  | ||||
|     Result = OPI_SQLQueries.CreateTable(OPI_SQLite, Table, ColoumnsStruct, Connection); | ||||
|   | ||||
							
								
								
									
										4
									
								
								src/ru/OInt/core/Modules/OPI_SQLite.os
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								src/ru/OInt/core/Modules/OPI_SQLite.os
									
									
									
									
										vendored
									
									
								
							| @@ -165,7 +165,7 @@ | ||||
| //  Соединение - Строка, Произвольный - Существующее соединение или путь к базе - db | ||||
| // | ||||
| // Возвращаемое значение: | ||||
| //  Структура Из КлючИЗначение, Строка - Результат выполнения запроса или его текст | ||||
| //  Структура Из КлючИЗначение, Строка - Результат выполнения запроса | ||||
| Функция ПолучитьИнформациюОТаблице(Знач Таблица, Знач Соединение = "") Экспорт | ||||
|  | ||||
|     OPI_ПреобразованиеТипов.ПолучитьСтроку(Таблица); | ||||
| @@ -188,7 +188,7 @@ | ||||
| //  Соединение       - Строка, Произвольный       - Существующее соединение или путь к базе              - db | ||||
| // | ||||
| // Возвращаемое значение: | ||||
| //  Структура Из КлючИЗначение, Строка - Результат выполнения запроса или его текст | ||||
| //  Структура Из КлючИЗначение, Строка - Результат выполнения запроса | ||||
| Функция СоздатьТаблицу(Знач Таблица, Знач СтруктураКолонок, Знач Соединение = "") Экспорт | ||||
|  | ||||
|     Результат = OPI_ЗапросыSQL.СоздатьТаблицу(OPI_SQLite, Таблица, СтруктураКолонок, Соединение); | ||||
|   | ||||
| @@ -226,7 +226,7 @@ | ||||
|  | ||||
|     Результат = СоздатьТаблицуОбработчиков(Путь); | ||||
|  | ||||
|     Если Не Результат["reuslt"] Тогда | ||||
|     Если Не Результат["result"] Тогда | ||||
|         УдалитьФайлы(Путь); | ||||
|         Возврат Результат; | ||||
|     КонецЕсли; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user