aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add support for de-masking database header and reading database passwordJames Ahlborn2010-10-163-8/+162
* minor refactorJames Ahlborn2010-10-142-12/+15
* add some more examplesJames Ahlborn2010-09-221-0/+17
* prep for releaseJames Ahlborn2010-08-011-1/+1
* update changesJames Ahlborn2010-08-011-1/+2
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-312-0/+18
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-237-61/+610
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-165-7/+59
* update commentJames Ahlborn2010-06-061-1/+1
* Fix some places where table/column names were not being handled case-insensit...James Ahlborn2010-06-063-5/+9
* Add ExportUtil and associated utilities for exporting tables to flat files (t...James Ahlborn2010-05-314-0/+511
* tweak byte formatting logicJames Ahlborn2010-05-261-6/+14
* update some site docs for 1.2.0 releaseJames Ahlborn2010-04-192-3/+3
* prep for releaseJames Ahlborn2010-04-191-1/+1
* update changelogJames Ahlborn2010-04-081-3/+7
* cleanup stream on database open failureJames Ahlborn2010-04-071-9/+24
* enable big index support by defaultJames Ahlborn2010-04-073-17/+25
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-072-21/+4
* bump version for next releaseJames Ahlborn2010-03-261-1/+4
* merge branch newformats changes through r453James Ahlborn2010-03-268-29/+295
* Fix BigIndexTest to work in IDEs w/out sys.propJames Ahlborn2010-03-121-0/+5
* 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