Commit Graph

10 Commits

Author SHA1 Message Date
Keith Bostic
344a714c3d Upgrade copyright notices from 2015 to 2016. 2016-01-01 16:37:39 -05:00
Michael Cahill
982c5862fb Fix some OS X clang warnings.
ext/extractors/csv/csv_extractor.c:155:25: error: implicit conversion loses integer precision: 'long' to 'int' [-Werror,-Wshorten-64-to-32]
src/cursor/cur_join.c:1022:16: error: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'u_int' (aka 'unsigned int') [-Werror,-Wshorten-64-to-32]
2015-11-27 09:20:25 +11:00
Keith Bostic
bc1301ad7b WT-2234: Coverity 1339897: Resource leaks (RESOURCE_LEAK) 2015-11-25 08:57:55 -05:00
Don Anderson
4a7f74260e WT-1315. Remove dependency from extension to WT library, it's not portable. 2015-11-04 13:13:59 -05:00
Don Anderson
3507971e82 WT-1315. Modified csv_extractor arguments to allow either string or int
columns to be extracted.  This is needed for comprehensive join cursor testing.
2015-11-03 13:31:59 -05:00
Michael Cahill
0d1129df17 Fix a build warning on OS X in the CSV extension.
../../../../ext/extractors/csv/csv_extractor.c:131:29: error: implicit conversion loses integer precision: 'long' to 'int' [-Werror,-Wshorten-64-to-32]
	csv_extractor->field_num = field_num;
2015-08-26 22:34:37 +10:00
Alex Gorrod
fceaaa105e Fix gcc 4.7 compiler warning. 2015-05-22 11:53:48 +10:00
Don Anderson
126ede1190 WT-1940. Fixed unpack call to use extension API. 2015-05-21 10:23:25 -04:00
Don Anderson
c730ba868a WT-1940. Modify CSV extractor to copy the result string safely. 2015-05-20 22:40:43 -04:00
Don Anderson
9c5f7c4327 WT-1940. Added extractor tests and a small fix for customized extractors. 2015-05-20 14:19:22 -04:00