26 Commits (4de28cb4f6595148baaf36a57875e20c32faeda2)

Author SHA1 Message Date
  James Ahlborn 4de28cb4f6 update javadocs, minor cleanups 7 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 b7fd6e39bb Add some utility methods for handling Dates in an Access compatible manner. fixes issue #128 8 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 17908417ae relicense with Apache License 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 535c89ba66 test isLinkedTable method, feature #28 9 years ago
  James Ahlborn d50370e04a more unit tests for unicode compression 9 years ago
  James Ahlborn a0c7c8dc68 rework unicode compression support, fixes issue 111 9 years ago
  James Ahlborn f17433f2de fix regression where empty memo values are returned as null (issue 110) 9 years ago
  James Ahlborn 40842f747e initial support for reading and writing calculated columns (issue #105) 9 years ago
  James Ahlborn 5ab3c60555 more test speedups 9 years ago
  James Ahlborn 31ade43566 speed up unit tests by delaying disk syncs 9 years ago
  James Ahlborn 840ccbde0f add convenience methods to Row for getting values cast to specific types 10 years ago
  James Ahlborn 393f14089d add column validator unit tests, work out some wrinkles 10 years ago
  James Ahlborn a478c716e0 Fix NullPointerException in RowImpl.toString when value is null. 10 years ago
  James Ahlborn 34eea4b0f7 tweak oleblob tests 10 years ago
  James Ahlborn 14afae193e add some oleblob unit tests 10 years ago
  James Ahlborn 4b0ba583ec fix rawstring tostring tests 10 years ago
  James Ahlborn e7409f5aa2 fix unit test broken by tostring changes 10 years ago
  James Ahlborn 417fb06208 move files into standard maven dir structure 10 years ago
  James Ahlborn d1a79d0064 merge branch jackcess-2 changes through r759 11 years ago
  James Ahlborn 77d30c4fdb use shared Calendar instance to converting Dates 11 years ago
  James Ahlborn bc30f4c165 Fix some more edge cases in date/time conversions (fixes issue 92) 11 years ago
  James Ahlborn 74b23acf24 Added the MemFileChannel to enable working with dbs completely in memory 11 years ago
  James Ahlborn fe78870364 Added DatabaseBuilder in for more convenient and flexible Database open/create 11 years ago
  James Ahlborn ae2ffd3970 add initial support for linked tables (fixes issue 3479560) 12 years ago
  James Ahlborn 2bee7a4b46 add some cleanup code to unit tests 12 years ago
  James Ahlborn aafaa8f127 some tweaks, fixes, and tests for unsupported values 12 years ago
  James Ahlborn b014c0d170 Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 years ago
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables 13 years ago
  James Ahlborn c10c32949f add 2010 unit tests 13 years ago
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly 13 years ago
  James Ahlborn 72f50d3386 add method to grab default sort order 13 years ago
  James Ahlborn 4423e6d443 fix usage map promotion test 13 years ago
  James Ahlborn 0f7f2b12b4 more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 years ago
  James Ahlborn 06c72c718b enable more jet3 tests 14 years ago
  James Ahlborn 13e81be7d5 add (initial) read-only support for Access 97 (jet format 3) databases (#3003375); add various ways to override charset and timezone (#2997751) 14 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 bb7ef68152 some unit test cleanup 14 years ago
  James Ahlborn a262448505 resolve some todos 14 years ago
  James Ahlborn 4868f83aa6 merge branch newformats changes through r453 14 years ago
  James Ahlborn c190f7216c support reading/writing fixed length text columns (fixe #2886370) 14 years ago
  James Ahlborn efca0b593b add some more tests/utility code for row updates 14 years ago
  James Ahlborn a49de754bc initial update row support 14 years ago