555 Révisions (e90cf92fe263777dac361e2fdf6f32cf05dbb7e4)
 

Auteur SHA1 Message Date
  James Ahlborn e90cf92fe2 [maven-release-plugin] copy for tag jackcess-1.2.6 il y a 12 ans
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() il y a 12 ans
  James Ahlborn f646e75d5b always pass Object[] to ImportFilter.filterRow il y a 12 ans
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations il y a 12 ans
  James Ahlborn 54e66161e1 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. il y a 12 ans
  James Ahlborn 2661755b79 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. il y a 12 ans
  James Ahlborn 329d12ecc1 refactor table creation il y a 12 ans
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication il y a 12 ans
  James Ahlborn 2bee7a4b46 add some cleanup code to unit tests il y a 12 ans
  James Ahlborn 8953c5364d stash nullmask in rowstate il y a 12 ans
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values il y a 12 ans
  James Ahlborn 84f12a0fbe Fix problem with reading row from table with deleted/added columns. (fixes 3435774) il y a 12 ans
  James Ahlborn b3c0419b7e add issueid to changelog il y a 12 ans
  James Ahlborn eaccccc135 implement complex value deletion il y a 12 ans
  James Ahlborn 651986878e implement unsupported complex value support; add some javadocs il y a 12 ans
  James Ahlborn fab36863a8 implement unsupported complex value support; add some javadocs il y a 12 ans
  James Ahlborn 0ac869b338 implement unsupported complex value support; add some javadocs il y a 12 ans
  James Ahlborn 6827fbafcc fix copyright il y a 12 ans
  James Ahlborn 3f679e3398 update todo list il y a 12 ans
  James Ahlborn 6986ee24dc Fix problem with creating tables with indexes where ms access could not open the created table il y a 12 ans
  James Ahlborn 5f22dff2bb add 2010 complex test db il y a 12 ans
  James Ahlborn cb3b8085cc add 2007 complex test db il y a 12 ans
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) il y a 12 ans
  James Ahlborn c2c8d0a7be [maven-release-plugin] prepare for next development iteration il y a 12 ans
  James Ahlborn 560e8df308 [maven-release-plugin] prepare release jackcess-1.2.5 il y a 12 ans
  James Ahlborn 5c26bddb64 prepare for release il y a 12 ans
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields il y a 12 ans
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc il y a 12 ans
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use il y a 12 ans
  James Ahlborn 0d3bcef76d fix svn props il y a 13 ans
  James Ahlborn d56c174aec small refactor to move type specific info into nested classes il y a 13 ans
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables il y a 13 ans
  James Ahlborn 599d2da23e add some methods to approximate table size il y a 13 ans
  James Ahlborn 150cf4f38b do not allow creation of table with unsupported column type il y a 13 ans
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. il y a 13 ans
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins il y a 13 ans
  James Ahlborn 69f4ea2454 Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships. il y a 13 ans
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources il y a 13 ans
  James Ahlborn dc77fd55be update parent pom il y a 13 ans
  James Ahlborn 5f93a558ae check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index il y a 13 ans
  James Ahlborn 6f4c1311f0 [maven-release-plugin] prepare for next development iteration il y a 13 ans
  James Ahlborn 3f0052f589 [maven-release-plugin] prepare release jackcess-1.2.4 il y a 13 ans
  James Ahlborn a2a38a7c28 cleanup properties il y a 13 ans
  James Ahlborn 55e246d2ae add 2010 to default test formats il y a 13 ans
  James Ahlborn 58497c428c prep for release il y a 13 ans
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index il y a 13 ans
  James Ahlborn 7f8126d41f add description prop name il y a 13 ans
  James Ahlborn 36003393bd Access expects a row to be at least big enough to hold all fixed values, even if they are null. (fixes #3181334) il y a 13 ans
  James Ahlborn 955c6654b7 better handling of read-only indexes il y a 13 ans
  James Ahlborn 09a9f38092 require writeable index for system catalog il y a 13 ans