677 Commits (9f9ed07413167490298109546465fff0ec0926a8)

Author SHA1 Message Date
  James Ahlborn c1c9b4fec2 begin adding umap support 8 years ago
  James Ahlborn 595044d1a5 some initial code for mutation support 8 years ago
  James Ahlborn 03ce793c7c Add support for cascade null on delete relationships. Add support for the required flag for an index. 8 years ago
  James Ahlborn 914e5af35c Allow null values in foreign key fields when enforcing referential integrity. Fixes issue #136 8 years ago
  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 8 years ago
  James Ahlborn 69b84ac737 Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
  James Ahlborn fb33e1e13f typo 8 years ago
  James Ahlborn 6ad52937db prep for release 8 years ago
  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 8 years ago
  James Ahlborn 0d5f1566e0 more site cleanup 8 years ago
  James Ahlborn be27c7174c minor tweak to iterator 8 years ago
  James Ahlborn beda429085 some aq updates 8 years ago
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 years ago
  James Ahlborn 904f4ffa9d suppress some useless warnings 8 years ago
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation 8 years ago
  James Ahlborn cfb34746c8 cleanup findbugs report 8 years ago
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 years ago
  James Ahlborn beb77e7da5 pretty up the site 8 years ago
  James Ahlborn f98954ce8f add github mirror link to site 8 years ago
  James Ahlborn 1809de489c undo accidental commit 8 years ago
  James Ahlborn 04dcb1fffa add readme 8 years ago
  James Ahlborn 76c4ed7838 fix borked javadoc tag 9 years ago
  James Ahlborn d46178daed prep for release 9 years ago
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 9 years ago
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 9 years ago
  James Ahlborn c43233278e update version info. fixes #124 9 years ago
  James Ahlborn 8f91d811fe prep for release 9 years ago
  James Ahlborn c85c4b834f add links to ucanaccess 9 years ago
  James Ahlborn d70251c8fb tweak some docs 9 years ago
  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 9 years ago
  James Ahlborn ee49db8317 more unit test speedups using in mem dbs 9 years ago
  James Ahlborn 0e1f59df4d refactor DatabaseTest into more test classes 9 years ago
  James Ahlborn fcf9ef1843 reorg a bunch of utility code into the TestUtil class 9 years ago
  James Ahlborn 4920d75eee use inmem dbs to speed up slow unit tests 9 years ago
  James Ahlborn 0521456553 more user friendly exception message 9 years ago
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 9 years ago
  James Ahlborn f60e86a79b tweak site 9 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn 99fa877f0f remove unused loggers 9 years ago
  James Ahlborn e4e4ba42f6 need to compare primitive short 9 years ago
  James Ahlborn 2702b79151 prep for release 9 years ago
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 9 years ago
  James Ahlborn 535fc3dac5 better index setup call 9 years ago
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9 years ago
  James Ahlborn b60366623e missed a few more error context usages 9 years ago
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 years ago
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 years ago
  James Ahlborn 4ffcf30a2a fix linked table test; add unit tests for new table iteration methods 9 years ago
  James Ahlborn 54713bcd6c add more flexible table iteration, feature #28 9 years ago
  James Ahlborn 535c89ba66 test isLinkedTable method, feature #28 9 years ago