| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect unsupported Jet and File formats and throw specific exceptions early.newformats | Dan Rollo | 2010-04-07 | 3 | -13/+28 |
* | add ability to determine fileformat for existing db files | James Ahlborn | 2010-03-19 | 1 | -0/+2 |
* | oops, actually test both rows | James Ahlborn | 2010-03-17 | 1 | -5/+9 |
* | make test row order independent | James Ahlborn | 2010-03-17 | 1 | -4/+2 |
* | fix handling of numeric column indexes for v2007 databases | James Ahlborn | 2010-03-17 | 1 | -1/+1 |
* | add file extension to FileFormat | James Ahlborn | 2010-03-17 | 1 | -8/+2 |
* | Row order is arbitrary, so v2007 row order difference is valid. | Dan Rollo | 2010-03-15 | 2 | -47/+84 |
* | huge commit: changes all tests that use a db file to execute against all supp... | Dan Rollo | 2010-03-12 | 12 | -1850/+2117 |
* | apply changes from patch: 2964626 - support for Jet3 and Jet5 formats. | Dan Rollo | 2010-03-11 | 2 | -0/+88 |
* | Fix BigIndexTest to work in IDE's w/out sys.prop | Dan Rollo | 2010-03-11 | 1 | -1/+5 |
* | fix some text index edge cases; add some extensive text index unit tests; add... | James Ahlborn | 2010-01-20 | 1 | -52/+262 |
* | support reading/writing fixed length text columns (fixe #2886370) | James Ahlborn | 2009-11-17 | 1 | -0/+24 |
* | add some more tests/utility code for row updates | James Ahlborn | 2009-11-17 | 1 | -18/+46 |
* | initial update row support | James Ahlborn | 2009-11-16 | 2 | -2/+61 |
* | add some replid index tests | James Ahlborn | 2009-11-14 | 1 | -0/+14 |
* | initial support for guid indexes and guid autonumbers | James Ahlborn | 2009-10-27 | 1 | -0/+14 |
* | use join syntax closer to access | James Ahlborn | 2009-05-29 | 1 | -3/+3 |
* | add some more query read tests | James Ahlborn | 2009-05-28 | 1 | -6/+29 |
* | add initial test for reading queries; add support for multicolumn joins | James Ahlborn | 2009-05-28 | 2 | -6/+56 |
* | add some more query tests | James Ahlborn | 2008-11-12 | 2 | -5/+284 |
* | initial work towards supporting reading/formatting access queries | James Ahlborn | 2008-11-10 | 1 | -0/+184 |
* | Add ErrorHandler utility for customizing error handling during row | James Ahlborn | 2008-11-08 | 3 | -2/+189 |
* | Add Database.getSystemTable method for accessing system tables | James Ahlborn | 2008-10-23 | 1 | -0/+15 |
* | Add RowFilter contributed by Patricia Donaldson | James Ahlborn | 2008-10-21 | 3 | -8/+112 |
* | Add compression code for possible future use; add compression unit | James Ahlborn | 2008-07-22 | 2 | -0/+621 |
* | Add primitive support for writing unicode compressed text columns. | James Ahlborn | 2008-07-22 | 1 | -25/+110 |
* | Share out-of-line long value pages in order to generate more compact database... | James Ahlborn | 2008-07-20 | 1 | -11/+59 |
* | Better column type translation for very large MEMO/OLE types in the Database.... | James Ahlborn | 2008-07-18 | 1 | -1/+7 |
* | Reserve minimum space for memo/ole fields so that greedy inline row usage doe... | James Ahlborn | 2008-07-17 | 1 | -0/+26 |
* | add some prefix compression | James Ahlborn | 2008-04-29 | 1 | -1/+1 |
* | test batch updates and null entries | James Ahlborn | 2008-04-29 | 1 | -12/+30 |
* | fix bigindex property handling in unit tests | James Ahlborn | 2008-04-28 | 1 | -1/+4 |
* | update unit tests to cover more of big index code; fix tail promotion/demotion | James Ahlborn | 2008-04-22 | 1 | -19/+11 |
* | fix tail demotion | James Ahlborn | 2008-04-19 | 1 | -1/+21 |
* | more big index tests; minor bug fix | James Ahlborn | 2008-04-17 | 1 | -30/+47 |
* | clean up big index handling; get unit tests passing | James Ahlborn | 2008-04-15 | 1 | -11/+14 |
* | complete rework of large index support after realizing that my understanding ... | James Ahlborn | 2008-04-14 | 1 | -16/+95 |
* | allow autoflush to be modified for tests | James Ahlborn | 2008-04-13 | 1 | -3/+5 |
* | initial (untested) code which supports page splitting | James Ahlborn | 2008-04-10 | 2 | -3/+95 |
* | minor tweaks | James Ahlborn | 2008-04-10 | 1 | -12/+3 |
* | add support for optionally enabling big index support | James Ahlborn | 2008-04-07 | 1 | -0/+1 |
* | make unit tests work for either index type; minor refactoring | James Ahlborn | 2008-04-07 | 1 | -2/+8 |
* | more comment updates | James Ahlborn | 2008-04-01 | 1 | -1/+1 |
* | Need to store auto-number values back into row so that indexes can be | James Ahlborn | 2008-03-24 | 1 | -5/+20 |
* | add TableBuilder utility | James Ahlborn | 2008-03-20 | 3 | -76/+67 |
* | add test for uniqueEntryCount updates | James Ahlborn | 2008-03-19 | 1 | -1/+54 |
* | completely fix problems with sporadic usage map corruption; add some soft buf... | James Ahlborn | 2008-03-18 | 1 | -1/+2 |
* | be little lenient in date assertions due to double rounding | James Ahlborn | 2008-03-18 | 1 | -6/+17 |
* | add ColumnBuilder utility for simplifying table construction | James Ahlborn | 2008-03-15 | 3 | -130/+36 |
* | always return relationships in same order regardless of table parameter order... | James Ahlborn | 2008-03-13 | 1 | -0/+105 |