854 Commits (jackcess-3.0.1)

Autor SHA1 Mensagem Data
  James Ahlborn fefc08596f Need to store auto-number values back into row so that indexes can be 16 anos atrás
  James Ahlborn d0c37f811d update the bounds before updating the positions 16 anos atrás
  James Ahlborn 67acdb9068 truncate file before overwriting 16 anos atrás
  James Ahlborn 5293a761c4 prep for release 16 anos atrás
  James Ahlborn ca15878cc1 allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 anos atrás
  James Ahlborn d7da2f605b add TableBuilder utility 16 anos atrás
  James Ahlborn fbe33559bd add TableBuilder utility 16 anos atrás
  James Ahlborn 3a52141904 minor cleanups 16 anos atrás
  James Ahlborn 09ebeb5184 no need to sort entries, should already be sorted (but verify just to be paranoid) 16 anos atrás
  James Ahlborn 404056c33b clean up updating of the index uniqueEntryCount 16 anos atrás
  James Ahlborn 53b5bde042 remove unused import 16 anos atrás
  James Ahlborn 774f1c4cfe completely fix problems with sporadic usage map corruption; add some soft buffer caching in various places 16 anos atrás
  James Ahlborn 8f8d0c0756 add some notes on unique indexes 16 anos atrás
  James Ahlborn 446e80d696 no need to use maxColCount and colNumber when storing row results 16 anos atrás
  James Ahlborn b1defc16c3 refactor some common code for encoding/decoding uncompressed strings 16 anos atrás
  James Ahlborn fbb55b5a66 add ColumnBuilder utility for simplifying table construction 16 anos atrás
  James Ahlborn 9dd0f931e3 unused import 16 anos atrás
  James Ahlborn bed2623da8 add method for checking names against reserved words set 16 anos atrás
  James Ahlborn 975ae3f8bb fix creation of tables with auto-number columns 16 anos atrás
  James Ahlborn a0c5a05bde restrict new tables to only one autonumber column 16 anos atrás
  James Ahlborn dfdc177c50 tweak column display 16 anos atrás
  James Ahlborn 4885e4e69f always return relationships in same order regardless of table parameter order; add some simple relationship unit tests 16 anos atrás
  James Ahlborn 340c3dc831 add toString 16 anos atrás
  James Ahlborn 379669147b add support for reading table relationships; minor refactor of table creation; minor features added to cursorbuilder 16 anos atrás
  James Ahlborn cd8798cb54 add method for creating Iterable given specific column names 16 anos atrás
  James Ahlborn 5c1b068826 add unit tests (and fix some bugs) for ignoreNull and unique index handling 16 anos atrás
  James Ahlborn c7d0f58880 add convenience method for converting a rowMap to an array of row values 16 anos atrás
  James Ahlborn 2da73555e6 make sure database file fits expected criteria 16 anos atrás
  James Ahlborn a440c22d4d add additional diagnostic info on failures 16 anos atrás
  James Ahlborn 022d94d13c update FAQ with info on extended charset support in text indexes 16 anos atrás
  James Ahlborn b72b6e9336 modify Index update support so that it honors the unique and ignoreNulls properties for the Index 16 anos atrás
  James Ahlborn f37b7c5449 formalize code for reading unsigned bytes 16 anos atrás
  James Ahlborn cefe53cf3b limit text index length; fix unprintable offset writing 16 anos atrás
  James Ahlborn acc18a5b2d more fixes for index writing 16 anos atrás
  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 anos atrás
  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 anos atrás
  James Ahlborn 21b3565f0b fix toString for Entry 16 anos atrás
  James Ahlborn 3bbc8a0eef More fixes for index parsing. Believe index names are now correctly 16 anos atrás
  James Ahlborn 5d47aef520 write javadoc for DataTypes; accept wider range of incomging values for some data types 16 anos atrás
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings 16 anos atrás
  James Ahlborn 0d32448ef9 faq got dropped from main menu 16 anos atrás
  James Ahlborn 3250f60d19 add faq entry on internationl chars in indexes 16 anos atrás
  James Ahlborn 47e78e51bb fix some compiler warnings 16 anos atrás
  James Ahlborn 4b13aaaaf8 default to true for new entries 16 anos atrás
  James Ahlborn a8ae554a25 skip unhandled index bytes for now 16 anos atrás
  James Ahlborn 36bf2ed080 better handling of index entry compression; validate index entry length reading 16 anos atrás
  James Ahlborn 833ad08414 better toString 16 anos atrás
  James Ahlborn 4105244524 prep for release 16 anos atrás
  James Ahlborn fedbf0f27d tweak date handling math to reduce rounding issues 16 anos atrás
  James Ahlborn 6da9d98636 use same date for create/update time 16 anos atrás