| 
							
							
								 reddraggone9 | 57750fe6a6 | Fix doc comment example of FromSql/ToSql Update a doc test so that it compiles on master. Also remove the ignore
directive so that it runs with the rest of the test suite. | 2017-01-24 22:57:42 -06:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 06583aadf2 | fix clippy warnings | 2017-01-23 19:46:49 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | aa6c542202 | Add impl ToSql for ToSqlOutput. | 2017-01-23 19:42:02 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | e180ab15ce | Fix incomplete match under functionsfeature | 2017-01-22 20:05:06 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 7c072bf55e | impl ToSql for i8,i16,u8,u16,u32 | 2017-01-22 19:55:49 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 68ae7de1d5 | Update docs on Row::get | 2017-01-22 19:42:51 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 846a59695c | Add range-checked FromSql impls for i8, i16, u8, u16, u32. | 2017-01-22 19:40:48 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 1974ee573c | Add range checks for i32's FromSql impl. | 2017-01-22 19:26:19 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | 8b9437ff35 | Merge remote-tracking branch 'jgallagher/master' into vtab | 2017-01-13 21:43:10 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | b49e1d1a1c | Merge pull request #205 from jgallagher/fix-retry-close-failure Fix close() returning a useful connection on failure. | 2017-01-07 12:25:47 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 6709207453 | Fix close() returning a useful connection on failure. | 2017-01-06 14:32:27 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f30edaf563 | Silence another deprecation reexport warning. | 2017-01-06 14:25:55 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | 685694255b | Merge remote-tracking branch 'jgallagher/master' into vtab | 2017-01-06 18:34:54 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 0b5d8339e1 | Silence warnings about deprecations when exporting deprecated types. | 2017-01-06 01:23:51 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 3af91b36bf | Make Connection::close() return the connection on failure. | 2017-01-03 20:00:29 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | 46df930881 | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-12-31 09:15:26 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4c8b0ab6dd | Merge pull request #181 from gwenn/clippy Fix clippy warnings | 2016-12-31 01:23:40 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 2e140d0684 | FromSqlError::cause() returns other error's cause directly (possibly None). | 2016-12-31 00:36:52 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4181441d63 | Merge branch 'master' into gwenn-invalid-column-type | 2016-12-31 00:35:47 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | bc71c58387 | Add Statement.query_row convenient method (#179) | 2016-12-31 00:03:55 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 08d88177e7 | Merge branch 'flush-cache' of https://github.com/gwenn/rusqlite into gwenn-flush-cache | 2016-12-30 23:55:19 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f17fc14a59 | Update query_row_named so its closure also takes a &Row instead of a Row | 2016-12-30 23:48:04 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 3815b6beef | Merge branch 'query_row' of https://github.com/pfernie/rusqlite into pfernie-query_row | 2016-12-30 23:42:38 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | d1ad61dc41 | Merge pull request #178 from gwenn/varparam-usage Fix issue #177 | 2016-12-30 23:38:50 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4f5abc705a | Remove workaround for issue fixed in Rust 1.9. | 2016-12-30 23:25:21 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 0d685af2d5 | Merge branch 'master' into safe-tosql | 2016-12-30 23:18:32 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | 8c6f585d52 | Fix clippy warnings | 2016-12-04 10:18:56 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | ffe605150a | Ensure cache is flushed when closing the connection Fix #186 | 2016-11-04 20:47:28 +01:00 |  | 
			
				
					| 
							
							
								 Patrick Fernie | ece7c041e8 | change query_row* fns to take Row by reference instead of moving | 2016-10-07 12:42:27 -04:00 |  | 
			
				
					| 
							
							
								 gwenn | 58b7d62517 | Introduce IndexConstraintUsage | 2016-08-20 12:06:24 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | b11a4b1c73 | Make index constraints and values iterable | 2016-08-20 09:55:25 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 8f28ff17b8 | Fix rustdoc warnings | 2016-08-15 12:41:15 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 1d342ef5f3 | Test series virtual table | 2016-08-15 09:09:38 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | b4db5666b6 | Misc | 2016-08-14 19:57:39 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 424a6c0cc8 | Add series table-valued-function. | 2016-08-14 19:53:47 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 3b5bd7abab | Introduce IndexConstraintOp | 2016-08-14 12:26:05 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 4d2e881706 | Partial IndexInfo implementation | 2016-08-14 11:22:12 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 438312c132 | Change signature of VTab::best_index | 2016-08-14 09:44:37 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 505abc0331 | Change signature of VTabCursor::filter | 2016-08-14 09:31:53 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | a90388e6bf | Change signature of VTab::best_index | 2016-08-14 09:08:42 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | c8b09e2ee7 | Change VTabCursor::column signature | 2016-08-13 17:46:49 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 8f079819f7 | Change VTabCursor::filter signature | 2016-08-13 13:55:30 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 0a19cbd16a | Change VTabCursor::filter signature | 2016-08-13 13:12:48 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 59ad638875 | Change VTab::create signature | 2016-08-13 11:54:19 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | b10c52f32f | Fix clippy warnings | 2016-08-08 15:23:55 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 3f55a4583c | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-07-02 11:51:42 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 038ef2de42 | Revert all InvalidColumnType stuff | 2016-07-02 11:50:39 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 3eb3b22ad5 | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-07-02 11:28:59 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | a7d27098b7 | Fix issue #177 | 2016-07-02 10:22:47 +02:00 |  | 
			
				
					| 
							
							
								 gwenn | 9f05147660 | Fix issue jgallagher/rusqlite#174 | 2016-06-13 20:32:39 +02:00 |  |