mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-30 22:32:25 -05:00 
			
		
		
		
	update ncruces/go-sqlite3 to v0.21.2 (#3626)
This commit is contained in:
		
					parent
					
						
							
								9697df0955
							
						
					
				
			
			
				commit
				
					
						c953f57e55
					
				
			
		
					 14 changed files with 203 additions and 46 deletions
				
			
		
							
								
								
									
										5
									
								
								vendor/github.com/ncruces/go-sqlite3/vfs/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								vendor/github.com/ncruces/go-sqlite3/vfs/README.md
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -48,11 +48,6 @@ On Unix, this package may use `mmap` to implement | |||
| [shared-memory for the WAL-index](https://sqlite.org/wal.html#implementation_of_shared_memory_for_the_wal_index), | ||||
| like SQLite. | ||||
| 
 | ||||
| With [BSD locks](https://man.freebsd.org/cgi/man.cgi?query=flock&sektion=2) | ||||
| a WAL database can only be accessed by a single proccess. | ||||
| Other processes that attempt to access a database locked with BSD locks, | ||||
| will fail with the [`SQLITE_PROTOCOL`](https://sqlite.org/rescode.html#protocol) error code. | ||||
| 
 | ||||
| On Windows, this package may use `MapViewOfFile`, like SQLite. | ||||
| 
 | ||||
| You can also opt into a cross-platform, in-process, memory sharing implementation | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue