mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 01:52:26 -05:00 
			
		
		
		
	[chore] Update WASM go-sqlite3 to v0.16.1 (#2976)
This includes support for journal mode set to WAL on the BSDs. Relates to: #1753, #2962
This commit is contained in:
		
					parent
					
						
							
								afcfa48a7d
							
						
					
				
			
			
				commit
				
					
						cc4f773b0e
					
				
			
		
					 46 changed files with 618 additions and 359 deletions
				
			
		
							
								
								
									
										4
									
								
								vendor/github.com/ncruces/go-sqlite3/vfs/api.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/ncruces/go-sqlite3/vfs/api.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -168,8 +168,8 @@ type FileSharedMemory interface { | |||
| // SharedMemory is a shared-memory WAL-index implementation. | ||||
| // Use [NewSharedMemory] to create a shared-memory. | ||||
| type SharedMemory interface { | ||||
| 	shmMap(context.Context, api.Module, int32, int32, bool) (uint32, error) | ||||
| 	shmLock(int32, int32, _ShmFlag) error | ||||
| 	shmMap(context.Context, api.Module, int32, int32, bool) (uint32, _ErrorCode) | ||||
| 	shmLock(int32, int32, _ShmFlag) _ErrorCode | ||||
| 	shmUnmap(bool) | ||||
| 	io.Closer | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue