655 Commits (jackcess-2.2.0)
 

Autor SHA1 Mensaje Fecha
  James Ahlborn 0236f5a65c primary key indexes should also have required flag hace 8 años
  James Ahlborn f243a99315 actually write added column usage maps correctly hace 8 años
  James Ahlborn b110c2f3ed add usage maps for lval cols hace 8 años
  James Ahlborn c1c9b4fec2 begin adding umap support hace 8 años
  James Ahlborn 595044d1a5 some initial code for mutation support hace 8 años
  James Ahlborn 631d2c1901 create branch for mutation operations hace 8 años
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. hace 8 años
  James Ahlborn 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 hace 8 años
  James Ahlborn 4e5fe7ec04 Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 hace 8 años
  James Ahlborn afdc6f96fe updates hace 8 años
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 hace 8 años
  James Ahlborn fb33e1e13f typo hace 8 años
  James Ahlborn c6b441a04e [maven-release-plugin] prepare for next development iteration hace 8 años
  James Ahlborn 08407992ba [maven-release-plugin] prepare release jackcess-2.1.3 hace 8 años
  James Ahlborn 6ad52937db prep for release hace 8 años
  James Ahlborn 791bd255a5 move some common site config to parent pom hace 8 años
  James Ahlborn 6deaa095c7 Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 hace 8 años
  James Ahlborn 0d5f1566e0 more site cleanup hace 8 años
  James Ahlborn be27c7174c minor tweak to iterator hace 8 años
  James Ahlborn beda429085 some aq updates hace 8 años
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 hace 8 años
  James Ahlborn 6f8cb2c027 suppress some useless warnings hace 8 años
  James Ahlborn 904f4ffa9d suppress some useless warnings hace 8 años
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation hace 8 años
  James Ahlborn 86b2f3a983 update parent pom hace 8 años
  James Ahlborn cfb34746c8 cleanup findbugs report hace 8 años
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 hace 8 años
  James Ahlborn beb77e7da5 pretty up the site hace 8 años
  James Ahlborn f98954ce8f add github mirror link to site hace 8 años
  James Ahlborn 1809de489c undo accidental commit hace 8 años
  James Ahlborn 04dcb1fffa add readme hace 8 años
  James Ahlborn 76c4ed7838 fix borked javadoc tag hace 8 años
  James Ahlborn 25a0db6384 [maven-release-plugin] prepare for next development iteration hace 9 años
  James Ahlborn 392643beb4 [maven-release-plugin] prepare release jackcess-2.1.2 hace 9 años
  James Ahlborn d46178daed prep for release hace 9 años
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 hace 9 años
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 hace 9 años
  James Ahlborn c43233278e update version info. fixes #124 hace 9 años
  James Ahlborn da8c7c85d4 [maven-release-plugin] prepare for next development iteration hace 9 años
  James Ahlborn e42046f2aa [maven-release-plugin] prepare release jackcess-2.1.1 hace 9 años
  James Ahlborn 8f91d811fe prep for release hace 9 años
  James Ahlborn c85c4b834f add links to ucanaccess hace 9 años
  James Ahlborn d70251c8fb tweak some docs hace 9 años
  James Ahlborn e8616e6476 Allow optional direct insert/update of autonumber values. This is disabled by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 hace 9 años
  James Ahlborn ee49db8317 more unit test speedups using in mem dbs hace 9 años
  James Ahlborn 0e1f59df4d refactor DatabaseTest into more test classes hace 9 años
  James Ahlborn fcf9ef1843 reorg a bunch of utility code into the TestUtil class hace 9 años
  James Ahlborn 4920d75eee use inmem dbs to speed up slow unit tests hace 9 años
  James Ahlborn 0521456553 more user friendly exception message hace 9 años
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 hace 9 años