668 次程式碼提交 (b45f1b1982f4710f850e2d2546bb4cbdb8f71485)

作者 SHA1 備註 提交日期
  James Ahlborn be27c7174c minor tweak to iterator 8 年之前
  James Ahlborn beda429085 some aq updates 8 年之前
  James Ahlborn b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 年之前
  James Ahlborn 904f4ffa9d suppress some useless warnings 8 年之前
  James Ahlborn c114faa659 throw better exception when attempting to create file which does not support creation 8 年之前
  James Ahlborn cfb34746c8 cleanup findbugs report 8 年之前
  James Ahlborn 86130160d5 Throw a prettier exception when maxing out the row size during row creation. fixes #127 8 年之前
  James Ahlborn beb77e7da5 pretty up the site 8 年之前
  James Ahlborn f98954ce8f add github mirror link to site 8 年之前
  James Ahlborn 1809de489c undo accidental commit 8 年之前
  James Ahlborn 04dcb1fffa add readme 8 年之前
  James Ahlborn 76c4ed7838 fix borked javadoc tag 9 年之前
  James Ahlborn d46178daed prep for release 9 年之前
  James Ahlborn be706546be Fix handling of dateTimes before the access epoch. fixes issue #126 9 年之前
  James Ahlborn b521c2b020 handle reading null calculated values, fixes #125 9 年之前
  James Ahlborn c43233278e update version info. fixes #124 9 年之前
  James Ahlborn 8f91d811fe prep for release 9 年之前
  James Ahlborn c85c4b834f add links to ucanaccess 9 年之前
  James Ahlborn d70251c8fb tweak some docs 9 年之前
  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 年之前
  James Ahlborn ee49db8317 more unit test speedups using in mem dbs 9 年之前
  James Ahlborn 0e1f59df4d refactor DatabaseTest into more test classes 9 年之前
  James Ahlborn fcf9ef1843 reorg a bunch of utility code into the TestUtil class 9 年之前
  James Ahlborn 4920d75eee use inmem dbs to speed up slow unit tests 9 年之前
  James Ahlborn 0521456553 more user friendly exception message 9 年之前
  James Ahlborn 09c42b87bb Load linked table info from system table when reading databases with unsupported sort orders. Fixes issue #123 9 年之前
  James Ahlborn f60e86a79b tweak site 9 年之前
  James Ahlborn 17908417ae relicense with Apache License 9 年之前
  James Ahlborn 99fa877f0f remove unused loggers 9 年之前
  James Ahlborn e4e4ba42f6 need to compare primitive short 9 年之前
  James Ahlborn 2702b79151 prep for release 9 年之前
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 9 年之前
  James Ahlborn 535fc3dac5 better index setup call 9 年之前
  James Ahlborn fad035e0b9 Implement support for indexes on BINARY fields 9 年之前
  James Ahlborn b60366623e missed a few more error context usages 9 年之前
  James Ahlborn 957d85b4f1 lower log level for certain system table warnings; add contextual info to many errors/warnings: feature #29 9 年之前
  James Ahlborn babfdb1947 add some convenience methods for new TableIterableBuilder; add change notes for linked table updates 9 年之前
  James Ahlborn 4ffcf30a2a fix linked table test; add unit tests for new table iteration methods 9 年之前
  James Ahlborn 54713bcd6c add more flexible table iteration, feature #28 9 年之前
  James Ahlborn 535c89ba66 test isLinkedTable method, feature #28 9 年之前
  James Ahlborn 339c27868e add method to simplify testing whether or not a Table is linked to a Database, feature #28 9 年之前
  James Ahlborn 8a22b4e252 handle input String boolean values 9 年之前
  James Ahlborn 8189b45196 handle input String boolean values 9 年之前
  James Ahlborn 95d0db424e Make ColumnBuilder.setMaxLength do the right thing regardless of column type. Add setMaxScale and setMaxPrecision helpers. Make default length for TEXT columns the max length 9 年之前
  James Ahlborn 0349005335 minor cleanup in toInternalValue 9 年之前
  James Ahlborn 6b74a49d9b make SimpleColumnMatcher handle a wider range of input data types by coercing them to the appropriate internal value typefg 9 年之前
  James Ahlborn 5d07437b86 prep for release 9 年之前
  James Ahlborn 3c627eeec0 update some out of date info on the faq 9 年之前
  James Ahlborn d327ceb55e Better validation of identifier names (disallow invalid characters according to access naming rules) 9 年之前
  James Ahlborn e6e0208c97 Don't double quote already quoted identifiers. fixes patch 18 9 年之前