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
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
*
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
*
ugly typo
James Ahlborn
2008-04-16
1
-1
/
+1
*
refactor some common code for encoding/decoding uncompressed strings
James Ahlborn
2008-03-15
1
-24
/
+33
*
tweak column display
James Ahlborn
2008-03-14
1
-1
/
+6
*
add unit tests (and fix some bugs) for ignoreNull and unique index handling
James Ahlborn
2008-03-11
1
-1
/
+1
*
formalize code for reading unsigned bytes
James Ahlborn
2008-03-09
1
-2
/
+2
*
more fixes for index writing
James Ahlborn
2008-03-08
1
-7
/
+47
*
Fix bug caused by sign extension when reading single-byte row numbers; fix so...
James Ahlborn
2008-03-07
1
-2
/
+2
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-1
/
+3
*
write javadoc for DataTypes; accept wider range of incomging values for some ...
James Ahlborn
2008-03-04
1
-11
/
+26
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-6
/
+3
*
better toString
James Ahlborn
2008-02-29
1
-1
/
+2
*
tweak date handling math to reduce rounding issues
James Ahlborn
2008-02-22
1
-12
/
+12
*
do not inline memo/ole fields longer than 64 bytes (fix #1899076)
James Ahlborn
2008-02-21
1
-1
/
+2
*
Resolve more edge cases around date handling
James Ahlborn
2008-01-24
1
-19
/
+23
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
1
-52
/
+57
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
1
-9
/
+42
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
1
-6
/
+8
*
move to maven2
James Ahlborn
2007-11-02
1
-1
/
+1
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
1
-7
/
+12
*
handle reading/writing numeric values which thing that they are fixed length ...
James Ahlborn
2007-06-05
1
-0
/
+5
*
include format in validation
James Ahlborn
2007-06-05
1
-1
/
+5
*
do not use hard coded unit size
James Ahlborn
2007-05-08
1
-1
/
+1
*
when writing table definition, set things up so long variable length columns ...
James Ahlborn
2007-05-08
1
-5
/
+41
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
1
-7
/
+15
*
implement multi-page long value writing
James Ahlborn
2006-10-02
1
-66
/
+137
*
create method for interpreting boolean values
James Ahlborn
2006-09-23
1
-1
/
+8
*
change numeric negate flag
James Ahlborn
2006-09-21
1
-1
/
+1
*
remove debug printlns
James Ahlborn
2006-09-18
1
-2
/
+0
*
honor endianness when reading currency values
James Ahlborn
2006-09-18
1
-7
/
+5
*
do not ask me why, but numeric columns are considered variable length, even t...
James Ahlborn
2006-09-18
1
-4
/
+13
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-100
/
+175
*
allow reading multi-page memos
James Ahlborn
2006-08-08
1
-23
/
+4
*
reduce usage of SQLException
James Ahlborn
2006-08-04
1
-1
/
+1
*
implement reading multi-page long binary values
James Ahlborn
2006-08-03
1
-11
/
+61
[next]