gwenn
|
10ba0514e6
|
Change arguments parsing of CSV module
|
2018-05-06 12:41:42 +02:00 |
|
gwenn
|
5fa3810a4b
|
Fix Clippy warnings
|
2018-05-06 08:45:56 +02:00 |
|
gwenn
|
702e58f744
|
Fix non-eponymous virtual table declaration
Ensure that xCreate is different from xConnect for non-eponymous
virtual tables (even when the implementation is the same).
|
2018-05-05 10:33:05 +02:00 |
|
gwenn
|
7f0082e44e
|
Merge remote-tracking branch 'jgallagher/master' into vtab
|
2017-03-08 20:35:07 +01:00 |
|
gwenn
|
424a6c0cc8
|
Add series table-valued-function.
|
2016-08-14 19:53:47 +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
|
cbc479c484
|
Rustfmt
|
2016-05-20 18:36:44 +02:00 |
|
gwenn
|
0740620ffe
|
Merge remote-tracking branch 'jgallagher/master' into vtab
|
2016-05-20 18:31:30 +02:00 |
|
gwenn
|
42d95f042f
|
Fix tests and improve InvalidColumnType error message.
|
2016-05-18 21:25:13 +02:00 |
|
gwenn
|
6fb549420b
|
Rustfmt
|
2016-05-03 21:00:59 +02:00 |
|
gwenn
|
59872a1850
|
Fix clippy warnings
|
2016-04-02 17:16:17 +02: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 |
|