summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [maven-release-plugin] prepare release jackcess-1.2.3James Ahlborn2011-03-051-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@517 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2011-03-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@516 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for creating indexes (except foreign key indexes) on a table ↵James Ahlborn2011-03-0411-207/+844
| | | | | | when a table is created git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@515 f203690c-595d-4dc9-a70b-905162fa7fd2
* really fix timezone issue in ExportTest (fixes #3194251)James Ahlborn2011-02-271-5/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@514 f203690c-595d-4dc9-a70b-905162fa7fd2
* more work around interpreting index data, add support for multiple logical ↵James Ahlborn2011-02-2713-2370/+2685
| | | | | | indexes backed by the same index data (fixes #3192058) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@513 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changesJames Ahlborn2011-02-151-0/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@512 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for writing all the fixed types into variable length fields ↵James Ahlborn2011-02-151-1/+1
| | | | | | (fixes #3181334) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@511 f203690c-595d-4dc9-a70b-905162fa7fd2
* specify timezone in export test (fixes #3179802)James Ahlborn2011-02-131-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@510 f203690c-595d-4dc9-a70b-905162fa7fd2
* no write tests for MSISAM currentlyJames Ahlborn2011-02-131-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@509 f203690c-595d-4dc9-a70b-905162fa7fd2
* enabled experimental MSISAM write supportJames Ahlborn2011-02-131-5/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@508 f203690c-595d-4dc9-a70b-905162fa7fd2
* add link to jackcess encrypt projectJames Ahlborn2010-11-301-0/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@507 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2010-11-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@506 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-1.2.2James Ahlborn2010-11-291-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@504 f203690c-595d-4dc9-a70b-905162fa7fd2
* 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
* generate test jarJames Ahlborn2010-11-291-0/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@501 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-127-4/+310
| | | | | | #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-036-23/+105
| | | | | | 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-283-21/+218
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@491 f203690c-595d-4dc9-a70b-905162fa7fd2
* test all formatsJames Ahlborn2010-10-281-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@490 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
* update build instructionsJames Ahlborn2010-10-161-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@487 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
* add unit test with backslashesJames Ahlborn2010-08-221-2/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@483 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2010-08-011-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@482 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-1.2.1James Ahlborn2010-08-011-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@480 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-08-012-3/+4
| | | | 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
* enable more jet3 testsJames Ahlborn2010-08-014-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@477 f203690c-595d-4dc9-a70b-905162fa7fd2
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-315-5/+41
| | | | 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-2317-122/+729
| | | | | | (#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-1610-61/+109
| | | | | | 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-316-1/+613
| | | | | | (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
* better test format handlingJames Ahlborn2010-05-271-19/+27
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@470 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
* some unit test cleanupJames Ahlborn2010-05-253-13/+41
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@468 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
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2010-04-191-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@466 f203690c-595d-4dc9-a70b-905162fa7fd2