index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
healthmarketscience
/
jackcess
/
Column.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
move files into standard maven dir structure
James Ahlborn
2013-08-16
1
-161
/
+0
*
more javadoc cleanup; minor refactor of Joiner iteration methods
James Ahlborn
2013-08-11
1
-0
/
+1
*
expand javadocs for core interfaces
James Ahlborn
2013-08-08
1
-1
/
+5
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
1
-2431
/
+30
*
implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...
James Ahlborn
2013-07-05
1
-53
/
+166
*
add methods to get the actual attachment content
James Ahlborn
2013-06-02
1
-2
/
+1
*
cleanup imports
James Ahlborn
2013-05-03
1
-1
/
+0
*
do not unicode compress strings which are longer than 1024 chars
James Ahlborn
2013-05-03
1
-1
/
+2
*
use shared Calendar instance to converting Dates
James Ahlborn
2013-02-28
1
-5
/
+5
*
add support for hyperlink columns
James Ahlborn
2012-11-08
1
-4
/
+47
*
Fix some more edge cases in date/time conversions (fixes issue 92)
James Ahlborn
2012-10-15
1
-6
/
+22
*
add some more useful byte operations
James Ahlborn
2012-03-14
1
-4
/
+2
*
better exception message for decimal conversion failures
James Ahlborn
2012-02-06
1
-2
/
+8
*
Rename and refactor the Cursor find methods to improve usability
James Ahlborn
2011-12-27
1
-1
/
+1
*
refactor table creation
James Ahlborn
2011-11-17
1
-5
/
+5
*
Add support for reading/writing complex column data (version history, attachm...
James Ahlborn
2011-10-26
1
-5
/
+130
*
start adding some usage information in javadoc
James Ahlborn
2011-08-21
1
-12
/
+175
*
small refactor to move type specific info into nested classes
James Ahlborn
2011-07-30
1
-41
/
+94
*
do not allow creation of table with unsupported column type
James Ahlborn
2011-07-12
1
-0
/
+5
*
Enable basic handling of unsupported data types as binary content.
James Ahlborn
2011-07-11
1
-23
/
+76
*
more tweaks to sort order reading in v1997; read code page info from db def p...
James Ahlborn
2011-04-06
1
-1
/
+14
*
fix sort order reading in v1997; set col sort order to db default when writin...
James Ahlborn
2011-04-05
1
-3
/
+9
*
handle different versions of general sort order correctly
James Ahlborn
2011-04-05
1
-19
/
+103
*
add support for reading properties blobs; add accessors to various database o...
James Ahlborn
2011-03-20
1
-6
/
+22
*
increase max size of memo/ole columns
James Ahlborn
2011-03-14
1
-10
/
+17
*
add nominal support for access 2010, essentially read-only until the new text...
James Ahlborn
2011-03-14
1
-3
/
+6
*
general revamp of table finding using index backed cursors; use object flags ...
James Ahlborn
2011-03-09
1
-2
/
+27
*
add support for creating indexes (except foreign key indexes) on a table when...
James Ahlborn
2011-03-04
1
-1
/
+89
*
add support for writing all the fixed types into variable length fields (fixe...
James Ahlborn
2011-02-15
1
-1
/
+1
*
allow column order in tables to be configured (fixes #3097387)
James Ahlborn
2010-11-03
1
-1
/
+8
*
do not rewrap CharBuffer
James Ahlborn
2010-10-30
1
-2
/
+4
*
minor refactor
James Ahlborn
2010-10-27
1
-2
/
+1
*
minor refactor
James Ahlborn
2010-10-14
1
-5
/
+6
*
add (initial) read-only support for Access 97 (jet format 3) databases (#3003...
James Ahlborn
2010-07-23
1
-16
/
+26
*
improve date handling, handle more binary/character input types
James Ahlborn
2009-12-05
1
-11
/
+93
*
minor refactor to fixed length handling of text fields, add simple binary fie...
James Ahlborn
2009-11-19
1
-24
/
+32
*
minor cleanup
James Ahlborn
2009-11-17
1
-2
/
+11
*
support reading/writing fixed length text columns (fixe #2886370)
James Ahlborn
2009-11-17
1
-1
/
+35
*
initial update row support
James Ahlborn
2009-11-16
1
-2
/
+68
*
initial support for guid indexes and guid autonumbers
James Ahlborn
2009-10-27
1
-16
/
+134
*
add database method to load queries
James Ahlborn
2009-05-26
1
-2
/
+7
*
Be more forgiving for input column length. #2788029
James Ahlborn
2009-05-24
1
-1
/
+1
*
Add ErrorHandler utility for customizing error handling during row
James Ahlborn
2008-11-08
1
-2
/
+2
*
Add Database.getSystemTable method for accessing system tables
James Ahlborn
2008-10-23
1
-2
/
+5
*
Add compression code for possible future use; add compression unit
James Ahlborn
2008-07-22
1
-11
/
+2
*
Add primitive support for writing unicode compressed text columns.
James Ahlborn
2008-07-22
1
-6
/
+83
*
Share out-of-line long value pages in order to generate more compact database...
James Ahlborn
2008-07-20
1
-22
/
+62
*
Add some more limit checking into table creation based on what access support...
James Ahlborn
2008-07-19
1
-3
/
+3
*
Fix writing of large memo/ole fields. Apparently Access does not like
James Ahlborn
2008-06-21
1
-4
/
+2
*
enhance some exception messages
James Ahlborn
2008-04-22
1
-4
/
+8
[next]