]> source.dussan.org Git - jackcess.git/shortlog
jackcess.git
2007-11-19 James Ahlbornchange references between major data types; share commo...
2007-11-17 James AhlbornUpdate table row count correctly on row deletion or...
2007-11-16 James AhlbornAdd experimental support for auto-number columns, featu...
2007-11-03 James Ahlbornfix some pmd/findbugs issues
2007-11-02 James Ahlbornditch changelog, long live viewscm
2007-11-02 James Ahlbornhave to use dev connection for changelo???
2007-11-02 James Ahlbornuse new changelog plugin
2007-11-02 James Ahlbornminor updates
2007-11-02 James Ahlbornmove to maven2
2007-10-10 James Ahlbornadd openhms links
2007-07-13 James Ahlbornupdates
2007-07-13 James Ahlbornprep for dev
2007-07-13 James Ahlbornadded todo list
2007-07-13 James Ahlbornset release date
2007-07-13 James Ahlbornupdate changelogs
2007-07-13 James Ahlbornadd support for writing large table definitions; move...
2007-07-13 James Ahlbornoops next version
2007-07-10 James Ahlbornadd flush method to Database; add unit test for new...
2007-07-10 James Ahlbornrework inline usage map handling to handle out-of-range...
2007-07-10 James Ahlbornonly write the row for the usage map table when updating
2007-07-10 James Ahlbornmake pageiterators work even as usagemap bits are shift...
2007-07-10 James Ahlborninitial implementation of support for promoting nline...
2007-07-09 James Ahlbornmove usagemap implementations into UsageMap in prep...
2007-07-09 James Ahlbornuse TempPageHolder in reference usage map
2007-07-09 James Ahlbornswitch from Integer list to BitSet in UsageMap
2007-06-25 James Ahlbornadd Index.getName
2007-06-05 James Ahlbornhandle reading/writing numeric values which thing that...
2007-06-05 James Ahlborninclude format in validation
2007-05-08 James Ahlborndo not use hard coded unit size
2007-05-08 James Ahlborntweak input row handling at beginning of createRow
2007-05-08 James Ahlbornfill in offsets for trailing deleted var len columns
2007-05-08 James Ahlbornwhen writing table definition, set things up so long...
2007-04-25 James Ahlbornadd faq entry for new autoSync option
2007-04-25 James Ahlbornadd autosync option
2007-02-14 James Ahlbornprep for release
2007-02-08 Tim McCuneFixed typo
2006-11-23 James Ahlborntweak example
2006-11-13 James Ahlbornadd unit test for new copyTable behavior
2006-11-12 James Ahlbornbetter import/copy column setup; added ability for...
2006-11-12 James Ahlbornbetter import/copy column setup; added ability for...
2006-11-12 James Ahlbornbetter import/copy column setup; added ability for...
2006-11-12 James Ahlbornremove invalid character
2006-10-02 James Ahlbornremove broken dev link
2006-10-02 James Ahlborninc version post release
2006-10-02 James Ahlbornprep for release
2006-10-02 James Ahlbornimplement multi-page long value writing
2006-09-26 James Ahlbornread index entries on demand
2006-09-26 James Ahlbornfail more gracefully if writing large index
2006-09-26 James Ahlbornsupport reading 'compressed' indexes (fix 1563654)
2006-09-25 James Ahlbornadd support for get/put int of different byteorder
2006-09-25 James Ahlbornadd offset for next leaf page number
2006-09-25 James Ahlbornsave set of lookup columns
2006-09-23 James Ahlbornfix ordering of byte code comparator
2006-09-23 James Ahlborncreate method for interpreting boolean values
2006-09-21 James Ahlbornmake byte[] printable when dumping table
2006-09-21 James Ahlbornadd ability to dump to writer
2006-09-21 James Ahlbornfurther refactor or row parsing logic
2006-09-21 James Ahlbornchange numeric negate flag
2006-09-18 James Ahlbornclean up index reading/writing of text columns, add...
2006-09-18 James Ahlbornremove debug printlns
2006-09-18 James Ahlbornhonor endianness when reading currency values
2006-09-18 James Ahlbornadd dump to file utility method
2006-09-18 James Ahlborndo not ask me why, but numeric columns are considered...
2006-09-14 James Ahlbornrework current row page tracking with RowState
2006-09-13 James Ahlbornimplement overflow row reading
2006-09-13 James Ahlbornrefactor index entries to allow for fixing textual...
2006-09-11 James Ahlbornfix row usage and free space calculations
2006-09-08 James Ahlbornclean up lots of cruft around datatypes; add more sanit...
2006-08-28 James Ahlbornadded some more debug info
2006-08-28 James Ahlbornadded info about password protection
2006-08-25 James Ahlbornmake read-only logic slightly cleaner
2006-08-25 James Ahlbornadd support for opening files read-only (#1545857)
2006-08-08 James Ahlbornmore tweaks to index reading/writing
2006-08-08 James Ahlbornfurther cleanup on row reading; fix recent issue of...
2006-08-08 James Ahlbornallow reading multi-page memos
2006-08-07 James Ahlborninc version post release
2006-08-07 James Ahlbornprep for release
2006-08-07 James Ahlbornuse uppercase names when adding text columns to indexes...
2006-08-04 James Ahlbornreduce usage of SQLException
2006-08-04 James Ahlbornmake database and table iterable; slight rearrangement...
2006-08-04 James Ahlborntreat table names as case insensitive; use stored table...
2006-08-04 James Ahlbornset table name earlier in constructor
2006-08-04 James Ahlbornadd table debug methods
2006-08-04 James Ahlbornwrite tdef page free space
2006-08-04 James Ahlbornadd unit test for multi-page table defs
2006-08-03 James Ahlbornimplement reading multi-page long binary values
2006-08-03 James Ahlbornwhen reading multi-page table def, flip buffer before...
2006-08-03 James Ahlbornuse common row start/end reading methods
2006-08-03 James Ahlbornfix handling of skipped rows
2006-08-03 James Ahlbornadd toCharSequence method
2006-08-03 James Ahlbornswap overflow/deleted flag logic
2006-08-02 James Ahlbornadd contributed patches which port version 1.1.5 to...
2006-07-31 James Ahlbornclean up reading/writing 3-byte ints; long value length...
2006-07-30 James Ahlbornhandle more tables with more idnex slots than actual...
2006-07-27 James Ahlbornfix pom for ibiblio upload
2006-07-27 James Ahlbornreset Expander between usages
2006-07-27 James Ahlborninclude sourceforge logo
2006-07-26 James Ahlbornfix compressed text handling; wrap arithmetic exception...
2006-07-26 James Ahlbornread variable length column data on demand
2006-07-25 James Ahlborninc version post release
next