mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-29 04:22:24 -05:00 
			
		
		
		
	# Description This brings some performance improvements and SQLite 3.50.3. ## Checklist Please put an x inside each checkbox to indicate that you've read and followed it: `[ ]` -> `[x]` If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want). - [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md). - [ ] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat. - [x] I/we have not leveraged AI to create the proposed changes. - [ ] I/we have performed a self-review of added code. - [ ] I/we have written code that is legible and maintainable by others. - [ ] I/we have commented the added code, particularly in hard-to-understand areas. - [ ] I/we have made any necessary changes to documentation. - [ ] I/we have added tests that cover new code. - [x] I/we have run tests and they pass locally with the changes. - [ ] I/we have run `go fmt ./...` and `golangci-lint run`. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4334 Co-authored-by: Daenney <git@noreply.sourcery.dny.nu> Co-committed-by: Daenney <git@noreply.sourcery.dny.nu>
		
			
				
	
	
		
			144 lines
		
	
	
		
			No EOL
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			144 lines
		
	
	
		
			No EOL
		
	
	
		
			3.1 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| aligned_alloc
 | |
| sqlite3_anycollseq_init
 | |
| sqlite3_autovacuum_pages_go
 | |
| sqlite3_backup_finish
 | |
| sqlite3_backup_init
 | |
| sqlite3_backup_pagecount
 | |
| sqlite3_backup_remaining
 | |
| sqlite3_backup_step
 | |
| sqlite3_bind_blob_go
 | |
| sqlite3_bind_double
 | |
| sqlite3_bind_int64
 | |
| sqlite3_bind_null
 | |
| sqlite3_bind_parameter_count
 | |
| sqlite3_bind_parameter_index
 | |
| sqlite3_bind_parameter_name
 | |
| sqlite3_bind_pointer_go
 | |
| sqlite3_bind_text_go
 | |
| sqlite3_bind_value
 | |
| sqlite3_bind_zeroblob64
 | |
| sqlite3_blob_bytes
 | |
| sqlite3_blob_close
 | |
| sqlite3_blob_open
 | |
| sqlite3_blob_read
 | |
| sqlite3_blob_reopen
 | |
| sqlite3_blob_write
 | |
| sqlite3_busy_handler_go
 | |
| sqlite3_busy_timeout
 | |
| sqlite3_changes64
 | |
| sqlite3_clear_bindings
 | |
| sqlite3_close
 | |
| sqlite3_close_v2
 | |
| sqlite3_collation_needed_go
 | |
| sqlite3_column_blob
 | |
| sqlite3_column_bytes
 | |
| sqlite3_column_count
 | |
| sqlite3_column_database_name
 | |
| sqlite3_column_decltype
 | |
| sqlite3_column_double
 | |
| sqlite3_column_int64
 | |
| sqlite3_column_name
 | |
| sqlite3_column_origin_name
 | |
| sqlite3_column_table_name
 | |
| sqlite3_column_text
 | |
| sqlite3_column_type
 | |
| sqlite3_column_value
 | |
| sqlite3_columns_go
 | |
| sqlite3_commit_hook_go
 | |
| sqlite3_config_log_go
 | |
| sqlite3_create_aggregate_function_go
 | |
| sqlite3_create_collation_go
 | |
| sqlite3_create_function_go
 | |
| sqlite3_create_module_go
 | |
| sqlite3_create_window_function_go
 | |
| sqlite3_data_count
 | |
| sqlite3_database_file_object
 | |
| sqlite3_db_cacheflush
 | |
| sqlite3_db_config
 | |
| sqlite3_db_filename
 | |
| sqlite3_db_name
 | |
| sqlite3_db_readonly
 | |
| sqlite3_db_release_memory
 | |
| sqlite3_db_status
 | |
| sqlite3_declare_vtab
 | |
| sqlite3_errcode
 | |
| sqlite3_errmsg
 | |
| sqlite3_error_offset
 | |
| sqlite3_errstr
 | |
| sqlite3_exec
 | |
| sqlite3_exec_go
 | |
| sqlite3_expanded_sql
 | |
| sqlite3_file_control
 | |
| sqlite3_filename_database
 | |
| sqlite3_filename_journal
 | |
| sqlite3_filename_wal
 | |
| sqlite3_finalize
 | |
| sqlite3_free
 | |
| sqlite3_get_autocommit
 | |
| sqlite3_get_auxdata
 | |
| sqlite3_hard_heap_limit64
 | |
| sqlite3_interrupt
 | |
| sqlite3_invoke_busy_handler_go
 | |
| sqlite3_last_insert_rowid
 | |
| sqlite3_limit
 | |
| sqlite3_log_go
 | |
| sqlite3_malloc64
 | |
| sqlite3_open_v2
 | |
| sqlite3_overload_function
 | |
| sqlite3_prepare_v3
 | |
| sqlite3_progress_handler_go
 | |
| sqlite3_realloc64
 | |
| sqlite3_reset
 | |
| sqlite3_result_blob_go
 | |
| sqlite3_result_double
 | |
| sqlite3_result_error
 | |
| sqlite3_result_error_code
 | |
| sqlite3_result_error_nomem
 | |
| sqlite3_result_error_toobig
 | |
| sqlite3_result_int64
 | |
| sqlite3_result_null
 | |
| sqlite3_result_pointer_go
 | |
| sqlite3_result_subtype
 | |
| sqlite3_result_text_go
 | |
| sqlite3_result_value
 | |
| sqlite3_result_zeroblob64
 | |
| sqlite3_rollback_hook_go
 | |
| sqlite3_set_authorizer_go
 | |
| sqlite3_set_auxdata_go
 | |
| sqlite3_set_last_insert_rowid
 | |
| sqlite3_soft_heap_limit64
 | |
| sqlite3_step
 | |
| sqlite3_stmt_busy
 | |
| sqlite3_stmt_readonly
 | |
| sqlite3_stmt_status
 | |
| sqlite3_table_column_metadata
 | |
| sqlite3_total_changes64
 | |
| sqlite3_trace_go
 | |
| sqlite3_txn_state
 | |
| sqlite3_update_hook_go
 | |
| sqlite3_uri_key
 | |
| sqlite3_value_blob
 | |
| sqlite3_value_bytes
 | |
| sqlite3_value_double
 | |
| sqlite3_value_dup
 | |
| sqlite3_value_free
 | |
| sqlite3_value_frombind
 | |
| sqlite3_value_int64
 | |
| sqlite3_value_nochange
 | |
| sqlite3_value_numeric_type
 | |
| sqlite3_value_pointer_go
 | |
| sqlite3_value_subtype
 | |
| sqlite3_value_text
 | |
| sqlite3_value_type
 | |
| sqlite3_vtab_collation
 | |
| sqlite3_vtab_config_go
 | |
| sqlite3_vtab_distinct
 | |
| sqlite3_vtab_in
 | |
| sqlite3_vtab_in_first
 | |
| sqlite3_vtab_in_next
 | |
| sqlite3_vtab_nochange
 | |
| sqlite3_vtab_on_conflict
 | |
| sqlite3_vtab_rhs_value
 | |
| sqlite3_wal_autocheckpoint
 | |
| sqlite3_wal_checkpoint_v2
 | |
| sqlite3_wal_hook_go |