30 Commits (jackcess-3.5.1)
 

Author SHA1 Message Date
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) 16 years ago
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount 16 years ago
  James Ahlborn 53b5bde042 remove unused import 16 years ago
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 years ago
  James Ahlborn 3d7b5f9a2a be little lenient in date assertions due to double rounding 16 years ago
  James Ahlborn 8f8d0c0756 add some notes on unique indexes 16 years ago
  James Ahlborn 446e80d696 no need to use maxColCount and colNumber when storing row results 16 years ago
  James Ahlborn b1defc16c3 refactor some common code for encoding/decoding uncompressed strings 16 years ago
  James Ahlborn fbb55b5a66 add ColumnBuilder utility for simplifying table construction 16 years ago
  James Ahlborn 9dd0f931e3 unused import 16 years ago
  James Ahlborn bed2623da8 add method for checking names against reserved words set 16 years ago
  James Ahlborn 975ae3f8bb fix creation of tables with auto-number columns 16 years ago
  James Ahlborn a0c5a05bde restrict new tables to only one autonumber column 16 years ago
  James Ahlborn dfdc177c50 tweak column display 16 years ago
  James Ahlborn 88b0e3de82 remove extraneous properties 16 years ago
  James Ahlborn 4885e4e69f always return relationships in same order regardless of table parameter order; add some simple relationship unit tests 16 years ago
  James Ahlborn d4113e1b68 use readOnly dbs for unit tests 16 years ago
  James Ahlborn 340c3dc831 add toString 16 years ago
  James Ahlborn 379669147b add support for reading table relationships; minor refactor of table creation; minor features added to cursorbuilder 16 years ago
  James Ahlborn cd8798cb54 add method for creating Iterable given specific column names 16 years ago
  James Ahlborn 5c1b068826 add unit tests (and fix some bugs) for ignoreNull and unique index handling 16 years ago
  James Ahlborn c7d0f58880 add convenience method for converting a rowMap to an array of row values 16 years ago
  James Ahlborn 21a6a87655 add tests for multi-column indexes 16 years ago
  James Ahlborn 2da73555e6 make sure database file fits expected criteria 16 years ago
  James Ahlborn a440c22d4d add additional diagnostic info on failures 16 years ago
  James Ahlborn f2bc4572f4 add tests for the various supported index types 16 years ago
  James Ahlborn 022d94d13c update FAQ with info on extended charset support in text indexes 16 years ago
  James Ahlborn b72b6e9336 modify Index update support so that it honors the unique and ignoreNulls properties for the Index 16 years ago
  James Ahlborn 6adbd266be update TODO notes 16 years ago
  James Ahlborn f37b7c5449 formalize code for reading unsigned bytes 16 years ago
  James Ahlborn cefe53cf3b limit text index length; fix unprintable offset writing 16 years ago
  James Ahlborn acc18a5b2d more fixes for index writing 16 years ago
  James Ahlborn 44b2ba7fdb Fix bug caused by sign extension when reading single-byte row numbers; fix some bugs in new text index generation code 16 years ago
  James Ahlborn c9d3003b9e Simplify comparison algorithms for RowId and Index.Entry using type attributes; Expand the characters supported in index updates to all of the ISO-8859-1 character set. 16 years ago
  James Ahlborn 21b3565f0b fix toString for Entry 16 years ago
  James Ahlborn 3bbc8a0eef More fixes for index parsing. Believe index names are now correctly 16 years ago
  James Ahlborn 5d47aef520 write javadoc for DataTypes; accept wider range of incomging values for some data types 16 years ago
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings 16 years ago
  James Ahlborn 0d32448ef9 faq got dropped from main menu 16 years ago
  James Ahlborn 3250f60d19 add faq entry on internationl chars in indexes 16 years ago
  James Ahlborn 47e78e51bb fix some compiler warnings 16 years ago
  James Ahlborn 4b13aaaaf8 default to true for new entries 16 years ago
  James Ahlborn a8ae554a25 skip unhandled index bytes for now 16 years ago
  James Ahlborn 36bf2ed080 better handling of index entry compression; validate index entry length reading 16 years ago
  James Ahlborn 933b73269e more index testing 16 years ago
  James Ahlborn 833ad08414 better toString 16 years ago
  James Ahlborn ee7385a920 [maven-release-plugin] prepare for next development iteration 16 years ago
  James Ahlborn aac3feb6dc [maven-release-plugin] prepare release rel_1_1_12 16 years ago
  James Ahlborn 4105244524 prep for release 16 years ago
  James Ahlborn fedbf0f27d tweak date handling math to reduce rounding issues 16 years ago