Thom Chiovoloni 
							
						 
					 
					
						
						
							
						
						572471c40f 
					 
					
						
						
							
							Add a feature for storing i128 as blobs.  
						
						... 
						
						
						
						This is behind the `i128_blob` feature.
Blobs are stored as 16 byte big-endian values, with their most significant bit
flipped. This is so that sorting, comparison, etc all work properly, even with
negative numbers. This also allows the representation to be stable across
different computers.
It's possible that the `FromSql` implementation should handle the case that the
real value is stored in an integer. I didn't do this, but would be willing to
make the change. I don't think we should store them this way though, since I
don't think users would be able to sort/compare them sanely.
Support for `u128` is not implemented, as comparison with i128 values would work
strangely. This also is consistent with `u64` not being allowed, not that I
think that would be reason enough on it's own.
The `byteorder` crate is used if this feature is flipped, as it's quite small
and implements things more or less optimally. If/when `i128::{to,from}_be_bytes`
gets stabilized (https://github.com/rust-lang/rust/issues/52963 ), we should
probably use that instead. 
						
						
					 
					
						2018-10-08 12:22:28 -07:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						7176be2d6d 
					 
					
						
						
							
							Merge pull request  #408  from thomcc/interrupt_handle  
						
						... 
						
						
						
						Add a method of interrupting a query executing on a separate thread, fixes  #407  
						
						
					 
					
						2018-10-08 18:37:30 +02:00 
						 
				 
			
				
					
						
							
							
								Thom Chiovoloni 
							
						 
					 
					
						
						
							
						
						b4565f565a 
					 
					
						
						
							
							Add a method of interrupting a query executing on a separate thread,  fixes   #407  
						
						
						
						
					 
					
						2018-09-26 13:42:30 -07:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						e7e03c3443 
					 
					
						
						
							
							Introduce NO_PARAMS constant  
						
						... 
						
						
						
						As suggested here:
https://users.rust-lang.org/t/sql-parameter-values/20469/2  
						
						
					 
					
						2018-09-16 11:10:19 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						c4ae541eac 
					 
					
						
						
							
							Take IntoIterator rather than &[&ToSql] ( #312 )  
						
						
						
						
					 
					
						2018-09-16 09:49:23 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						70b59f9c2c 
					 
					
						
						
							
							Impossible to execute a pragma in 0.14.0  #400  
						
						... 
						
						
						
						sqlite3_stmt_readonly does not work for PRAGMA. 
						
						
					 
					
						2018-09-12 22:16:22 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						b38fe372b6 
					 
					
						
						
							
							[ci skip] fix doc  
						
						
						
						
					 
					
						2018-09-08 11:10:08 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						d6b6058849 
					 
					
						
						
							
							[ci skip] Fix Transaction doc  
						
						
						
						
					 
					
						2018-09-05 18:08:39 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						5e9c7bac4e 
					 
					
						
						
							
							Rustfmt  
						
						
						
						
					 
					
						2018-08-16 18:29:46 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						8c6ce46c17 
					 
					
						
						
							
							Make sure scalar functions and hooks outlive the connection  
						
						
						
						
					 
					
						2018-08-15 20:04:01 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						4770060396 
					 
					
						
						
							
							Make sure scalar functions and hooks are Sendable  
						
						
						
						
					 
					
						2018-08-15 18:30:18 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						ec53f19be1 
					 
					
						
						
							
							Backup progress callback can be Fn.  
						
						
						
						
					 
					
						2018-08-15 18:00:58 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						0ccf98d214 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2018-08-11 13:37:56 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						c925d1aa97 
					 
					
						
						
							
							Rustfmt  
						
						
						
						
					 
					
						2018-08-11 12:48:21 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						57df0ac3d5 
					 
					
						
						
							
							Merge pull request  #378  from gwenn/callback  
						
						... 
						
						
						
						Fix hooks 
						
						
					 
					
						2018-08-11 12:02:45 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						2a29717c5a 
					 
					
						
						
							
							Fix hooks  
						
						
						
						
					 
					
						2018-08-11 11:14:17 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						4c3fa7bd53 
					 
					
						
						
							
							Add binding to sqlite3_expanded_sql  
						
						
						
						
					 
					
						2018-08-10 20:52:11 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						31de0187a2 
					 
					
						
						
							
							Return an InvalidQuery error when SQL is not read only  
						
						
						
						
					 
					
						2018-08-10 20:48:13 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						40ef85c2af 
					 
					
						
						
							
							Fix array module  
						
						
						
						
					 
					
						2018-08-07 19:58:26 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						87a0c3abca 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into callback  
						
						
						
						
					 
					
						2018-08-05 19:51:16 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						e8dc412af1 
					 
					
						
						
							
							[ci skip] Make test_array_module fails without sanitizer  
						
						
						
						
					 
					
						2018-08-05 16:56:30 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						3aca24792c 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2018-08-05 13:26:45 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						cea8e5cea2 
					 
					
						
						
							
							[ci skip] Array module is buggy  
						
						... 
						
						
						
						AddressSanitizer: heap-use-after-free on address 
						
						
					 
					
						2018-08-05 13:22:04 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						15ab96bceb 
					 
					
						
						
							
							[ci skip] Ignore unstable busy tests by default  
						
						
						
						
					 
					
						2018-08-05 11:39:46 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						437f7dab42 
					 
					
						
						
							
							Refactor hooks  
						
						
						
						
					 
					
						2018-08-05 10:58:00 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						7310cac6f5 
					 
					
						
						
							
							Use pub(crate)  
						
						
						
						
					 
					
						2018-07-31 22:17:17 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						a5403eb05f 
					 
					
						
						
							
							Replace PRAGMA call by Rust busy_timeout function  
						
						
						
						
					 
					
						2018-07-28 17:04:10 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						73ebce5f98 
					 
					
						
						
							
							Add binding to sqlite3_busy_timeout and sqlite3_busy_handler.  
						
						
						
						
					 
					
						2018-07-28 17:04:10 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						fc37b324b8 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2018-07-28 16:56:21 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						9ecb1eef55 
					 
					
						
						
							
							Merge pull request  #369  from gwenn/busy  
						
						... 
						
						
						
						Add binding to sqlite3_busy_timeout and sqlite3_busy_handler. 
						
						
					 
					
						2018-07-28 16:39:38 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						5e1e805b4f 
					 
					
						
						
							
							Use sqlite3_get_autocommit instead of our own flag/status  
						
						
						
						
					 
					
						2018-07-28 16:04:42 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						18953a8798 
					 
					
						
						
							
							Merge pull request  #367  from kornelski/master  
						
						... 
						
						
						
						Roll back uncommitable transactions 
						
						
					 
					
						2018-07-28 15:39:45 +02:00 
						 
				 
			
				
					
						
							
							
								Kornel 
							
						 
					 
					
						
						
							
						
						b075592147 
					 
					
						
						
							
							Test transaction recovery from sqlite busy error  
						
						
						
						
					 
					
						2018-07-28 12:58:05 +01:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						558104de4d 
					 
					
						
						
							
							Add binding to sqlite3_busy_timeout and sqlite3_busy_handler.  
						
						
						
						
					 
					
						2018-07-28 12:10:57 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						5351d88bc0 
					 
					
						
						
							
							Cow<str> now implements ToSql.  
						
						
						
						
					 
					
						2018-07-28 08:01:24 +02:00 
						 
				 
			
				
					
						
							
							
								Kornel 
							
						 
					 
					
						
						
							
						
						2487b18db0 
					 
					
						
						
							
							Avoid keeping transactions unexpectedly open  
						
						... 
						
						
						
						If transaction can't be automatically committed, roll it back to prevent transaction staying open past the lifetime of the Transaction object
Fixes  #366  
						
						
					 
					
						2018-07-27 17:18:47 +01:00 
						 
				 
			
				
					
						
							
							
								Kornel 
							
						 
					 
					
						
						
							
						
						1e29cf4a0f 
					 
					
						
						
							
							Mark self.committed only after command succeeds  
						
						... 
						
						
						
						Fixes  #366  
					
						2018-07-27 17:18:39 +01:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						ce9d325ba0 
					 
					
						
						
							
							Remove Table associated type in VTabCursor trait  
						
						
						
						
					 
					
						2018-07-22 10:02:59 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						b82a155429 
					 
					
						
						
							
							Introduces CreateVTab for non-eponymous VTab  
						
						
						
						
					 
					
						2018-07-22 09:51:06 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						b93b005604 
					 
					
						
						
							
							Add some TODOs  
						
						
						
						
					 
					
						2018-07-17 21:06:08 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						669663304e 
					 
					
						
						
							
							Refactoring  
						
						... 
						
						
						
						Introduce VTab::destroy.
Let implementation specify the iVersion.
Rename simple_module into read_only_module. 
						
						
					 
					
						2018-07-16 20:17:53 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						849dbda5e8 
					 
					
						
						
							
							Remove direct dependency on libsqlite3_sys  
						
						
						
						
					 
					
						2018-07-15 16:15:55 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						fe64d51422 
					 
					
						
						
							
							Doc  
						
						
						
						
					 
					
						2018-07-15 10:19:18 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						45624dc60b 
					 
					
						
						
							
							Clean up  
						
						
						
						
					 
					
						2018-07-14 19:27:45 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						ed1bdc0e68 
					 
					
						
						
							
							Rustfmt  
						
						
						
						
					 
					
						2018-07-14 19:21:03 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						0c371834aa 
					 
					
						
						
							
							Remove vtab() function from VTabCursor trait  
						
						
						
						
					 
					
						2018-07-14 19:10:28 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						e2df03f474 
					 
					
						
						
							
							Remove macros  
						
						
						
						
					 
					
						2018-07-14 18:47:52 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						823f3c96aa 
					 
					
						
						
							
							Ensure Virtual tables can be declared outside rusqlite crate  
						
						... 
						
						
						
						Not sure it is the way to go. 
						
						
					 
					
						2018-07-14 11:01:19 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						ce39b9a3c0 
					 
					
						
						
							
							Introduce VTabConnection and OrderBy  
						
						
						
						
					 
					
						2018-07-09 18:53:52 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						ce0c9a6344 
					 
					
						
						
							
							Fix clippy warnings  
						
						
						
						
					 
					
						2018-06-28 21:07:05 +02:00