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/Add-records.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Add-records.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -38,7 +38,7 @@ Binary data can also be transferred as a structure `{'blob':File path}` | ||||
|     PictureFile = GetTempFileName("png"); | ||||
|     Image.Write(PictureFile); // PictureFile - File to disk | ||||
|  | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     DataArray = New Array; | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Clear-table.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Clear-table.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     Result = OPI_SQLite.ClearTable(Table, Base); | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Create-table.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     ColoumnsStruct = New Structure; | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Delete-posts.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Delete-posts.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     Filters = New Array; | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Delete-table.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Delete-table.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     Result = OPI_SQLite.DeleteTable(Table, Base); | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Get-records.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Get-records.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -34,7 +34,7 @@ Values of the Binary data type (BLOB) are returned as `{'blob':Base64 string}` | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     Fields = New Array; | ||||
|   | ||||
| @@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     Result = OPI_SQLite.GetTableInformation(Table, Base); | ||||
|   | ||||
							
								
								
									
										2
									
								
								docs/en/md/SQLite/Orm/Update-records.mdx
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								docs/en/md/SQLite/Orm/Update-records.mdx
									
									
									
									
										vendored
									
									
								
							| @@ -28,7 +28,7 @@ import TabItem from '@theme/TabItem'; | ||||
|  | ||||
|  | ||||
| ```bsl title="1C:Enterprise/OneScript code example" | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_FC7F_2d3.sqlite"; | ||||
|     Base  = "C:\Users\Administrator\AppData\Local\Temp\v8_A79F_23.sqlite"; | ||||
|     Table = "test"; | ||||
|  | ||||
|     FieldsStructure = New Structure; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user