| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename and refactor the Cursor find methods to improve usability | James Ahlborn | 2011-12-27 | 15 | -115/+577 |
* | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2011-12-16 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release jackcess-1.2.6 | James Ahlborn | 2011-12-16 | 1 | -4/+4 |
* | prep for release | James Ahlborn | 2011-12-16 | 1 | -1/+1 |
* | ensure new database is flushed after creation as some users drop the Database... | James Ahlborn | 2011-12-06 | 1 | -0/+1 |
* | always pass Object[] to ImportFilter.filterRow | James Ahlborn | 2011-11-30 | 1 | -4/+4 |
* | Add option to import file without headers to existing table; Add ImportUtil.B... | James Ahlborn | 2011-11-25 | 5 | -17/+352 |
* | Allow ImportFilter and ExportFilter to return null from filterRow() to indica... | James Ahlborn | 2011-11-25 | 2 | -0/+63 |
* | Allow ImportFilter and ExportFilter to return null from filterRow() to indica... | James Ahlborn | 2011-11-25 | 5 | -4/+21 |
* | refactor table creation | James Ahlborn | 2011-11-17 | 8 | -225/+356 |
* | Reuse previously written memo/ole values when updating other values in a row ... | James Ahlborn | 2011-11-15 | 4 | -26/+58 |
* | add some cleanup code to unit tests | James Ahlborn | 2011-11-15 | 1 | -1/+31 |
* | stash nullmask in rowstate | James Ahlborn | 2011-11-12 | 1 | -16/+19 |
* | some tweaks, fixes, and tests for unsupported values | James Ahlborn | 2011-11-12 | 6 | -10/+118 |
* | Fix problem with reading row from table with deleted/added columns. (fixes 34... | James Ahlborn | 2011-11-10 | 2 | -8/+20 |
* | add issueid to changelog | James Ahlborn | 2011-11-09 | 1 | -1/+1 |
* | implement complex value deletion | James Ahlborn | 2011-11-08 | 8 | -27/+203 |
* | implement unsupported complex value support; add some javadocs | James Ahlborn | 2011-11-07 | 1 | -1/+18 |
* | implement unsupported complex value support; add some javadocs | James Ahlborn | 2011-11-07 | 1 | -0/+36 |
* | implement unsupported complex value support; add some javadocs | James Ahlborn | 2011-11-06 | 12 | -52/+163 |
* | fix copyright | James Ahlborn | 2011-11-06 | 1 | -1/+18 |
* | update todo list | James Ahlborn | 2011-11-06 | 1 | -2/+6 |
* | Fix problem with creating tables with indexes where ms access could not open ... | James Ahlborn | 2011-10-29 | 2 | -1/+5 |
* | add 2010 complex test db | James Ahlborn | 2011-10-26 | 2 | -5/+3 |
* | add 2007 complex test db | James Ahlborn | 2011-10-26 | 3 | -168/+179 |
* | Add support for reading/writing complex column data (version history, attachm... | James Ahlborn | 2011-10-26 | 28 | -73/+2232 |
* | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2011-10-20 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release jackcess-1.2.5 | James Ahlborn | 2011-10-20 | 1 | -4/+4 |
* | prepare for release | James Ahlborn | 2011-10-20 | 1 | -1/+1 |
* | Fix issue with reading Access 97 database with large number of fields | James Ahlborn | 2011-10-19 | 2 | -1/+4 |
* | start adding some usage information in javadoc | James Ahlborn | 2011-08-21 | 6 | -54/+554 |
* | make table loading re-entrant; load ace table on first use | James Ahlborn | 2011-08-16 | 1 | -58/+129 |
* | fix svn props | James Ahlborn | 2011-08-05 | 1 | -0/+0 |
* | small refactor to move type specific info into nested classes | James Ahlborn | 2011-07-30 | 1 | -41/+94 |
* | add Database.getSystemTableNames to enable retrieving the list of system/hidd... | James Ahlborn | 2011-07-29 | 3 | -6/+52 |
* | add some methods to approximate table size | James Ahlborn | 2011-07-16 | 4 | -0/+37 |
* | do not allow creation of table with unsupported column type | James Ahlborn | 2011-07-12 | 1 | -0/+5 |
* | Enable basic handling of unsupported data types as binary content. | James Ahlborn | 2011-07-11 | 3 | -24/+102 |
* | add a few util methods related to indexes and joins | James Ahlborn | 2011-06-17 | 4 | -3/+71 |
* | Add the Joiner utility and some new methods to IndexCursor to make it easier ... | James Ahlborn | 2011-06-15 | 14 | -90/+723 |
* | try multiple classloaders when trying to load resources | James Ahlborn | 2011-06-10 | 3 | -4/+26 |
* | update parent pom | James Ahlborn | 2011-06-09 | 1 | -1/+1 |
* | check for too many pk indexes on a table; add convenience method to TableBuil... | James Ahlborn | 2011-05-15 | 2 | -0/+18 |
* | [maven-release-plugin] prepare for next development iteration | James Ahlborn | 2011-05-14 | 1 | -4/+4 |
* | [maven-release-plugin] prepare release jackcess-1.2.4 | James Ahlborn | 2011-05-14 | 1 | -4/+4 |
* | cleanup properties | James Ahlborn | 2011-05-14 | 14 | -0/+0 |
* | add 2010 to default test formats | James Ahlborn | 2011-05-14 | 1 | -1/+1 |
* | prep for release | James Ahlborn | 2011-05-14 | 2 | -2/+4 |
* | add Index.getReferencedIndex for retrieving the referenced index of a foreign... | James Ahlborn | 2011-04-18 | 4 | -0/+118 |
* | add description prop name | James Ahlborn | 2011-04-17 | 1 | -0/+1 |