| 
							
							
								 gwenn | ecac52dc4c | Make FromSql impl for TimeSpec support double/int. | 2016-02-25 18:44:53 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 08d4d9aadf | Comment out TZ sensitive tests. | 2016-02-23 18:34:08 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | df245d1718 | Add chrono feature to CI files. | 2016-02-23 18:28:39 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 33bc6edb4a | Test From/ToSQL for chrono types. | 2016-02-23 18:18:56 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | bdb9823b07 | Add From/ToSql impl. for chrono types. | 2016-02-22 20:36:49 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | aea2f876d5 | Try to fix regression with Rust stable. | 2016-02-14 16:24:35 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 0fe1990d34 | Fix clippy warnings | 2016-02-14 16:11:59 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | d5e4fdfa52 | Try to fix Travis build. | 2016-02-13 17:28:37 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 7a9697ca2c | Fix Travis config file | 2016-02-13 09:23:59 +01:00 |  | 
			
				
					| 
							
							
								 Xidorn Quan | d9fffaf797 | Remove load_extension feature from the binding | 2016-02-13 10:51:24 +08:00 |  | 
			
				
					| 
							
							
								 gwenn | 80e895192e | Activate vtab feature in CI builds. | 2016-02-12 20:20:12 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | a9fa2baa3e | Ensure there is one csv reader by cursor. | 2016-02-12 20:17:42 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 8b5f871386 | Add some missing doc | 2016-02-11 21:47:47 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 1dd5c49937 | Fix escape_double_quote | 2016-02-11 21:19:18 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 38209ffef3 | First minimalist test for csvtab implementation. | 2016-02-11 19:16:05 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 3fbeccdf55 | Fix CSVTab::next method. | 2016-02-10 20:48:30 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | ed5637f513 | Fix CSVTab::create method. | 2016-02-10 20:30:08 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 1e6e8115bb | Introduce VTab and VTabCursor traits. | 2016-02-10 18:15:46 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 30d1464e93 | Improve error handling. | 2016-02-10 18:07:58 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 933000b57a | Partial CSV virtual table implementation. | 2016-02-08 18:06:11 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 2dc4230223 | Split vtab module in two. A part specific to int array module.
And a generic part. | 2016-02-03 20:11:34 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | effbf1e395 | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-02-03 18:10:58 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 2cb6c59b3d | Merge pull request #129 from gwenn/rustfmt Rustfmt | 2016-02-02 15:19:50 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | f261e8f7eb | Introduce init_module! macro to create sqlite_module | 2016-02-02 21:16:10 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | f749d24ac1 | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-02-02 19:18:19 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 24d5093ab8 | Merge remote-tracking branch 'jgallagher/master' into rustfmt | 2016-02-02 19:15:35 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | f529d130b9 | Rustfmt | 2016-02-02 19:12:00 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | 82f1467a9f | Add declaration for convenient module | 2016-02-02 18:57:25 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | ffabee7169 | Add cache to appveyor test list | 2016-02-02 10:40:15 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 9a4095365f | Merge branch 'master' into gwenn-stmt-cache | 2016-02-02 10:39:22 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 6dd1476067 | Merge pull request #128 from jgallagher/expose-database-handle Add a `handle()` method to unsafely get the underlying SQLite connetion. | 2016-02-02 10:38:21 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | d6d9fa9f63 | Add handle() to Changelog | 2016-02-01 15:23:05 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 350fd11fed | Add a handle()method to unsafely get the underlying SQLite connection.Doc comments suggest opening issues on rusqlite for any uses of
`handle()`, as uses indicate areas where rusqlite insufficiently wraps
SQLite. | 2016-02-01 15:21:03 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4c97a0b069 | Merge pull request #126 from jgallagher/make-readme-less-scary Remove scary lifetime-of-rows-may-panic from README. | 2016-02-01 15:02:06 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | 03bc69f815 | Introduce exists and insert convenient methods | 2016-02-01 20:42:50 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | eab16402be | Merge remote-tracking branch 'jgallagher/master' into vtab | 2016-02-01 20:35:30 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | a793f8c8c5 | Remove scary lifetime-of-rows-may-panic from README. Closes #119. | 2016-02-01 14:30:51 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 4149389318 | Add AppVeyor build status to README | 2016-02-01 14:19:51 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 73e805a488 | Update Changelog with changes from recent PR merges | 2016-02-01 14:18:12 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 55dde134e1 | Merge pull request #122 from gwenn/zeroblob Introduce ZeroBlob struct. | 2016-02-01 14:14:14 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 905edf84ef | Merge pull request #125 from gwenn/raw_pointer_derive Fix warning with Rust 1.6 | 2016-02-01 14:13:37 -05: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 |  | 
			
				
					| 
							
							
								 gwenn | 43613a0020 | Moves ZeroBlob from types to blob module. | 2016-02-01 18:13:07 +01:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f0902c95c3 | Merge pull request #124 from jgallagher/gwenn-appveyor Add CI on Windows platform via Appveyor | 2016-02-01 11:48:38 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | e041f971e8 | Update appveyor configuration: * Test all branches
* Test all features | 2016-02-01 11:09:25 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | 53b70c4b78 | Merge branch 'appveyor' of https://github.com/gwenn/rusqlite into gwenn-appveyor | 2016-02-01 11:07:54 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | e619f83819 | Merge pull request #123 from jgallagher/gwenn-aggregate Ensure there is no allocation in final aggregation step | 2016-02-01 10:52:27 -05:00 |  | 
			
				
					| 
							
							
								 John Gallagher | f4c3ba0fa2 | rustfmt | 2016-02-01 10:48:30 -05:00 |  | 
			
				
					| 
							
							
								 gwenn | f488277373 | Introduce ZeoBlob struct. | 2016-01-31 18:17:28 +01:00 |  | 
			
				
					| 
							
							
								 gwenn | eb521c0f3a | Fix URL | 2016-01-28 20:35:00 +01:00 |  |