summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix linksJames Ahlborn2010-11-291-6/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@503 f203690c-595d-4dc9-a70b-905162fa7fd2
* oops, fix copyrightJames Ahlborn2010-11-291-1/+26
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@502 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactorsJames Ahlborn2010-11-272-27/+36
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@500 f203690c-595d-4dc9-a70b-905162fa7fd2
* ignore usagemap inconsistencies in certain situationsJames Ahlborn2010-11-183-12/+58
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@499 f203690c-595d-4dc9-a70b-905162fa7fd2
* add ability to customize column value matching in cursor findRow (fixes ↵James Ahlborn2010-11-126-3/+208
| | | | | | #3105829) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@498 f203690c-595d-4dc9-a70b-905162fa7fd2
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-034-3/+91
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@497 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement some tweaks which allow jackcess to be used on the android ↵James Ahlborn2010-11-035-20/+104
| | | | | | platform, thanks to Miha Pirnat) (fixes #3101578) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@496 f203690c-595d-4dc9-a70b-905162fa7fd2
* add FileFormat.MSISAMJames Ahlborn2010-11-032-1/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@495 f203690c-595d-4dc9-a70b-905162fa7fd2
* some tweaks to codec supportJames Ahlborn2010-11-033-5/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@494 f203690c-595d-4dc9-a70b-905162fa7fd2
* do not rewrap CharBufferJames Ahlborn2010-10-301-2/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@493 f203690c-595d-4dc9-a70b-905162fa7fd2
* doc/license updatesJames Ahlborn2010-10-284-27/+16
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@492 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for specifying a quote character on importJames Ahlborn2010-10-281-17/+158
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@491 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactorJames Ahlborn2010-10-274-10/+24
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@489 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial support for encoded databases, MSISAM support (issue #3065010)James Ahlborn2010-10-226-17/+366
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@488 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for de-masking database header and reading database passwordJames Ahlborn2010-10-163-8/+162
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@486 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactorJames Ahlborn2010-10-142-12/+15
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@485 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some more examplesJames Ahlborn2010-09-221-0/+17
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@484 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-08-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@479 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changesJames Ahlborn2010-08-011-1/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@478 f203690c-595d-4dc9-a70b-905162fa7fd2
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-312-0/+18
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@476 f203690c-595d-4dc9-a70b-905162fa7fd2
* add (initial) read-only support for Access 97 (jet format 3) databases ↵James Ahlborn2010-07-237-61/+610
| | | | | | (#3003375); add various ways to override charset and timezone (#2997751) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@475 f203690c-595d-4dc9-a70b-905162fa7fd2
* Make Database.escapeIdentifier public; add methods to TableBuilder and ↵James Ahlborn2010-07-165-7/+59
| | | | | | ColumnBuilder to optionally escape names (#3029500) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@474 f203690c-595d-4dc9-a70b-905162fa7fd2
* update commentJames Ahlborn2010-06-061-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@473 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix some places where table/column names were not being handled ↵James Ahlborn2010-06-063-5/+9
| | | | | | case-insensitively. (fix #3011084) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@472 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add ExportUtil and associated utilities for exporting tables to flat files ↵James Ahlborn2010-05-314-0/+511
| | | | | | (thanks to F. Gerbig), patch #3005272 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@471 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak byte formatting logicJames Ahlborn2010-05-261-6/+14
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@469 f203690c-595d-4dc9-a70b-905162fa7fd2
* update some site docs for 1.2.0 releaseJames Ahlborn2010-04-192-3/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@467 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-04-191-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@463 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changelogJames Ahlborn2010-04-081-3/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@462 f203690c-595d-4dc9-a70b-905162fa7fd2
* cleanup stream on database open failureJames Ahlborn2010-04-071-9/+24
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@461 f203690c-595d-4dc9-a70b-905162fa7fd2
* enable big index support by defaultJames Ahlborn2010-04-073-17/+25
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@460 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-072-21/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@457 f203690c-595d-4dc9-a70b-905162fa7fd2
* bump version for next releaseJames Ahlborn2010-03-261-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@455 f203690c-595d-4dc9-a70b-905162fa7fd2
* merge branch newformats changes through r453James Ahlborn2010-03-268-29/+295
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@454 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix BigIndexTest to work in IDEs w/out sys.propJames Ahlborn2010-03-121-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@440 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-01-202-2/+10
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@431 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor tweakJames Ahlborn2010-01-201-2/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@430 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix some text index edge cases; add some extensive text index unit tests; ↵James Ahlborn2010-01-202-16/+135
| | | | | | add some comments git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@429 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changelogJames Ahlborn2010-01-191-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@428 f203690c-595d-4dc9-a70b-905162fa7fd2
* use custom byte streamJames Ahlborn2010-01-172-97/+185
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@426 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial index support for all characters in BMP 0James Ahlborn2010-01-164-451/+64048
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@425 f203690c-595d-4dc9-a70b-905162fa7fd2
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-232-19/+27
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@424 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactorJames Ahlborn2009-12-231-9/+12
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@423 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for index owned pages usage mapsJames Ahlborn2009-12-222-1/+15
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@422 f203690c-595d-4dc9-a70b-905162fa7fd2
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-073-119/+407
| | | | | | | reuse of existing tables. make behavior/naming of copy and import methods consistent. (ideas from use submitted patch). git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@421 f203690c-595d-4dc9-a70b-905162fa7fd2
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-052-11/+102
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@420 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2009-11-191-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@415 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor refactor to fixed length handling of text fields, add simple binary ↵James Ahlborn2009-11-192-24/+42
| | | | | | fields to fixed length handling git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@414 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor cleanupJames Ahlborn2009-11-171-2/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@413 f203690c-595d-4dc9-a70b-905162fa7fd2
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-174-6/+56
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@411 f203690c-595d-4dc9-a70b-905162fa7fd2