summaryrefslogtreecommitdiffstats
path: root/src
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-124-6/+47
* apply changes from patch: 2964626 - support for Jet3 and Jet5 formats.Dan Rollo2010-03-113-9/+50
* prep for releaseJames Ahlborn2010-01-202-2/+10
* 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
* update changelogJames Ahlborn2010-01-191-1/+4
* use custom byte streamJames Ahlborn2010-01-172-97/+185
* initial index support for all characters in BMP 0James Ahlborn2010-01-164-451/+64048
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-232-19/+27
* 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-073-119/+407
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-052-11/+102
* prep for releaseJames Ahlborn2009-11-191-1/+1
* 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-174-6/+56
* 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-278-43/+240
* doc updatesJames Ahlborn2009-10-112-5/+3
* site updatesJames Ahlborn2009-10-112-5/+13
* update release dateJames Ahlborn2009-06-141-1/+1
* 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-242-1/+4
* 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-1013-0/+1593
* fix spellingJames Ahlborn2008-11-081-1/+1
* prep for releaseJames Ahlborn2008-11-081-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-088-41/+365
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-234-13/+49
* copy/paste old yearJames Ahlborn2008-10-211-1/+1
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-212-0/+208
* prep for releaseJames Ahlborn2008-09-241-1/+1
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-112-3/+16
* add utility methods for getting size/scale/precision within valid range for a...James Ahlborn2008-08-131-0/+17