569 Revīzijas (3498d3a97edc55893be3d9c50a43217878ca15bf)
 

Autors SHA1 Ziņojums Datums
  James Ahlborn 3498d3a97e add explicit exception for unsupported encodings pirms 12 gadiem
  James Ahlborn 0aa749f025 add some more useful byte operations pirms 12 gadiem
  James Ahlborn 0d7390cc78 add codec type for access 2007+ encoding pirms 12 gadiem
  James Ahlborn af34773a07 add FAQ entry about 'decoding not supported' message pirms 12 gadiem
  James Ahlborn c73696764c update faq pirms 12 gadiem
  James Ahlborn e5a045f24e better exception message for decimal conversion failures pirms 12 gadiem
  James Ahlborn e2c2b16bdd add initial support for linked tables (fixes issue 3479560) pirms 12 gadiem
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) pirms 12 gadiem
  James Ahlborn 012405a81e for consistency pirms 12 gadiem
  James Ahlborn cf62333f74 update to latest parent pom pirms 12 gadiem
  James Ahlborn 401c86401e handle wrong array type passed to addRow pirms 12 gadiem
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability pirms 12 gadiem
  James Ahlborn 01ec74adba [maven-release-plugin] prepare for next development iteration pirms 12 gadiem
  James Ahlborn 3e5dfa596a [maven-release-plugin] prepare release jackcess-1.2.6 pirms 12 gadiem
  James Ahlborn 6ef9364e2d prep for release pirms 12 gadiem
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() pirms 12 gadiem
  James Ahlborn f646e75d5b always pass Object[] to ImportFilter.filterRow pirms 12 gadiem
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations pirms 12 gadiem
  James Ahlborn 54e66161e1 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. pirms 12 gadiem
  James Ahlborn 2661755b79 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. pirms 12 gadiem
  James Ahlborn 329d12ecc1 refactor table creation pirms 12 gadiem
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication pirms 12 gadiem
  James Ahlborn 2bee7a4b46 add some cleanup code to unit tests pirms 12 gadiem
  James Ahlborn 8953c5364d stash nullmask in rowstate pirms 12 gadiem
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values pirms 12 gadiem
  James Ahlborn 84f12a0fbe Fix problem with reading row from table with deleted/added columns. (fixes 3435774) pirms 12 gadiem
  James Ahlborn b3c0419b7e add issueid to changelog pirms 12 gadiem
  James Ahlborn eaccccc135 implement complex value deletion pirms 12 gadiem
  James Ahlborn 651986878e implement unsupported complex value support; add some javadocs pirms 12 gadiem
  James Ahlborn fab36863a8 implement unsupported complex value support; add some javadocs pirms 12 gadiem
  James Ahlborn 0ac869b338 implement unsupported complex value support; add some javadocs pirms 12 gadiem
  James Ahlborn 6827fbafcc fix copyright pirms 12 gadiem
  James Ahlborn 3f679e3398 update todo list pirms 12 gadiem
  James Ahlborn 6986ee24dc Fix problem with creating tables with indexes where ms access could not open the created table pirms 12 gadiem
  James Ahlborn 5f22dff2bb add 2010 complex test db pirms 12 gadiem
  James Ahlborn cb3b8085cc add 2007 complex test db pirms 12 gadiem
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) pirms 12 gadiem
  James Ahlborn c2c8d0a7be [maven-release-plugin] prepare for next development iteration pirms 12 gadiem
  James Ahlborn 560e8df308 [maven-release-plugin] prepare release jackcess-1.2.5 pirms 12 gadiem
  James Ahlborn 5c26bddb64 prepare for release pirms 12 gadiem
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields pirms 12 gadiem
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc pirms 13 gadiem
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use pirms 13 gadiem
  James Ahlborn 0d3bcef76d fix svn props pirms 13 gadiem
  James Ahlborn d56c174aec small refactor to move type specific info into nested classes pirms 13 gadiem
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables pirms 13 gadiem
  James Ahlborn 599d2da23e add some methods to approximate table size pirms 13 gadiem
  James Ahlborn 150cf4f38b do not allow creation of table with unsupported column type pirms 13 gadiem
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. pirms 13 gadiem
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins pirms 13 gadiem