376 Комити (0f29696f8db3fc38076a03d228006ad8d4a970df)

Аутор SHA1 Порука Датум
  James Ahlborn 0f29696f8d make attachment decoding the default пре 11 година
  James Ahlborn 741093e3a2 add attachment encoding support пре 11 година
  James Ahlborn 52df2373c7 add methods to get the actual attachment content пре 11 година
  James Ahlborn 99f648a340 add more methods to Database for retrieving Relationships пре 11 година
  James Ahlborn 403148760b Fix partial page updates when using CodecHandlers which can only do full page encoding пре 11 година
  James Ahlborn f1124620db cleanup imports пре 11 година
  James Ahlborn 7811de23a2 do not unicode compress strings which are longer than 1024 chars пре 11 година
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates пре 11 година
  James Ahlborn 792d46d8ea initial support for optionally enforcing foreign-key constraints (fixes feature request #22) пре 11 година
  James Ahlborn c0d41579f0 add support for hyperlink columns пре 11 година
  James Ahlborn bc30f4c165 Fix some more edge cases in date/time conversions (fixes issue 92) пре 11 година
  James Ahlborn 7d20c4cee1 expand test coverage, minor tweaks пре 11 година
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory пре 11 година
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create пре 11 година
  James Ahlborn 3e547e1d59 Add some more functionality to Joiner to facilitate integrity enforcement (hasRows and deleteRows) пре 12 година
  James Ahlborn a8aecc7073 enhance javadoc пре 12 година
  James Ahlborn ecb46de7fd reset position/limit after encoding page пре 12 година
  James Ahlborn fb3533f162 rework partial page writing and interacting with CodecHandlers (issue #3532250) пре 12 година
  James Ahlborn 4fd4eb6ea2 Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) пре 12 година
  James Ahlborn 6f2b4edfeb enhance javadoc пре 12 година
  James Ahlborn 3498d3a97e add explicit exception for unsupported encodings пре 12 година
  James Ahlborn 0aa749f025 add some more useful byte operations пре 12 година
  James Ahlborn 0d7390cc78 add codec type for access 2007+ encoding пре 12 година
  James Ahlborn e5a045f24e better exception message for decimal conversion failures пре 12 година
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) пре 12 година
  James Ahlborn 012405a81e for consistency пре 12 година
  James Ahlborn 401c86401e handle wrong array type passed to addRow пре 12 година
  James Ahlborn fc3bd9e65c Rename and refactor the Cursor find methods to improve usability пре 12 година
  James Ahlborn 9b5c1cac83 ensure new database is flushed after creation as some users drop the Database returned from create() пре 12 година
  James Ahlborn f646e75d5b always pass Object[] to ImportFilter.filterRow пре 12 година
  James Ahlborn 67560e68f2 Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations пре 12 година
  James Ahlborn 2661755b79 Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. пре 12 година
  James Ahlborn 329d12ecc1 refactor table creation пре 12 година
  James Ahlborn ede3f48641 Reuse previously written memo/ole values when updating other values in a row in order to reduce unnecessary data duplication пре 12 година
  James Ahlborn 8953c5364d stash nullmask in rowstate пре 12 година
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values пре 12 година
  James Ahlborn 84f12a0fbe Fix problem with reading row from table with deleted/added columns. (fixes 3435774) пре 12 година
  James Ahlborn eaccccc135 implement complex value deletion пре 12 година
  James Ahlborn fab36863a8 implement unsupported complex value support; add some javadocs пре 12 година
  James Ahlborn 0ac869b338 implement unsupported complex value support; add some javadocs пре 12 година
  James Ahlborn 6827fbafcc fix copyright пре 12 година
  James Ahlborn 6986ee24dc Fix problem with creating tables with indexes where ms access could not open the created table пре 12 година
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) пре 12 година
  James Ahlborn 1eda5c96a8 Fix issue with reading Access 97 database with large number of fields пре 12 година
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc пре 13 година
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use пре 13 година
  James Ahlborn 0d3bcef76d fix svn props пре 13 година
  James Ahlborn d56c174aec small refactor to move type specific info into nested classes пре 13 година
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables пре 13 година
  James Ahlborn 599d2da23e add some methods to approximate table size пре 13 година