1130 Commits (jackcess-1.2.5)
 

Author SHA1 Message Date
  James Ahlborn e71171e520 [maven-release-plugin] copy for tag jackcess-1.2.5 12 years ago
  James Ahlborn 59d17a49c0 start adding some usage information in javadoc 12 years ago
  James Ahlborn 1dd198ece1 make table loading re-entrant; load ace table on first use 12 years ago
  James Ahlborn 0d3bcef76d fix svn props 12 years ago
  James Ahlborn d56c174aec small refactor to move type specific info into nested classes 12 years ago
  James Ahlborn 322d32d4be add Database.getSystemTableNames to enable retrieving the list of system/hidden tables 12 years ago
  James Ahlborn 599d2da23e add some methods to approximate table size 13 years ago
  James Ahlborn 150cf4f38b do not allow creation of table with unsupported column type 13 years ago
  James Ahlborn deb9e04ba9 Enable basic handling of unsupported data types as binary content. 13 years ago
  James Ahlborn 82caf7c825 add a few util methods related to indexes and joins 13 years ago
  James Ahlborn 69f4ea2454 Add the Joiner utility and some new methods to IndexCursor to make it easier to join tables using pre-defined (index backed) relationships. 13 years ago
  James Ahlborn d3ea113a92 try multiple classloaders when trying to load resources 13 years ago
  James Ahlborn dc77fd55be update parent pom 13 years ago
  James Ahlborn 5f93a558ae check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index 13 years ago
  James Ahlborn 6f4c1311f0 [maven-release-plugin] prepare for next development iteration 13 years ago
  James Ahlborn 3f0052f589 [maven-release-plugin] prepare release jackcess-1.2.4 13 years ago
  James Ahlborn a2a38a7c28 cleanup properties 13 years ago
  James Ahlborn 55e246d2ae add 2010 to default test formats 13 years ago
  James Ahlborn 58497c428c prep for release 13 years ago
  James Ahlborn bb4ce1424c add Index.getReferencedIndex for retrieving the referenced index of a foreign key index 13 years ago
  James Ahlborn 7f8126d41f add description prop name 13 years ago
  James Ahlborn 36003393bd Access expects a row to be at least big enough to hold all fixed values, even if they are null. (fixes #3181334) 13 years ago
  James Ahlborn 955c6654b7 better handling of read-only indexes 13 years ago
  James Ahlborn 09a9f38092 require writeable index for system catalog 13 years ago
  James Ahlborn c10c32949f add 2010 unit tests 13 years ago
  James Ahlborn 4523f0e909 more tweaks to sort order reading in v1997; read code page info from db def page and v1997 text columns 13 years ago
  James Ahlborn 84f7c316af add convenience method for debugging 13 years ago
  James Ahlborn 748e2e8212 fix sort order reading in v1997; set col sort order to db default when writing (if unspecified) 13 years ago
  James Ahlborn e6f3acefd3 handle different versions of general sort order correctly 13 years ago
  James Ahlborn ba660e5bcc add empty 2010 db resource 13 years ago
  James Ahlborn d4c3d92452 add mostly functional support for access 2010 new general text sort order 13 years ago
  James Ahlborn e287fba735 slightly more compressed index codes file format 13 years ago
  James Ahlborn 68da7f6fc2 some index data handling refactoring for future support of the new text index encodding in 2010 13 years ago
  James Ahlborn 72f50d3386 add method to grab default sort order 13 years ago
  James Ahlborn fbaa90e40a update todo list after recent changes 13 years ago
  James Ahlborn f96ce156f9 more comment updates 13 years ago
  James Ahlborn 6bd4a16a65 add some method use clarifaction docs. 13 years ago
  James Ahlborn 4423e6d443 fix usage map promotion test 13 years ago
  James Ahlborn 78f474c594 remove exec prop 13 years ago
  James Ahlborn e151147474 minor refactor 13 years ago
  James Ahlborn 57b0b6c06a update usage map test 13 years ago
  James Ahlborn f1cd07bf04 add support for reading properties blobs; add accessors to various database objects for retrieving their respective properties 13 years ago
  James Ahlborn 28f8e998fb minor cleanup 13 years ago
  James Ahlborn b45b32f4a3 fix test info 13 years ago
  James Ahlborn 55ef0b9902 fix writing index type value on index creation 13 years ago
  James Ahlborn 00a604c079 remove title/author/company 13 years ago
  James Ahlborn 797c0a377d add additional (unknown) flag when writing indexes 13 years ago
  James Ahlborn 87848aae42 make iterator work a little better, allow remove 13 years ago
  James Ahlborn 64e9887133 increase max size of memo/ole columns 13 years ago
  James Ahlborn 32a3d34bd2 add nominal support for access 2010, essentially read-only until the new text index sorting is worked out 13 years ago