| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect unsupported Jet and File formats and throw specific exceptions early.newformats | Dan Rollo | 2010-04-07 | 1 | -1/+14 |
* | add ability to determine fileformat for existing db files | James Ahlborn | 2010-03-19 | 3 | -10/+162 |
* | doc sorting changes | James Ahlborn | 2010-03-17 | 1 | -1/+1 |
* | fix handling of numeric column indexes for v2007 databases | James Ahlborn | 2010-03-17 | 2 | -7/+34 |
* | add file extension to FileFormat | James Ahlborn | 2010-03-17 | 1 | -15/+20 |
* | huge commit: changes all tests that use a db file to execute against all supp... | Dan Rollo | 2010-03-12 | 2 | -6/+47 |
* | apply changes from patch: 2964626 - support for Jet3 and Jet5 formats. | Dan Rollo | 2010-03-11 | 3 | -9/+50 |
* | 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 |
* | add some more query tests | James Ahlborn | 2008-11-12 | 1 | -2/+1 |
* | quote remotedb, add support for remotedb type | James Ahlborn | 2008-11-10 | 6 | -22/+55 |
* | initial work towards supporting reading/formatting access queries | James Ahlborn | 2008-11-10 | 12 | -0/+1588 |
* | fix spelling | James Ahlborn | 2008-11-08 | 1 | -1/+1 |
* | Add ErrorHandler utility for customizing error handling during row | James Ahlborn | 2008-11-08 | 7 | -41/+361 |
* | Add Database.getSystemTable method for accessing system tables | James Ahlborn | 2008-10-23 | 3 | -13/+46 |
* | copy/paste old year | James Ahlborn | 2008-10-21 | 1 | -1/+1 |
* | Add RowFilter contributed by Patricia Donaldson | James Ahlborn | 2008-10-21 | 1 | -0/+203 |
* | Fix simple index handling of tail index pages (2043499) | James Ahlborn | 2008-09-11 | 1 | -3/+11 |
* | add utility methods for getting size/scale/precision within valid range for a... | James Ahlborn | 2008-08-13 | 1 | -0/+17 |
* | fix doc issue #2035207 | James Ahlborn | 2008-08-01 | 1 | -1/+1 |
* | Add compression code for possible future use; add compression unit | James Ahlborn | 2008-07-22 | 4 | -11/+679 |
* | Add primitive support for writing unicode compressed text columns. | James Ahlborn | 2008-07-22 | 2 | -6/+96 |
* | minor cleanups | James Ahlborn | 2008-07-22 | 4 | -6/+6 |
* | Share out-of-line long value pages in order to generate more compact database... | James Ahlborn | 2008-07-20 | 2 | -29/+85 |
* | Add some more limit checking into table creation based on what access support... | James Ahlborn | 2008-07-19 | 3 | -5/+59 |
* | Better column type translation for very large MEMO/OLE types in the Database.... | James Ahlborn | 2008-07-18 | 1 | -2/+4 |
* | better account for memo space usage | James Ahlborn | 2008-07-18 | 1 | -0/+5 |