aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/Column.java
Commit message (Expand)AuthorAgeFilesLines
* move files into standard maven dir structureJames Ahlborn2013-08-161-161/+0
* more javadoc cleanup; minor refactor of Joiner iteration methodsJames Ahlborn2013-08-111-0/+1
* expand javadocs for core interfacesJames Ahlborn2013-08-081-1/+5
* merge branch jackcess-2 changes through r759James Ahlborn2013-07-301-2431/+30
* implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...James Ahlborn2013-07-051-53/+166
* add methods to get the actual attachment contentJames Ahlborn2013-06-021-2/+1
* cleanup importsJames Ahlborn2013-05-031-1/+0
* do not unicode compress strings which are longer than 1024 charsJames Ahlborn2013-05-031-1/+2
* use shared Calendar instance to converting DatesJames Ahlborn2013-02-281-5/+5
* add support for hyperlink columnsJames Ahlborn2012-11-081-4/+47
* Fix some more edge cases in date/time conversions (fixes issue 92)James Ahlborn2012-10-151-6/+22
* add some more useful byte operationsJames Ahlborn2012-03-141-4/+2
* better exception message for decimal conversion failuresJames Ahlborn2012-02-061-2/+8
* Rename and refactor the Cursor find methods to improve usabilityJames Ahlborn2011-12-271-1/+1
* refactor table creationJames Ahlborn2011-11-171-5/+5
* Add support for reading/writing complex column data (version history, attachm...James Ahlborn2011-10-261-5/+130
* start adding some usage information in javadocJames Ahlborn2011-08-211-12/+175
* small refactor to move type specific info into nested classesJames Ahlborn2011-07-301-41/+94
* do not allow creation of table with unsupported column typeJames Ahlborn2011-07-121-0/+5
* Enable basic handling of unsupported data types as binary content.James Ahlborn2011-07-111-23/+76
* more tweaks to sort order reading in v1997; read code page info from db def p...James Ahlborn2011-04-061-1/+14
* fix sort order reading in v1997; set col sort order to db default when writin...James Ahlborn2011-04-051-3/+9
* handle different versions of general sort order correctlyJames Ahlborn2011-04-051-19/+103
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-201-6/+22
* increase max size of memo/ole columnsJames Ahlborn2011-03-141-10/+17
* add nominal support for access 2010, essentially read-only until the new text...James Ahlborn2011-03-141-3/+6
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-2/+27
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-1/+89
* add support for writing all the fixed types into variable length fields (fixe...James Ahlborn2011-02-151-1/+1
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-031-1/+8
* do not rewrap CharBufferJames Ahlborn2010-10-301-2/+4
* minor refactorJames Ahlborn2010-10-271-2/+1
* minor refactorJames Ahlborn2010-10-141-5/+6
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-231-16/+26
* 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