| Commit message (Expand) | Author | Age | Files | Lines |
* | update javadocs, minor cleanupsmutateops | James Ahlborn | 2016-09-08 | 1 | -5/+4 |
* | expand unit tests | James Ahlborn | 2016-09-08 | 1 | -63/+115 |
* | add some unit tests | James Ahlborn | 2016-09-05 | 1 | -0/+125 |
* | merge trunk changes through r1024 | James Ahlborn | 2016-09-04 | 1 | -2/+2 |
|\ |
|
| * | minor cleanups | James Ahlborn | 2016-09-04 | 1 | -2/+2 |
* | | merge trunk changes through r1022 | James Ahlborn | 2016-09-04 | 1 | -0/+7 |
|\| |
|
| * | Change multi-value complex columns so that they return all relevant column pr... | James Ahlborn | 2016-09-04 | 1 | -0/+7 |
* | | add support for sharing backing index data across indexes during table creation | James Ahlborn | 2016-05-19 | 1 | -0/+51 |
|/ |
|
* | Allow null values in foreign key fields when enforcing referential integrity.... | James Ahlborn | 2016-03-21 | 1 | -3/+6 |
* | Add Database.getTableMetaData method to enable getting basic info about a Tab... | James Ahlborn | 2016-02-16 | 1 | -2/+30 |
* | Fix missing column names in AppendQuery SQL strings. Fixes #131 | James Ahlborn | 2016-01-12 | 1 | -1/+22 |
* | Add FileFormat.GENERIC_JET4 in order to support getting the file format for j... | James Ahlborn | 2015-11-25 | 1 | -0/+11 |
* | Add some utility methods for handling Dates in an Access compatible manner. ... | James Ahlborn | 2015-11-25 | 2 | -1/+53 |
* | Fix handling of dateTimes before the access epoch. fixes issue #126 | James Ahlborn | 2015-06-18 | 1 | -0/+27 |
* | Allow optional direct insert/update of autonumber values. This is disabled b... | James Ahlborn | 2015-05-01 | 3 | -79/+502 |
* | more unit test speedups using in mem dbs | James Ahlborn | 2015-04-27 | 5 | -20/+21 |
* | refactor DatabaseTest into more test classes | James Ahlborn | 2015-04-27 | 4 | -413/+504 |
* | reorg a bunch of utility code into the TestUtil class | James Ahlborn | 2015-04-27 | 23 | -460/+503 |
* | use inmem dbs to speed up slow unit tests | James Ahlborn | 2015-04-26 | 2 | -7/+7 |
* | relicense with Apache License | James Ahlborn | 2015-04-17 | 22 | -420/+242 |
* | Implement support for indexes on BINARY fields | James Ahlborn | 2015-03-16 | 2 | -1/+41 |
* | add some convenience methods for new TableIterableBuilder; add change notes f... | James Ahlborn | 2015-03-04 | 1 | -4/+2 |
* | fix linked table test; add unit tests for new table iteration methods | James Ahlborn | 2015-02-23 | 1 | -1/+43 |
* | test isLinkedTable method, feature #28 | James Ahlborn | 2015-02-13 | 1 | -0/+4 |
* | Don't double quote already quoted identifiers. fixes patch 18 | James Ahlborn | 2014-12-03 | 1 | -1/+1 |
* | more unit tests for unicode compression | James Ahlborn | 2014-11-15 | 1 | -2/+28 |
* | rework unicode compression support, fixes issue 111 | James Ahlborn | 2014-11-15 | 3 | -622/+30 |
* | more unit test perf tweaks | James Ahlborn | 2014-10-13 | 1 | -2/+1 |
* | fix regression where empty memo values are returned as null (issue 110) | James Ahlborn | 2014-09-29 | 2 | -2/+37 |
* | add unit test for iteration early exit fix | James Ahlborn | 2014-09-22 | 1 | -0/+58 |
* | fix creation of calculated fields | James Ahlborn | 2014-09-16 | 1 | -4/+30 |
* | add some unit tests for calc fields | James Ahlborn | 2014-09-14 | 2 | -1/+130 |
* | add tests for builder property setters | James Ahlborn | 2014-09-11 | 1 | -2/+51 |
* | add some unit test for property type inference | James Ahlborn | 2014-09-09 | 1 | -0/+18 |
* | initial support for reading and writing calculated columns (issue #105) | James Ahlborn | 2014-09-07 | 4 | -10/+9 |
* | more test speedups | James Ahlborn | 2014-08-24 | 5 | -20/+62 |
* | speed up unit tests by delaying disk syncs | James Ahlborn | 2014-08-18 | 1 | -6/+21 |
* | Add Cursor.findRow(RowId) for moving to a specific Table row using only the R... | James Ahlborn | 2014-06-11 | 1 | -0/+70 |
* | add getBlob convenience method | James Ahlborn | 2014-05-07 | 1 | -3/+2 |
* | add convenience methods to Row for getting values cast to specific types | James Ahlborn | 2014-05-06 | 11 | -68/+69 |
* | add column validator unit tests, work out some wrinkles | James Ahlborn | 2014-03-24 | 2 | -0/+225 |
* | add some convenience methods for working with primary keys | James Ahlborn | 2014-03-24 | 1 | -2/+2 |
* | add initial ColumnValidator support | James Ahlborn | 2014-03-20 | 1 | -15/+20 |
* | Fix NullPointerException in RowImpl.toString when value is null. | James Ahlborn | 2014-01-22 | 1 | -0/+8 |
* | attempt to restore autonumbers on some add row failures | James Ahlborn | 2013-11-26 | 1 | -0/+75 |
* | Rework row add/update so that constraint violations do not leave behind parti... | James Ahlborn | 2013-11-23 | 1 | -1/+99 |
* | remove unnecessary methods | James Ahlborn | 2013-11-07 | 1 | -1/+1 |
* | add unit tests for property modification | James Ahlborn | 2013-10-12 | 1 | -16/+110 |
* | update unit tests to new propertymaps constructor | James Ahlborn | 2013-10-12 | 1 | -2/+2 |
* | Add support for modifying properties | James Ahlborn | 2013-10-11 | 1 | -5/+55 |