gwenn 
							
						 
					 
					
						
						
							
						
						d874180333 
					 
					
						
						
							
							Rust 2018 idioms  
						
						
						
						
					 
					
						2018-12-07 21:57:04 +01: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 
							
						 
					 
					
						
						
							
						
						1e3dc542a4 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2018-05-06 08:00:12 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						994d40da26 
					 
					
						
						
							
							Fix clippy warnings  
						
						
						
						
					 
					
						2018-05-04 19:55:55 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						c842e789bd 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2017-09-11 19:45:22 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						1d684ae653 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2017-04-21 20:01:04 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						fba280ff64 
					 
					
						
						
							
							Some limits are not available in 3.6.8  
						
						
						
						
					 
					
						2017-04-20 20:33:18 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						4e5b64fbca 
					 
					
						
						
							
							Use constants generated by bindgen where possible  
						
						
						
						
					 
					
						2017-04-07 19:36:31 +02:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						a13df1e3cd 
					 
					
						
						
							
							Avoid publicly exporting constants from libsqlite3-sys multiple times.  
						
						
						
						
					 
					
						2017-04-05 13:05:28 -04:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						7f0082e44e 
					 
					
						
						
							
							Merge remote-tracking branch 'jgallagher/master' into vtab  
						
						
						
						
					 
					
						2017-03-08 20:35:07 +01:00 
						 
				 
			
				
					
						
							
							
								Sean Griffin 
							
						 
					 
					
						
						
							
						
						2c58b3f804 
					 
					
						
						
							
							Remove the dependency on libc  
						
						... 
						
						
						
						Recent versions of bindgen use `std::os::raw` over `libc`, but currently
`libsqlite3-sys` is overriding that. `std::os::raw` is a subset of
`libc` that exports only the relevant type definitions, but not any
functions which require additional linking. This enables
`libsqlite3-sys` to be more easily used on targets that may not have a
libc available (presumably sqlite itself would have been compiled with
musl in that case) 
						
						
					 
					
						2017-02-16 11:17:24 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						161ac2bf0a 
					 
					
						
						
							
							Update libsqlite3-sys to run bindgen at build time  
						
						
						
						
					 
					
						2017-02-08 20:40:30 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						509257dfa8 
					 
					
						
						
							
							Merge branch 'limits' of  https://github.com/gwenn/rusqlite  into gwenn-limits  
						
						
						
						
					 
					
						2017-02-07 19:41:30 -05:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						307431911c 
					 
					
						
						
							
							Exporting libsqlite3_sys::error::ErrorCode ( #218 )  
						
						
						
						
					 
					
						2017-02-04 11:33:23 +01:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						359ec914d2 
					 
					
						
						
							
							Expose limits ( #220 )  
						
						
						
						
					 
					
						2017-02-04 11:01:38 +01:00 
						 
				 
			
				
					
						
							
							
								Omar Ferrer 
							
						 
					 
					
						
						
							
						
						70203f9ed6 
					 
					
						
						
							
							Changing binding from std::os::raw back to libc  
						
						
						
						
					 
					
						2016-10-08 01:39:57 -04:00 
						 
				 
			
				
					
						
							
							
								Omar Ferrer 
							
						 
					 
					
						
						
							
						
						b2da510b04 
					 
					
						
						
							
							Reran bindgens to match the bundled sqlite.  
						
						... 
						
						
						
						Added manually to the bindgens a type entry for 'Struct_sqlite3' pointing to sqlite3 to prevent changing multiple files.
Reran bindgens as:
bindgen --builtins --link=sqlite3 --output=./libsqlite3-sys/src/bindgen.rs ./libsqlite3-sys/sqlite3/sqlite3.h 
						
						
					 
					
						2016-10-08 01:12:30 -04:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						2d0175b7dd 
					 
					
						
						
							
							Fix warning with Rust 1.6  
						
						... 
						
						
						
						warning: lint raw_pointer_derive has been removed: using derive with raw
pointers is ok 
						
						
					 
					
						2016-02-01 18:41:52 +01:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						aac4d59fcc 
					 
					
						
						
							
							Change Error from a struct to an enum (BREAKING CHANGE).  
						
						... 
						
						
						
						This allows us to separate out the underlying SQLite error codes from
errors that occur on the Rust side. 
						
						
					 
					
						2015-12-16 20:30:27 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						b385ae002b 
					 
					
						
						
							
							Add ErrorCode enum and Error struct to libsqlite3-sys.  
						
						
						
						
					 
					
						2015-12-16 20:30:27 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						1f26093fc6 
					 
					
						
						
							
							Move error codes into module (internal change only - public API stays the same).  
						
						
						
						
					 
					
						2015-12-16 20:30:27 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						17e54eb6f6 
					 
					
						
						
							
							Add extended result codes to libsqlite3-sys  
						
						
						
						
					 
					
						2015-12-16 20:30:27 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						e94a5b8411 
					 
					
						
						
							
							Add bindgen / sqlite version note to libsqlite3-sys  
						
						
						
						
					 
					
						2015-12-13 08:30:42 -05:00 
						 
				 
			
				
					
						
							
							
								Gwenael Treguier 
							
						 
					 
					
						
						
							
						
						6e208fa655 
					 
					
						
						
							
							Update bindings with bindgen 0.15.0/sqlite3 3.8.10  
						
						
						
						
					 
					
						2015-12-13 08:30:33 -05:00 
						 
				 
			
				
					
						
							
							
								Gwenael Treguier 
							
						 
					 
					
						
						
							
						
						fe6afe2a94 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/jgallagher/rusqlite  into functions  
						
						
						
						
					 
					
						2015-12-06 21:33:21 +01:00 
						 
				 
			
				
					
						
							
							
								Gwenael Treguier 
							
						 
					 
					
						
						
							
						
						0a454eed79 
					 
					
						
						
							
							Add support to user defined scalar functions  
						
						
						
						
					 
					
						2015-08-09 09:52:53 +02:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						4a7e83f0af 
					 
					
						
						
							
							Feature sqlite3_{log,trace,profile}.  
						
						
						
						
					 
					
						2015-08-01 17:21:41 +02:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						4d1063348e 
					 
					
						
						
							
							Use sqlite3_destructor_type from bindgen'd header  
						
						
						
						
					 
					
						2015-07-26 13:43:43 -04:00 
						 
				 
			
				
					
						
							
							
								gwenn 
							
						 
					 
					
						
						
							
						
						b6dda11c3a 
					 
					
						
						
							
							Fix generated binding  
						
						... 
						
						
						
						for example sqlite3_exec callback signature is wrong 
						
						
					 
					
						2015-07-04 20:46:39 +02:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						84fc82f48c 
					 
					
						
						
							
							Add remaining datatype constaints to libsqlite3-sys  
						
						
						
						
					 
					
						2015-05-04 21:44:05 -04:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						5e04b98840 
					 
					
						
						
							
							Updates to track rustc nightly  
						
						
						
						
					 
					
						2015-04-03 08:32:11 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						4b085b9103 
					 
					
						
						
							
							Bump version and use libc from crates.io  
						
						
						
						
					 
					
						2015-03-28 23:09:21 -04:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						ee89f8db59 
					 
					
						
						
							
							Fix warnings from latest rustc  
						
						
						
						
					 
					
						2015-02-23 20:37:55 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						1097842a85 
					 
					
						
						
							
							Put sqlite3 extension functions behind a feature  
						
						
						
						
					 
					
						2015-02-23 20:37:55 -05:00 
						 
				 
			
				
					
						
							
							
								John Gallagher 
							
						 
					 
					
						
						
							
						
						03f368c4f4 
					 
					
						
						
							
							Build raw sqlite interface as libsqlite3-sys  
						
						... 
						
						
						
						Use pkg-config to find it. 
						
						
					 
					
						2015-02-23 20:37:55 -05:00