| Commit message (Expand) | Author | Age | Files | Lines |
* | oops, fix copyright | James Ahlborn | 2010-11-29 | 1 | -1/+26 |
* | minor refactors | James Ahlborn | 2010-11-27 | 2 | -27/+36 |
* | ignore usagemap inconsistencies in certain situations | James Ahlborn | 2010-11-18 | 2 | -12/+55 |
* | add ability to customize column value matching in cursor findRow (fixes #3105... | James Ahlborn | 2010-11-12 | 5 | -3/+204 |
* | allow column order in tables to be configured (fixes #3097387) | James Ahlborn | 2010-11-03 | 3 | -3/+88 |
* | implement some tweaks which allow jackcess to be used on the android platform... | James Ahlborn | 2010-11-03 | 3 | -15/+70 |
* | add FileFormat.MSISAM | James Ahlborn | 2010-11-03 | 2 | -1/+11 |
* | some tweaks to codec support | James Ahlborn | 2010-11-03 | 3 | -5/+9 |
* | do not rewrap CharBuffer | James Ahlborn | 2010-10-30 | 1 | -2/+4 |
* | doc/license updates | James Ahlborn | 2010-10-28 | 3 | -27/+3 |
* | add support for specifying a quote character on import | James Ahlborn | 2010-10-28 | 1 | -17/+158 |
* | minor refactor | James Ahlborn | 2010-10-27 | 4 | -10/+24 |
* | initial support for encoded databases, MSISAM support (issue #3065010) | James Ahlborn | 2010-10-22 | 6 | -17/+366 |
* | add support for de-masking database header and reading database password | James Ahlborn | 2010-10-16 | 3 | -8/+162 |
* | minor refactor | James Ahlborn | 2010-10-14 | 2 | -12/+15 |
* | add more jet3 tests, disable index lookups for jet3 | James Ahlborn | 2010-07-31 | 2 | -0/+18 |
* | add (initial) read-only support for Access 97 (jet format 3) databases (#3003... | James Ahlborn | 2010-07-23 | 6 | -61/+603 |
* | Make Database.escapeIdentifier public; add methods to TableBuilder and Column... | James Ahlborn | 2010-07-16 | 4 | -7/+55 |
* | Fix some places where table/column names were not being handled case-insensit... | James Ahlborn | 2010-06-06 | 2 | -5/+5 |
* | Add ExportUtil and associated utilities for exporting tables to flat files (t... | James Ahlborn | 2010-05-31 | 3 | -0/+505 |
* | tweak byte formatting logic | James Ahlborn | 2010-05-26 | 1 | -6/+14 |
* | cleanup stream on database open failure | James Ahlborn | 2010-04-07 | 1 | -9/+24 |
* | enable big index support by default | James Ahlborn | 2010-04-07 | 2 | -14/+21 |
* | remove unsupported v1997, minor reformats | James Ahlborn | 2010-04-07 | 2 | -21/+4 |
* | merge branch newformats changes through r453 | James Ahlborn | 2010-03-26 | 6 | -29/+295 |
* | minor tweak | James Ahlborn | 2010-01-20 | 1 | -2/+3 |
* | fix some text index edge cases; add some extensive text index unit tests; add... | James Ahlborn | 2010-01-20 | 2 | -16/+135 |
* | use custom byte stream | James Ahlborn | 2010-01-17 | 2 | -97/+185 |
* | initial index support for all characters in BMP 0 | James Ahlborn | 2010-01-16 | 2 | -451/+560 |
* | Set overflow info in header row, not in last data row. (fixes #2919216) | James Ahlborn | 2009-12-23 | 1 | -18/+23 |
* | minor refactor | James Ahlborn | 2009-12-23 | 1 | -9/+12 |
* | add support for index owned pages usage maps | James Ahlborn | 2009-12-22 | 2 | -1/+15 |
* | Refactor import/copy methods from Database into ImportUtil. Allow | James Ahlborn | 2009-12-07 | 2 | -119/+402 |
* | improve date handling, handle more binary/character input types | James Ahlborn | 2009-12-05 | 1 | -11/+93 |
* | minor refactor to fixed length handling of text fields, add simple binary fie... | James Ahlborn | 2009-11-19 | 2 | -24/+42 |
* | minor cleanup | James Ahlborn | 2009-11-17 | 1 | -2/+11 |
* | support reading/writing fixed length text columns (fixe #2886370) | James Ahlborn | 2009-11-17 | 3 | -6/+50 |
* | add some more tests/utility code for row updates | James Ahlborn | 2009-11-17 | 2 | -2/+35 |
* | initial update row support | James Ahlborn | 2009-11-16 | 5 | -83/+352 |
* | initial support for guid indexes and guid autonumbers | James Ahlborn | 2009-10-27 | 7 | -43/+234 |
* | minor tweaks | James Ahlborn | 2009-06-14 | 1 | -1/+1 |
* | update docs | James Ahlborn | 2009-06-13 | 13 | -11/+66 |
* | return ordered set of table names | James Ahlborn | 2009-06-13 | 1 | -2/+3 |
* | safer fixed offset handling | James Ahlborn | 2009-05-29 | 1 | -1/+2 |
* | use join syntax closer to access | James Ahlborn | 2009-05-29 | 1 | -2/+2 |
* | add some more query read tests | James Ahlborn | 2009-05-28 | 2 | -3/+7 |
* | add initial test for reading queries; add support for multicolumn joins | James Ahlborn | 2009-05-28 | 1 | -3/+55 |
* | add database method to load queries | James Ahlborn | 2009-05-26 | 2 | -2/+74 |
* | Be more forgiving for input column length. #2788029 | James Ahlborn | 2009-05-24 | 1 | -1/+1 |
* | minor tweak | James Ahlborn | 2009-05-24 | 1 | -4/+4 |