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
Commit message (
Expand
)
Author
Age
Files
Lines
*
expand javadocs for core interfaces
James Ahlborn
2013-08-08
18
-48
/
+111
*
use ExportUtil to implement display method
James Ahlborn
2013-08-02
1
-32
/
+6
*
add Query.isHidden method and expose original object flags on Query instances
James Ahlborn
2013-07-31
13
-43
/
+59
*
merge branch jackcess-1.2.14 changes through r764
James Ahlborn
2013-07-31
2
-2
/
+7
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
112
-13615
/
+15438
*
implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issu...
James Ahlborn
2013-07-05
5
-140
/
+439
*
make attachment decoding the default
James Ahlborn
2013-06-14
3
-40
/
+41
*
add attachment encoding support
James Ahlborn
2013-06-04
8
-23
/
+115
*
add methods to get the actual attachment content
James Ahlborn
2013-06-02
6
-8
/
+156
*
add more methods to Database for retrieving Relationships
James Ahlborn
2013-05-31
1
-22
/
+102
*
Fix partial page updates when using CodecHandlers which can only do full page...
James Ahlborn
2013-05-25
1
-0
/
+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
2
-1
/
+9
*
use shared Calendar instance to converting Dates
James Ahlborn
2013-02-28
2
-5
/
+21
*
initial support for optionally enforcing foreign-key constraints (fixes featu...
James Ahlborn
2012-11-20
5
-75
/
+564
*
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
*
expand test coverage, minor tweaks
James Ahlborn
2012-09-24
1
-1
/
+3
*
Added the MemFileChannel to enable working with dbs completely in memory
James Ahlborn
2012-09-24
2
-1
/
+483
*
Added DatabaseBuilder in for more convenient and flexible Database open/create
James Ahlborn
2012-09-23
3
-71
/
+339
*
Add some more functionality to Joiner to facilitate integrity enforcement (ha...
James Ahlborn
2012-08-26
1
-3
/
+31
*
enhance javadoc
James Ahlborn
2012-07-26
1
-32
/
+37
*
reset position/limit after encoding page
James Ahlborn
2012-06-14
1
-1
/
+3
*
rework partial page writing and interacting with CodecHandlers (issue #3532250)
James Ahlborn
2012-06-13
3
-33
/
+62
*
Add ImportUtil.toColumns to enable more advanced Table creation implementatio...
James Ahlborn
2012-05-25
1
-28
/
+39
*
enhance javadoc
James Ahlborn
2012-05-24
1
-7
/
+17
*
add explicit exception for unsupported encodings
James Ahlborn
2012-03-14
2
-3
/
+51
*
add some more useful byte operations
James Ahlborn
2012-03-14
5
-14
/
+49
*
add codec type for access 2007+ encoding
James Ahlborn
2012-03-01
2
-1
/
+7
*
better exception message for decimal conversion failures
James Ahlborn
2012-02-06
1
-2
/
+8
*
add initial support for linked tables (fixes issue 3479560)
James Ahlborn
2012-02-01
6
-37
/
+304
*
for consistency
James Ahlborn
2012-01-11
1
-1
/
+1
*
handle wrong array type passed to addRow
James Ahlborn
2011-12-30
1
-8
/
+11
*
Rename and refactor the Cursor find methods to improve usability
James Ahlborn
2011-12-27
11
-67
/
+355
*
ensure new database is flushed after creation as some users drop the Database...
James Ahlborn
2011-12-06
1
-0
/
+1
*
always pass Object[] to ImportFilter.filterRow
James Ahlborn
2011-11-30
1
-4
/
+4
*
Add option to import file without headers to existing table; Add ImportUtil.B...
James Ahlborn
2011-11-25
2
-4
/
+282
*
Allow ImportFilter and ExportFilter to return null from filterRow() to indica...
James Ahlborn
2011-11-25
4
-4
/
+17
*
refactor table creation
James Ahlborn
2011-11-17
8
-225
/
+356
*
Reuse previously written memo/ole values when updating other values in a row ...
James Ahlborn
2011-11-15
1
-22
/
+53
*
stash nullmask in rowstate
James Ahlborn
2011-11-12
1
-16
/
+19
*
some tweaks, fixes, and tests for unsupported values
James Ahlborn
2011-11-12
2
-6
/
+21
*
Fix problem with reading row from table with deleted/added columns. (fixes 34...
James Ahlborn
2011-11-10
1
-8
/
+17
*
implement complex value deletion
James Ahlborn
2011-11-08
7
-27
/
+145
*
implement unsupported complex value support; add some javadocs
James Ahlborn
2011-11-07
1
-0
/
+36
*
implement unsupported complex value support; add some javadocs
James Ahlborn
2011-11-06
11
-52
/
+161
*
fix copyright
James Ahlborn
2011-11-06
1
-1
/
+18
*
Fix problem with creating tables with indexes where ms access could not open ...
James Ahlborn
2011-10-29
1
-1
/
+1
*
Add support for reading/writing complex column data (version history, attachm...
James Ahlborn
2011-10-26
22
-45
/
+1858
*
Fix issue with reading Access 97 database with large number of fields
James Ahlborn
2011-10-19
1
-1
/
+1
[next]