summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Table.java
Commit message (Expand)AuthorAgeFilesLines
...
* tweak input row handling at beginning of createRowJames Ahlborn2007-05-081-9/+10
* fill in offsets for trailing deleted var len columnsJames Ahlborn2007-05-081-0/+5
* when writing table definition, set things up so long variable length columns ...James Ahlborn2007-05-081-50/+118
* add autosync optionJames Ahlborn2007-04-251-1/+1
* implement multi-page long value writingJames Ahlborn2006-10-021-12/+41
* create method for interpreting boolean valuesJames Ahlborn2006-09-231-5/+3
* further refactor or row parsing logicJames Ahlborn2006-09-211-164/+155
* clean up index reading/writing of text columns, add support for more charactersJames Ahlborn2006-09-181-24/+46
* rework current row page tracking with RowStateJames Ahlborn2006-09-141-160/+257
* implement overflow row readingJames Ahlborn2006-09-131-114/+251
* fix row usage and free space calculationsJames Ahlborn2006-09-111-32/+53
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-32/+46
* added some more debug infoJames Ahlborn2006-08-281-0/+11
* further cleanup on row reading; fix recent issue of reading var len data twiceJames Ahlborn2006-08-081-13/+16
* reduce usage of SQLExceptionJames Ahlborn2006-08-041-3/+2
* make database and table iterable; slight rearrangement of logic in getNextRowJames Ahlborn2006-08-041-34/+111
* set table name earlier in constructorJames Ahlborn2006-08-041-1/+1
* when reading multi-page table def, flip buffer before parsing (fix bug 1306970)James Ahlborn2006-08-031-0/+1
* fix handling of skipped rowsJames Ahlborn2006-08-031-3/+26
* swap overflow/deleted flag logicJames Ahlborn2006-08-031-2/+8
* clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...James Ahlborn2006-07-311-17/+17
* handle more tables with more idnex slots than actual indexes (fix bug 1530312)James Ahlborn2006-07-301-4/+34
* read variable length column data on demandJames Ahlborn2006-07-261-16/+11
* add currency supportJames Ahlborn2006-07-251-1/+1
* first attempt at reading with deleted columnsJames Ahlborn2006-07-241-20/+25
* add index primary key info; possibly fix some bugs around reading indexes (or...James Ahlborn2006-07-241-19/+54
* Added getRowCountTim McCune2006-07-081-0/+4
* Added table name to toStringTim McCune2006-07-051-0/+1
* Added getName() to TableTim McCune2006-07-031-2/+13
* more fixes for writing MEMO/OLEJames Ahlborn2006-06-151-8/+8
* Applied some patches contributed by SeanTim McCune2006-05-301-2/+2
* implement GUID reading using patch from joniles, 1445653; replace StringBuffe...James Ahlborn2006-03-091-2/+2
* apply patches from joniles, 1423965, 1427848 (handling var length columns)James Ahlborn2006-03-091-5/+12
* Applied Jon Iles' patch to allow large table definitions to be read.Tim McCune2006-02-031-4/+17
* Added ability to delete current row.Tim McCune2005-08-301-0/+18
* Fixed bug 1273712 where writing null values into fixed-length columns wasn't ...Tim McCune2005-08-261-7/+7
* Fixed bug 1261536.Tim McCune2005-08-201-1/+7
* Added handling of deleted rows.Tim McCune2005-08-121-10/+15
* JDK 1.5 upgradesTim McCune2005-04-091-22/+23
* This commit was generated by cvs2svn to compensate for changes in r2,Tim McCune2005-04-071-0/+559