| 
							
							
								 John Gallagher | 4ca7b4964f | Bump version to 0.0.8 | 2015-02-04 10:54:04 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | a89ceeef01 | Add feature(test) for testing | 2015-02-04 10:53:28 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 0f349ab019 | Merge pull request #16 from pfernie/rustup-20150203 Rustup 20150203 | 2015-02-04 10:46:09 -05:00 |  | 
			
				
					| 
							
							
								 Patrick Fernie | ec65bc4978 | add feature attributes for unstable APIs | 2015-02-03 19:01:24 -05:00 |  | 
			
				
					| 
							
							
								 Patrick Fernie | 58fa5bde2a | update to use fmt::{Display,Debug} instead of fmt::{String,Show} | 2015-02-03 18:59:58 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 88d0566010 | Bump version to 0.0.7 | 2015-01-20 10:04:27 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 1f245df165 | Use bitflags from crates.io | 2015-01-20 10:03:09 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 353dec270c | Merge pull request #14 from marcusklaas/bitflags-macro-fix import crate for bitflags macro | 2015-01-19 19:34:25 -05:00 |  | 
			
				
					| 
							
							
								 Marcus Klaas | 954a99d64b | import crate for bitflags macro | 2015-01-19 21:13:51 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | befe94494e | Merge pull request #11 from jgallagher/rust-1.0.0-alpha-changes Rust 1.0.0 alpha changes, add `query_row_safe` | 2015-01-10 21:24:36 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 288070e649 | Add CONTRIBUTORS.md | 2015-01-10 21:22:42 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f84d96aab3 | Bump version to 0.0.6 | 2015-01-10 21:21:08 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 8617cde6b6 | Add query_row_safe.This is a `SqliteResult`-returning variant of `query_row`, which panics
if the query fails or does not return at least one row. | 2015-01-10 21:17:49 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | b57322e2ca | Allow use of unstable APIs | 2015-01-10 20:58:55 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 680056b351 | Implement fmt::String for SqliteError | 2015-01-10 20:58:55 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 8843d15a07 | Use new Show interpolation | 2015-01-10 20:58:55 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | cc8a68ca83 | Update for int/uint -> isize/usize | 2015-01-10 20:58:54 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 60c9a04161 | Merge pull request #8 from jgallagher/unboxed-closures Updates for latest rust changes | 2015-01-07 14:17:43 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 06626579f7 | Update Changelog | 2015-01-07 14:16:51 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 830758c8f8 | Update for new directive name | 2015-01-07 14:06:21 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | e02442c531 | Update for rust's std::c_str -> std::ffi | 2015-01-07 14:05:36 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | b69e3d083d | Remove now-unneeded directives | 2015-01-07 11:24:48 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 39d34c6ba8 | Bump to version 0.0.5 | 2015-01-07 09:18:49 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | d427ddd7a5 | Use new closure syntax | 2015-01-07 09:18:14 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | c044d1df8f | s/deriving/derive/ in README | 2015-01-07 09:16:28 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f6884cc097 | Bump version to 0.0.4 | 2015-01-05 11:21:47 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f2a1a8076f | Use associated type for Iterator | 2015-01-05 11:15:24 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | a52fedad36 | Use ToCStr trait | 2015-01-05 11:15:15 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 5902b9106c | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | 2015-01-05 10:59:55 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 52aeb19246 | Merge pull request #6 from jgallagher/update-for-latest-rust Update for latest rust; add default busy timeout | 2014-12-23 12:31:00 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 85ebbda885 | Bump version to 0.0.3 | 2014-12-23 12:27:09 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 05b03ae2ce | Set default busy timeout to 5 seconds | 2014-12-23 12:26:57 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | ba1f648679 | Use semicolons on macros | 2014-12-23 12:22:16 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 678fd0f3a3 | Add #[deriving(Copy)] as appropriate | 2014-12-23 12:22:05 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 13fc87fe11 | Update bindgen output, mainly to include #[deriving(Copy)] | 2014-12-23 12:21:42 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | a0a488bccb | Merge pull request #3 from marcusklaas/master fix small error in README; update deprecated method call | 2014-12-06 08:39:58 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 5b55166bf7 | Add Changelog | 2014-12-04 10:48:05 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4baa3ddfbc | Bump to version 0.0.2 | 2014-12-04 10:47:59 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 67dcaedad4 | Update to latest version of timecrate | 2014-12-04 10:47:46 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | d0dfb27007 | Use Vec::from_raw_bufinstead ofvec::raw::from_buf | 2014-12-04 10:47:19 -05:00 |  | 
			
				
					| 
							
							
								 Marcus Klaas | bbfedbb82e | fix small error in README; update deprecated method call | 2014-12-03 17:14:49 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 659a57cf66 | Use time from crates.io instead of github | 2014-11-21 09:52:44 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 315f210ca5 | Add more metadata | 2014-11-21 09:48:57 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | fb245d12b7 | Bump version to 0.0.1 | 2014-11-21 09:41:20 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f2c6389601 | Track changes in rust-nightly | 2014-11-19 10:48:40 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4667a410af | Add dependency on time (no longer in std) | 2014-11-14 15:02:27 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | cbba1386f5 | Typo s/value/valid/ | 2014-11-11 10:36:53 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 8fa377b36c | Remove "semi-safe" term. Based on comments from [this reddit
thread](http://www.reddit.com/r/rust/comments/2lapta/rusqlite_ergonomic_semisafe_bindings_to_sqlite/). | 2014-11-10 12:56:32 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 75dd753fbb | Track changes in rust-nightly | 2014-11-10 11:58:46 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 18eb318753 | Add link to rust-ci docs | 2014-11-04 15:36:04 -05:00 |  |