summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* fix writing index type value on index creationJames Ahlborn2011-03-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@530 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove title/author/companyJames Ahlborn2011-03-183-0/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@529 f203690c-595d-4dc9-a70b-905162fa7fd2
* add additional (unknown) flag when writing indexesJames Ahlborn2011-03-182-2/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@528 f203690c-595d-4dc9-a70b-905162fa7fd2
* make iterator work a little better, allow removeJames Ahlborn2011-03-181-16/+23
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@527 f203690c-595d-4dc9-a70b-905162fa7fd2
* increase max size of memo/ole columnsJames Ahlborn2011-03-142-12/+19
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@526 f203690c-595d-4dc9-a70b-905162fa7fd2
* add nominal support for access 2010, essentially read-only until the new ↵James Ahlborn2011-03-143-17/+52
| | | | | | text index sorting is worked out git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@525 f203690c-595d-4dc9-a70b-905162fa7fd2
* general revamp of table finding using index backed cursors; use object flags ↵James Ahlborn2011-03-098-344/+941
| | | | | | to determine system/hidden objects; read/write text column sort order git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@524 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor updatesJames Ahlborn2011-03-091-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@523 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor updatesJames Ahlborn2011-03-092-0/+8
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@522 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove extraneous compact error tableJames Ahlborn2011-03-091-0/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@521 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-0410-207/+803
| | | | | | when a table is created git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@515 f203690c-595d-4dc9-a70b-905162fa7fd2
* more work around interpreting index data, add support for multiple logical ↵James Ahlborn2011-02-279-2337/+2629
| | | | | | 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
* 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
* 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