14 Commity (1ff24f80a1308c43bba7a6035b6d1d830c141545)

Autor SHA1 Wiadomość Data
  James Ahlborn 9706c1f1e5 Add support for extended date/time type in access 2019+ dbs 3 lat temu
  James Ahlborn 23f397f625 isolate java.sql usage so that the module is not required for core jackcess usage 3 lat temu
  James Ahlborn c25109f673 Fix length in units calculation for Access 97 text fields. Fixes #151 5 lat temu
  James Ahlborn f3a4168bd5 use fromUnitSize 5 lat temu
  James Ahlborn abf32c90b1 initial support for LocalDateTime and Temporal types 5 lat temu
  James Ahlborn d1dcbd5dfb implement sql type to DataType conversions specific to access 2016 format 6 lat temu
  James Ahlborn 4fb8409266 Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 lat temu
  James Ahlborn 17908417ae relicense with Apache License 9 lat temu
  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 lat temu
  James Ahlborn bae32bb3b1 Add newer sql type to access type mappings if the jvm supports them. fixes #113 9 lat temu
  James Ahlborn 45d9cf846b make money columns report accurate scale/precision, fixes #112 9 lat temu
  James Ahlborn 111f269f83 refactor ColumnImpl into multiple type specific sub-classes 10 lat temu
  James Ahlborn 417fb06208 move files into standard maven dir structure 11 lat temu
  James Ahlborn 36e962f975 more javadoc cleanup; minor refactor of Joiner iteration methods 11 lat temu
  James Ahlborn dccac86c85 expand javadocs for core interfaces 11 lat temu
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 11 lat temu
  James Ahlborn a8aecc7073 enhance javadoc 12 lat temu
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 lat temu
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. 13 lat temu
  James Ahlborn 64e9887133 increase max size of memo/ole columns 13 lat temu
  James Ahlborn 642a1a7c17 minor updates 13 lat temu
  James Ahlborn eb6a8d6e05 minor refactor to fixed length handling of text fields, add simple binary fields to fixed length handling 14 lat temu
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 lat temu
  James Ahlborn 03de09743b initial support for guid indexes and guid autonumbers 14 lat temu
  James Ahlborn 8934f9fd42 minor tweak 15 lat temu
  James Ahlborn 130789d1f0 Add Database.getSystemTable method for accessing system tables 15 lat temu
  James Ahlborn 19f784490c add utility methods for getting size/scale/precision within valid range for a given type 16 lat temu
  James Ahlborn 030b110901 Better column type translation for very large MEMO/OLE types in the Database.copyTable logic 16 lat temu
  James Ahlborn 5d47aef520 write javadoc for DataTypes; accept wider range of incomging values for some data types 16 lat temu
  James Ahlborn 8abce36d4f cleanup variety of compiler warnings 16 lat temu
  James Ahlborn b0bc33f822 handle reading/writing numeric values which thing that they are fixed length fields (fix #1672071) 17 lat temu
  James Ahlborn c1f7c9fdc1 add unit test for new copyTable behavior 17 lat temu
  James Ahlborn aca6f8632e better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 lat temu
  James Ahlborn 13c39138cf better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 lat temu
  James Ahlborn 8e21d64746 better import/copy column setup; added ability for users to further customize import/copy behavior through ImportFilter (fix #1593465) 17 lat temu
  James Ahlborn 2cc11038b9 do not ask me why, but numeric columns are considered variable length, even though they are always the same size 18 lat temu
  James Ahlborn abd574dd1a clean up lots of cruft around datatypes; add more sanity checking on table creation; fix free space calculations 18 lat temu
  James Ahlborn 7c1c301b79 reduce usage of SQLException 18 lat temu
  James Ahlborn 78739630bd add currency support 18 lat temu
  James Ahlborn 148263e480 more fixes for writing MEMO/OLE 18 lat temu
  James Ahlborn 9c8332a326 implement GUID reading using patch from joniles, 1445653; replace StringBuffer from StringBuilder 18 lat temu
  James Ahlborn d814411362 add initial support for NUMERIC type 18 lat temu
  Tim McCune 468b7748b3 Applied Mitchell Friedman's patch for support of additional JDBC data types. 19 lat temu
  Tim McCune b464f98354 Initial version 19 lat temu