18 Commits (b5aa0575e557d975a062fb7eb34f1ecb5b6a5a29)

Author SHA1 Message Date
  James Ahlborn b5aa0575e5 Add support for linked odbc tables. TableMetaData provides access to connection string and local TableDefinition if available. Fixes #45 1 year ago
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage 3 years ago
  James Ahlborn f3a4168bd5 use fromUnitSize 5 years ago
  James Ahlborn d1dcbd5dfb implement sql type to DataType conversions specific to access 2016 format 6 years ago
  James Ahlborn 4de28cb4f6 update javadocs, minor cleanups 7 years ago
  James Ahlborn 75b8acd8a2 updates 7 years ago
  James Ahlborn 060172ce30 reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
  James Ahlborn 7e0838c282 rework public api for adding index/column, ditch TableModBuilder 8 years ago
  James Ahlborn 17908417ae relicense with Apache License 9 years ago
  James Ahlborn 99fa877f0f remove unused loggers 9 years ago
  James Ahlborn f97595dea9 cleanup some ColumnBuilder stuff around copying existing columns, remove useless warning; fixes #120 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 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 years ago
  James Ahlborn a960782626 fix creation of calculated fields 9 years ago
  James Ahlborn 2e8ed25916 Add the ability to create tables with calculated fields 9 years ago
  James Ahlborn d608f41a7a add ability to set properties in the various Bulders 9 years ago
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 9 years ago
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 years ago
  James Ahlborn 36e962f975 more javadoc cleanup; minor refactor of Joiner iteration methods 10 years ago
  James Ahlborn dccac86c85 expand javadocs for core interfaces 10 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 10 years ago
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 years ago
  James Ahlborn 4a0bbd462c Make Database.escapeIdentifier public; add methods to TableBuilder and ColumnBuilder to optionally escape names (#3029500) 14 years ago
  James Ahlborn d1359adfbf Add primitive support for writing unicode compressed text columns. 16 years ago
  James Ahlborn 0a36276507 additional convenience methods 16 years ago
  James Ahlborn 78ace51889 fix copyrights 16 years ago
  James Ahlborn fbb55b5a66 add ColumnBuilder utility for simplifying table construction 16 years ago