summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Column.java
Commit message (Expand)AuthorAgeFilesLines
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-051-11/+93
* minor refactor to fixed length handling of text fields, add simple binary fie...James Ahlborn2009-11-191-24/+32
* minor cleanupJames Ahlborn2009-11-171-2/+11
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-171-1/+35
* initial update row supportJames Ahlborn2009-11-161-2/+68
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-16/+134
* add database method to load queriesJames Ahlborn2009-05-261-2/+7
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-2/+2
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-2/+5
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-221-11/+2
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-6/+83
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-201-22/+62
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-191-3/+3
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-211-4/+2
* enhance some exception messagesJames Ahlborn2008-04-221-4/+8
* ugly typoJames Ahlborn2008-04-161-1/+1
* refactor some common code for encoding/decoding uncompressed stringsJames Ahlborn2008-03-151-24/+33
* tweak column displayJames Ahlborn2008-03-141-1/+6
* add unit tests (and fix some bugs) for ignoreNull and unique index handlingJames Ahlborn2008-03-111-1/+1
* formalize code for reading unsigned bytesJames Ahlborn2008-03-091-2/+2
* more fixes for index writingJames Ahlborn2008-03-081-7/+47
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-071-2/+2
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-1/+3
* write javadoc for DataTypes; accept wider range of incomging values for some ...James Ahlborn2008-03-041-11/+26
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-6/+3
* better toStringJames Ahlborn2008-02-291-1/+2
* tweak date handling math to reduce rounding issuesJames Ahlborn2008-02-221-12/+12
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-211-1/+2
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-19/+23
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-52/+57
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-161-9/+42
* fix some pmd/findbugs issuesJames Ahlborn2007-11-031-6/+8
* move to maven2James Ahlborn2007-11-021-1/+1
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-131-7/+12
* handle reading/writing numeric values which thing that they are fixed length ...James Ahlborn2007-06-051-0/+5
* include format in validationJames Ahlborn2007-06-051-1/+5
* do not use hard coded unit sizeJames Ahlborn2007-05-081-1/+1
* when writing table definition, set things up so long variable length columns ...James Ahlborn2007-05-081-5/+41
* better import/copy column setup; added ability for users to further customize...James Ahlborn2006-11-121-7/+15
* implement multi-page long value writingJames Ahlborn2006-10-021-66/+137
* create method for interpreting boolean valuesJames Ahlborn2006-09-231-1/+8
* change numeric negate flagJames Ahlborn2006-09-211-1/+1
* remove debug printlnsJames Ahlborn2006-09-181-2/+0
* honor endianness when reading currency valuesJames Ahlborn2006-09-181-7/+5
* do not ask me why, but numeric columns are considered variable length, even t...James Ahlborn2006-09-181-4/+13
* clean up lots of cruft around datatypes; add more sanity checking on table cr...James Ahlborn2006-09-081-100/+175
* allow reading multi-page memosJames Ahlborn2006-08-081-23/+4
* reduce usage of SQLExceptionJames Ahlborn2006-08-041-1/+1
* implement reading multi-page long binary valuesJames Ahlborn2006-08-031-11/+61