| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Load linked table info from system table when reading databases with unsuppor... | James Ahlborn | 2015-04-21 | 2 | -9/+15 |
* | tweak site | James Ahlborn | 2015-04-17 | 1 | -2/+2 |
* | relicense with Apache License | James Ahlborn | 2015-04-17 | 153 | -2517/+1592 |
* | remove unused loggers | James Ahlborn | 2015-03-26 | 5 | -21/+0 |
* | need to compare primitive short | James Ahlborn | 2015-03-26 | 1 | -1/+1 |
* | prep for release | James Ahlborn | 2015-03-21 | 1 | -1/+1 |
* | cleanup some ColumnBuilder stuff around copying existing columns, remove usel... | James Ahlborn | 2015-03-19 | 2 | -24/+55 |
* | better index setup call | James Ahlborn | 2015-03-18 | 1 | -1/+1 |
* | Implement support for indexes on BINARY fields | James Ahlborn | 2015-03-16 | 7 | -39/+158 |
* | missed a few more error context usages | James Ahlborn | 2015-03-13 | 2 | -4/+7 |
* | lower log level for certain system table warnings; add contextual info to man... | James Ahlborn | 2015-03-08 | 16 | -256/+432 |
* | add some convenience methods for new TableIterableBuilder; add change notes f... | James Ahlborn | 2015-03-04 | 4 | -6/+32 |
* | fix linked table test; add unit tests for new table iteration methods | James Ahlborn | 2015-02-23 | 2 | -9/+78 |
* | add more flexible table iteration, feature #28 | James Ahlborn | 2015-02-14 | 3 | -20/+136 |
* | test isLinkedTable method, feature #28 | James Ahlborn | 2015-02-13 | 1 | -0/+4 |
* | add method to simplify testing whether or not a Table is linked to a Database... | James Ahlborn | 2015-02-13 | 2 | -0/+24 |
* | handle input String boolean values | James Ahlborn | 2015-01-31 | 1 | -0/+3 |
* | handle input String boolean values | James Ahlborn | 2015-01-31 | 1 | -2/+7 |
* | Make ColumnBuilder.setMaxLength do the right thing regardless of column type.... | James Ahlborn | 2015-01-31 | 3 | -4/+37 |
* | minor cleanup in toInternalValue | James Ahlborn | 2015-01-16 | 1 | -38/+38 |
* | make SimpleColumnMatcher handle a wider range of input data types by coercing... | James Ahlborn | 2015-01-16 | 2 | -12/+97 |
* | prep for release | James Ahlborn | 2014-12-26 | 1 | -1/+1 |
* | update some out of date info on the faq | James Ahlborn | 2014-12-10 | 1 | -25/+10 |
* | Better validation of identifier names (disallow invalid characters according ... | James Ahlborn | 2014-12-04 | 6 | -9/+79 |
* | Don't double quote already quoted identifiers. fixes patch 18 | James Ahlborn | 2014-12-03 | 3 | -2/+12 |
* | Fix table name quoting for append and make table queries. fixes patch #17 | James Ahlborn | 2014-12-01 | 3 | -2/+7 |
* | Add newer sql type to access type mappings if the jvm supports them. fixes #113 | James Ahlborn | 2014-11-26 | 2 | -0/+32 |
* | prep for release | James Ahlborn | 2014-11-23 | 1 | -1/+1 |
* | make money columns report accurate scale/precision, fixes #112 | James Ahlborn | 2014-11-22 | 2 | -1/+5 |
* | more unit tests for unicode compression | James Ahlborn | 2014-11-15 | 1 | -2/+28 |
* | rework unicode compression support, fixes issue 111 | James Ahlborn | 2014-11-15 | 13 | -2307/+99 |
* | more unit test perf tweaks | James Ahlborn | 2014-10-13 | 2 | -3/+7 |
* | fix code example | James Ahlborn | 2014-10-11 | 1 | -1/+1 |
* | prep for release | James Ahlborn | 2014-10-04 | 1 | -1/+1 |
* | fix regression where empty memo values are returned as null (issue 110) | James Ahlborn | 2014-09-29 | 4 | -3/+44 |
* | only need to generate index row values once per lookup iteration | James Ahlborn | 2014-09-22 | 2 | -16/+61 |
* | add unit test for iteration early exit fix | James Ahlborn | 2014-09-22 | 2 | -6/+60 |
* | IndexCursor can early exit when searching based on indexed values, fixes 109 | James Ahlborn | 2014-09-21 | 3 | -26/+52 |
* | prepare for release | James Ahlborn | 2014-09-18 | 1 | -1/+1 |
* | fix creation of calculated fields | James Ahlborn | 2014-09-16 | 4 | -14/+62 |
* | add some unit tests for calc fields | James Ahlborn | 2014-09-14 | 3 | -1/+130 |
* | Add the ability to create tables with calculated fields | James Ahlborn | 2014-09-13 | 5 | -6/+100 |
* | add tests for builder property setters | James Ahlborn | 2014-09-11 | 2 | -3/+52 |
* | add some unit test for property type inference | James Ahlborn | 2014-09-09 | 2 | -2/+21 |
* | add ability to set properties in the various Bulders | James Ahlborn | 2014-09-09 | 6 | -12/+294 |
* | some minor cleanups for reading and writing calculated columns (issue #105) | James Ahlborn | 2014-09-08 | 8 | -32/+91 |
* | initial support for reading and writing calculated columns (issue #105) | James Ahlborn | 2014-09-07 | 18 | -586/+1042 |
* | more test speedups | James Ahlborn | 2014-08-24 | 5 | -20/+62 |
* | speed up unit tests by delaying disk syncs | James Ahlborn | 2014-08-18 | 1 | -6/+21 |
* | refactor ColumnImpl into multiple type specific sub-classes | James Ahlborn | 2014-08-07 | 10 | -274/+619 |