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
/
Table.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tweak input row handling at beginning of createRow
James Ahlborn
2007-05-08
1
-9
/
+10
*
fill in offsets for trailing deleted var len columns
James Ahlborn
2007-05-08
1
-0
/
+5
*
when writing table definition, set things up so long variable length columns ...
James Ahlborn
2007-05-08
1
-50
/
+118
*
add autosync option
James Ahlborn
2007-04-25
1
-1
/
+1
*
implement multi-page long value writing
James Ahlborn
2006-10-02
1
-12
/
+41
*
create method for interpreting boolean values
James Ahlborn
2006-09-23
1
-5
/
+3
*
further refactor or row parsing logic
James Ahlborn
2006-09-21
1
-164
/
+155
*
clean up index reading/writing of text columns, add support for more characters
James Ahlborn
2006-09-18
1
-24
/
+46
*
rework current row page tracking with RowState
James Ahlborn
2006-09-14
1
-160
/
+257
*
implement overflow row reading
James Ahlborn
2006-09-13
1
-114
/
+251
*
fix row usage and free space calculations
James Ahlborn
2006-09-11
1
-32
/
+53
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-32
/
+46
*
added some more debug info
James Ahlborn
2006-08-28
1
-0
/
+11
*
further cleanup on row reading; fix recent issue of reading var len data twice
James Ahlborn
2006-08-08
1
-13
/
+16
*
reduce usage of SQLException
James Ahlborn
2006-08-04
1
-3
/
+2
*
make database and table iterable; slight rearrangement of logic in getNextRow
James Ahlborn
2006-08-04
1
-34
/
+111
*
set table name earlier in constructor
James Ahlborn
2006-08-04
1
-1
/
+1
*
when reading multi-page table def, flip buffer before parsing (fix bug 1306970)
James Ahlborn
2006-08-03
1
-0
/
+1
*
fix handling of skipped rows
James Ahlborn
2006-08-03
1
-3
/
+26
*
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
1
-17
/
+17
*
handle more tables with more idnex slots than actual indexes (fix bug 1530312)
James Ahlborn
2006-07-30
1
-4
/
+34
*
read variable length column data on demand
James Ahlborn
2006-07-26
1
-16
/
+11
*
add currency support
James Ahlborn
2006-07-25
1
-1
/
+1
*
first attempt at reading with deleted columns
James Ahlborn
2006-07-24
1
-20
/
+25
*
add index primary key info; possibly fix some bugs around reading indexes (or...
James Ahlborn
2006-07-24
1
-19
/
+54
*
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
1
-2
/
+13
*
more fixes for writing MEMO/OLE
James Ahlborn
2006-06-15
1
-8
/
+8
*
Applied some patches contributed by Sean
Tim McCune
2006-05-30
1
-2
/
+2
*
implement GUID reading using patch from joniles, 1445653; replace StringBuffe...
James Ahlborn
2006-03-09
1
-2
/
+2
*
apply patches from joniles, 1423965, 1427848 (handling var length columns)
James Ahlborn
2006-03-09
1
-5
/
+12
*
Applied Jon Iles' patch to allow large table definitions to be read.
Tim McCune
2006-02-03
1
-4
/
+17
*
Added ability to delete current row.
Tim McCune
2005-08-30
1
-0
/
+18
*
Fixed bug 1273712 where writing null values into fixed-length columns wasn't ...
Tim McCune
2005-08-26
1
-7
/
+7
*
Fixed bug 1261536.
Tim McCune
2005-08-20
1
-1
/
+7
*
Added handling of deleted rows.
Tim McCune
2005-08-12
1
-10
/
+15
*
JDK 1.5 upgrades
Tim McCune
2005-04-09
1
-22
/
+23
*
This commit was generated by cvs2svn to compensate for changes in r2,
Tim McCune
2005-04-07
1
-0
/
+559
[prev]