summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess
Commit message (Expand)AuthorAgeFilesLines
* Detect unsupported Jet and File formats and throw specific exceptions early.newformatsDan Rollo2010-04-071-1/+14
* add ability to determine fileformat for existing db filesJames Ahlborn2010-03-193-10/+162
* doc sorting changesJames Ahlborn2010-03-171-1/+1
* fix handling of numeric column indexes for v2007 databasesJames Ahlborn2010-03-172-7/+34
* add file extension to FileFormatJames Ahlborn2010-03-171-15/+20
* huge commit: changes all tests that use a db file to execute against all supp...Dan Rollo2010-03-122-6/+47
* apply changes from patch: 2964626 - support for Jet3 and Jet5 formats.Dan Rollo2010-03-113-9/+50
* minor tweakJames Ahlborn2010-01-201-2/+3
* fix some text index edge cases; add some extensive text index unit tests; add...James Ahlborn2010-01-202-16/+135
* use custom byte streamJames Ahlborn2010-01-172-97/+185
* initial index support for all characters in BMP 0James Ahlborn2010-01-162-451/+560
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-231-18/+23
* minor refactorJames Ahlborn2009-12-231-9/+12
* add support for index owned pages usage mapsJames Ahlborn2009-12-222-1/+15
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-072-119/+402
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-051-11/+93
* minor refactor to fixed length handling of text fields, add simple binary fie...James Ahlborn2009-11-192-24/+42
* minor cleanupJames Ahlborn2009-11-171-2/+11
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-173-6/+50
* add some more tests/utility code for row updatesJames Ahlborn2009-11-172-2/+35
* initial update row supportJames Ahlborn2009-11-165-83/+352
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-277-43/+234
* minor tweaksJames Ahlborn2009-06-141-1/+1
* update docsJames Ahlborn2009-06-1313-11/+66
* return ordered set of table namesJames Ahlborn2009-06-131-2/+3
* safer fixed offset handlingJames Ahlborn2009-05-291-1/+2
* use join syntax closer to accessJames Ahlborn2009-05-291-2/+2
* add some more query read testsJames Ahlborn2009-05-282-3/+7
* add initial test for reading queries; add support for multicolumn joinsJames Ahlborn2009-05-281-3/+55
* add database method to load queriesJames Ahlborn2009-05-262-2/+74
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-1/+1
* minor tweakJames Ahlborn2009-05-241-4/+4
* add some more query testsJames Ahlborn2008-11-121-2/+1
* quote remotedb, add support for remotedb typeJames Ahlborn2008-11-106-22/+55
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-1012-0/+1588
* fix spellingJames Ahlborn2008-11-081-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-087-41/+361
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-233-13/+46
* copy/paste old yearJames Ahlborn2008-10-211-1/+1
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-0/+203
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-3/+11
* add utility methods for getting size/scale/precision within valid range for a...James Ahlborn2008-08-131-0/+17
* fix doc issue #2035207James Ahlborn2008-08-011-1/+1
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-224-11/+679
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-222-6/+96
* minor cleanupsJames Ahlborn2008-07-224-6/+6
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-202-29/+85
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-193-5/+59
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-181-2/+4
* better account for memo space usageJames Ahlborn2008-07-181-0/+5