72 커밋 (c76677ec306ca592529aecadcc4a1302be092553)

작성자 SHA1 메시지 날짜
  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 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 17908417ae relicense with Apache License 9 년 전
  James Ahlborn 99fa877f0f remove unused loggers 9 년 전
  James Ahlborn e4e4ba42f6 need to compare primitive short 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 339c27868e add method to simplify testing whether or not a Table is linked to a Database, feature #28 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 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 년 전
  James Ahlborn 2e461c270a Fix table name quoting for append and make table queries. fixes patch #17 9 년 전
  James Ahlborn bae32bb3b1 Add newer sql type to access type mappings if the jvm supports them. fixes #113 9 년 전
  James Ahlborn 45d9cf846b make money columns report accurate scale/precision, fixes #112 9 년 전
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 년 전
  James Ahlborn f8ba282d71 more unit test perf tweaks 9 년 전
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 년 전
  James Ahlborn 364584d16a only need to generate index row values once per lookup iteration 9 년 전
  James Ahlborn 8249b36e98 add unit test for iteration early exit fix 9 년 전
  James Ahlborn 94148f092f IndexCursor can early exit when searching based on indexed values, fixes 109 9 년 전
  James Ahlborn a960782626 fix creation of calculated fields 9 년 전
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields 9 년 전
  James Ahlborn 84089cb137 add tests for builder property setters 9 년 전
  James Ahlborn 7d4abaafe2 add some unit test for property type inference 9 년 전
  James Ahlborn d608f41a7a add ability to set properties in the various Bulders 9 년 전
  James Ahlborn b9dcd48b43 some minor cleanups for reading and writing calculated columns (issue #105) 9 년 전
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 년 전
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 10 년 전
  James Ahlborn 7049764860 Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId 10 년 전
  James Ahlborn 6f5cf0bdb1 add getBlob convenience method 10 년 전
  James Ahlborn 903e35369a enhance javadocs 10 년 전
  James Ahlborn 840ccbde0f add convenience methods to Row for getting values cast to specific types 10 년 전
  James Ahlborn 7fdfea1510 fix javadoc reference 10 년 전
  James Ahlborn 6058071abd fix log message 10 년 전
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 년 전
  James Ahlborn 23b2a93764 add some convenience methods for working with primary keys 10 년 전
  James Ahlborn f73e6c33c7 add initial ColumnValidator support 10 년 전
  James Ahlborn a478c716e0 Fix NullPointerException in RowImpl.toString when value is null. 10 년 전
  James Ahlborn a3c4f6214b attempt to restore autonumbers on some add row failures 10 년 전