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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add support for opening files read-only (#1545857)
James Ahlborn
2006-08-25
1
-5
/
+23
*
more tweaks to index reading/writing
James Ahlborn
2006-08-08
1
-3
/
+25
*
further cleanup on row reading; fix recent issue of reading var len data twice
James Ahlborn
2006-08-08
1
-13
/
+16
*
allow reading multi-page memos
James Ahlborn
2006-08-08
1
-23
/
+4
*
use uppercase names when adding text columns to indexes, which fixes long sta...
James Ahlborn
2006-08-07
2
-6
/
+5
*
reduce usage of SQLException
James Ahlborn
2006-08-04
4
-20
/
+17
*
make database and table iterable; slight rearrangement of logic in getNextRow
James Ahlborn
2006-08-04
2
-35
/
+164
*
treat table names as case insensitive; use stored table names when instantiat...
James Ahlborn
2006-08-04
1
-17
/
+69
*
set table name earlier in constructor
James Ahlborn
2006-08-04
1
-1
/
+1
*
write tdef page free space
James Ahlborn
2006-08-04
1
-2
/
+4
*
implement reading multi-page long binary values
James Ahlborn
2006-08-03
1
-11
/
+61
*
when reading multi-page table def, flip buffer before parsing (fix bug 1306970)
James Ahlborn
2006-08-03
1
-0
/
+1
*
use common row start/end reading methods
James Ahlborn
2006-08-03
1
-8
/
+3
*
fix handling of skipped rows
James Ahlborn
2006-08-03
1
-3
/
+26
*
add toCharSequence method
James Ahlborn
2006-08-03
1
-4
/
+17
*
swap overflow/deleted flag logic
James Ahlborn
2006-08-03
1
-2
/
+8
*
clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...
James Ahlborn
2006-07-31
4
-44
/
+84
*
handle more tables with more idnex slots than actual indexes (fix bug 1530312)
James Ahlborn
2006-07-30
2
-4
/
+38
*
reset Expander between usages
James Ahlborn
2006-07-27
1
-0
/
+1
*
fix compressed text handling; wrap arithmetic exceptions with ioexceptions
James Ahlborn
2006-07-26
1
-80
/
+151
*
read variable length column data on demand
James Ahlborn
2006-07-26
1
-16
/
+11
*
add write support for numeric/guid
James Ahlborn
2006-07-25
2
-5
/
+14
*
add currency support
James Ahlborn
2006-07-25
4
-89
/
+285
*
first attempt at reading with deleted columns
James Ahlborn
2006-07-24
3
-21
/
+52
*
add index primary key info; possibly fix some bugs around reading indexes (or...
James Ahlborn
2006-07-24
3
-21
/
+93
*
Added getRowCount
Tim McCune
2006-07-08
1
-0
/
+4
*
Added table name to toString
Tim McCune
2006-07-05
1
-0
/
+1
*
Added getName() to Table
Tim McCune
2006-07-03
2
-5
/
+16
*
more fixes for writing MEMO/OLE
James Ahlborn
2006-06-15
2
-10
/
+10
*
fix encoding memo fields (1356745), refactor the long value handling code and...
James Ahlborn
2006-06-13
1
-27
/
+44
*
more tweaking to invalid file handling
James Ahlborn
2006-06-13
2
-12
/
+5
*
share common functionality for reading long values
James Ahlborn
2006-06-13
1
-29
/
+23
*
better handling of non-existent files in open method
James Ahlborn
2006-06-12
2
-1
/
+16
*
fix compiler warning
James Ahlborn
2006-06-12
1
-0
/
+1
*
add break statement, although differences in getLongBinaryValue and getLongSt...
James Ahlborn
2006-06-12
1
-2
/
+2
*
Applied some patches contributed by Sean
Tim McCune
2006-05-30
2
-11
/
+3
*
Fixed method signature
Tim McCune
2006-05-27
1
-1
/
+1
*
fix date handling, patch from joniles 1445597
James Ahlborn
2006-03-09
1
-7
/
+15
*
implement GUID reading using patch from joniles, 1445653; replace StringBuffe...
James Ahlborn
2006-03-09
5
-23
/
+68
*
apply patches from joniles, 1423965, 1427848 (handling var length columns)
James Ahlborn
2006-03-09
2
-9
/
+64
*
Applied Jon Iles' patch to allow large table definitions to be read.
Tim McCune
2006-02-03
1
-4
/
+17
*
add initial support for NUMERIC type
James Ahlborn
2006-01-21
2
-5
/
+30
*
Added ability to delete current row.
Tim McCune
2005-08-30
2
-3
/
+25
*
Fixed bug 1273712 where writing null values into fixed-length columns wasn't ...
Tim McCune
2005-08-26
2
-18
/
+22
*
Fixed bug 1261536.
Tim McCune
2005-08-20
2
-2
/
+8
*
Added handling of deleted rows.
Tim McCune
2005-08-12
1
-10
/
+15
*
Applied Mitchell Friedman's patch for support of additional JDBC data types.
Tim McCune
2005-07-22
3
-11
/
+30
*
Fixed comparable.
Tim McCune
2005-04-09
1
-3
/
+2
*
Initial version
Tim McCune
2005-04-09
1
-0
/
+139
*
JDK 1.5 upgrades
Tim McCune
2005-04-09
8
-430
/
+308
[prev]
[next]