summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add support for writing large table definitions; move table definition code ↵James Ahlborn2007-07-136-201/+376
| | | | | | into Table (out of Database) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@159 f203690c-595d-4dc9-a70b-905162fa7fd2
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-103-7/+19
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@157 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework inline usage map handling to handle out-of-range cases better and ↵James Ahlborn2007-07-106-117/+299
| | | | | | with more clarity git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@156 f203690c-595d-4dc9-a70b-905162fa7fd2
* only write the row for the usage map table when updatingJames Ahlborn2007-07-102-37/+60
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@155 f203690c-595d-4dc9-a70b-905162fa7fd2
* make pageiterators work even as usagemap bits are shifted aroundJames Ahlborn2007-07-101-50/+101
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@154 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial implementation of support for promoting nline to reference usage mapJames Ahlborn2007-07-101-20/+49
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@153 f203690c-595d-4dc9-a70b-905162fa7fd2
* move usagemap implementations into UsageMap in prep for future changes; ↵James Ahlborn2007-07-097-301/+243
| | | | | | clean up initial setup of new table git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@152 f203690c-595d-4dc9-a70b-905162fa7fd2
* use TempPageHolder in reference usage mapJames Ahlborn2007-07-092-30/+53
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@151 f203690c-595d-4dc9-a70b-905162fa7fd2
* switch from Integer list to BitSet in UsageMapJames Ahlborn2007-07-093-61/+185
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@150 f203690c-595d-4dc9-a70b-905162fa7fd2
* add Index.getNameJames Ahlborn2007-06-251-0/+13
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@149 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle reading/writing numeric values which thing that they are fixed length ↵James Ahlborn2007-06-052-1/+6
| | | | | | fields (fix #1672071) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@148 f203690c-595d-4dc9-a70b-905162fa7fd2
* include format in validationJames Ahlborn2007-06-053-3/+20
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@147 f203690c-595d-4dc9-a70b-905162fa7fd2
* do not use hard coded unit sizeJames Ahlborn2007-05-081-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@146 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak input row handling at beginning of createRowJames Ahlborn2007-05-081-9/+10
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@145 f203690c-595d-4dc9-a70b-905162fa7fd2
* fill in offsets for trailing deleted var len columnsJames Ahlborn2007-05-081-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@144 f203690c-595d-4dc9-a70b-905162fa7fd2
* when writing table definition, set things up so long variable length columns ↵James Ahlborn2007-05-084-73/+186
| | | | | | are written after normal variable length columns. this makes it more likely that all the data can be written sucessfully because long var columns can be written in separate data pages (fix bug [1675522]); tweak row writing to account for deleted columns git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@143 f203690c-595d-4dc9-a70b-905162fa7fd2
* add autosync optionJames Ahlborn2007-04-253-8/+63
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@141 f203690c-595d-4dc9-a70b-905162fa7fd2
* add unit test for new copyTable behaviorJames Ahlborn2006-11-132-1/+10
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@136 f203690c-595d-4dc9-a70b-905162fa7fd2
* better import/copy column setup; added ability for users to further ↵James Ahlborn2006-11-121-11/+8
| | | | | | customize import/copy behavior through ImportFilter (fix #1593465) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@135 f203690c-595d-4dc9-a70b-905162fa7fd2
* better import/copy column setup; added ability for users to further ↵James Ahlborn2006-11-125-74/+170
| | | | | | customize import/copy behavior through ImportFilter (fix #1593465) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@134 f203690c-595d-4dc9-a70b-905162fa7fd2
* better import/copy column setup; added ability for users to further ↵James Ahlborn2006-11-122-21/+87
| | | | | | customize import/copy behavior through ImportFilter (fix #1593465) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@133 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove invalid characterJames Ahlborn2006-11-125-7/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@132 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement multi-page long value writingJames Ahlborn2006-10-024-86/+196
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@127 f203690c-595d-4dc9-a70b-905162fa7fd2
* read index entries on demandJames Ahlborn2006-09-261-4/+60
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@126 f203690c-595d-4dc9-a70b-905162fa7fd2
* fail more gracefully if writing large indexJames Ahlborn2006-09-261-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@125 f203690c-595d-4dc9-a70b-905162fa7fd2
* support reading 'compressed' indexes (fix 1563654)James Ahlborn2006-09-262-43/+223
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@124 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for get/put int of different byteorderJames Ahlborn2006-09-251-0/+49
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@123 f203690c-595d-4dc9-a70b-905162fa7fd2
* add offset for next leaf page numberJames Ahlborn2006-09-251-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@122 f203690c-595d-4dc9-a70b-905162fa7fd2
* save set of lookup columnsJames Ahlborn2006-09-251-3/+8
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@121 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix ordering of byte code comparatorJames Ahlborn2006-09-232-6/+14
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@120 f203690c-595d-4dc9-a70b-905162fa7fd2
* create method for interpreting boolean valuesJames Ahlborn2006-09-232-6/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@119 f203690c-595d-4dc9-a70b-905162fa7fd2
* further refactor or row parsing logicJames Ahlborn2006-09-212-167/+164
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@116 f203690c-595d-4dc9-a70b-905162fa7fd2
* change numeric negate flagJames Ahlborn2006-09-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@115 f203690c-595d-4dc9-a70b-905162fa7fd2
* clean up index reading/writing of text columns, add support for more charactersJames Ahlborn2006-09-182-224/+375
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@114 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove debug printlnsJames Ahlborn2006-09-181-2/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@113 f203690c-595d-4dc9-a70b-905162fa7fd2
* honor endianness when reading currency valuesJames Ahlborn2006-09-181-7/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@112 f203690c-595d-4dc9-a70b-905162fa7fd2
* add dump to file utility methodJames Ahlborn2006-09-181-2/+21
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@111 f203690c-595d-4dc9-a70b-905162fa7fd2
* do not ask me why, but numeric columns are considered variable length, even ↵James Ahlborn2006-09-183-18/+38
| | | | | | though they are always the same size git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@110 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework current row page tracking with RowStateJames Ahlborn2006-09-144-169/+458
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@109 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement overflow row readingJames Ahlborn2006-09-132-115/+259
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@108 f203690c-595d-4dc9-a70b-905162fa7fd2
* refactor index entries to allow for fixing textual entries (not finished yet)James Ahlborn2006-09-132-88/+297
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@107 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix row usage and free space calculationsJames Ahlborn2006-09-111-32/+53
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@106 f203690c-595d-4dc9-a70b-905162fa7fd2
* clean up lots of cruft around datatypes; add more sanity checking on table ↵James Ahlborn2006-09-087-171/+388
| | | | | | creation; fix free space calculations git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@105 f203690c-595d-4dc9-a70b-905162fa7fd2
* added some more debug infoJames Ahlborn2006-08-281-0/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@104 f203690c-595d-4dc9-a70b-905162fa7fd2
* make read-only logic slightly cleanerJames Ahlborn2006-08-251-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@102 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for opening files read-only (#1545857)James Ahlborn2006-08-251-5/+23
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@101 f203690c-595d-4dc9-a70b-905162fa7fd2
* more tweaks to index reading/writingJames Ahlborn2006-08-081-3/+25
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@100 f203690c-595d-4dc9-a70b-905162fa7fd2
* further cleanup on row reading; fix recent issue of reading var len data twiceJames Ahlborn2006-08-081-13/+16
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@99 f203690c-595d-4dc9-a70b-905162fa7fd2
* allow reading multi-page memosJames Ahlborn2006-08-081-23/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@98 f203690c-595d-4dc9-a70b-905162fa7fd2
* use uppercase names when adding text columns to indexes, which fixes long ↵James Ahlborn2006-08-072-6/+5
| | | | | | standing problem with table names starting with lowercase characters (and other situations where tables could not be opened in access) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@94 f203690c-595d-4dc9-a70b-905162fa7fd2