summaryrefslogtreecommitdiffstats
path: root/test/src
Commit message (Expand)AuthorAgeFilesLines
* add mostly functional support for access 2010 new general text sort orderJames Ahlborn2011-04-041-0/+195
* add method to grab default sort orderJames Ahlborn2011-03-311-0/+10
* fix usage map promotion testJames Ahlborn2011-03-232-22/+31
* update usage map testJames Ahlborn2011-03-211-1/+1
* add support for reading properties blobs; add accessors to various database o...James Ahlborn2011-03-203-1/+214
* fix test infoJames Ahlborn2011-03-182-2/+4
* general revamp of table finding using index backed cursors; use object flags ...James Ahlborn2011-03-091-1/+4
* add support for creating indexes (except foreign key indexes) on a table when...James Ahlborn2011-03-041-0/+41
* really fix timezone issue in ExportTest (fixes #3194251)James Ahlborn2011-02-271-5/+9
* more work around interpreting index data, add support for multiple logical in...James Ahlborn2011-02-274-33/+56
* specify timezone in export test (fixes #3179802)James Ahlborn2011-02-131-0/+4
* no write tests for MSISAM currentlyJames Ahlborn2011-02-131-1/+1
* add ability to customize column value matching in cursor findRow (fixes #3105...James Ahlborn2010-11-121-1/+102
* add support for specifying a quote character on importJames Ahlborn2010-10-281-3/+55
* add unit test with backslashesJames Ahlborn2010-08-221-2/+6
* enable more jet3 testsJames Ahlborn2010-08-012-2/+2
* add more jet3 tests, disable index lookups for jet3James Ahlborn2010-07-312-5/+23
* add (initial) read-only support for Access 97 (jet format 3) databases (#3003...James Ahlborn2010-07-236-61/+119
* Make Database.escapeIdentifier public; add methods to TableBuilder and Column...James Ahlborn2010-07-165-54/+50
* Add ExportUtil and associated utilities for exporting tables to flat files (t...James Ahlborn2010-05-311-0/+100
* better test format handlingJames Ahlborn2010-05-271-19/+27
* some unit test cleanupJames Ahlborn2010-05-252-13/+33
* resolve some todosJames Ahlborn2010-04-072-300/+291
* reindentJames Ahlborn2010-04-071-132/+132
* remove unsupported v1997, minor reformatsJames Ahlborn2010-04-073-40/+68
* merge branch newformats changes through r453James Ahlborn2010-03-2612-1806/+2196
* Fix BigIndexTest to work in IDEs w/out sys.propJames Ahlborn2010-03-121-1/+5
* fix some text index edge cases; add some extensive text index unit tests; add...James Ahlborn2010-01-201-52/+262
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-171-0/+24
* add some more tests/utility code for row updatesJames Ahlborn2009-11-171-18/+46
* initial update row supportJames Ahlborn2009-11-162-2/+61
* add some replid index testsJames Ahlborn2009-11-141-0/+14
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-0/+14
* use join syntax closer to accessJames Ahlborn2009-05-291-3/+3
* add some more query read testsJames Ahlborn2009-05-281-6/+29
* add initial test for reading queries; add support for multicolumn joinsJames Ahlborn2009-05-282-6/+56
* add some more query testsJames Ahlborn2008-11-122-5/+284
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-101-0/+184
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-083-2/+189
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-0/+15
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-213-8/+112
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-222-0/+621
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-25/+110
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-201-11/+59
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-181-1/+7
* Reserve minimum space for memo/ole fields so that greedy inline row usage doe...James Ahlborn2008-07-171-0/+26
* add some prefix compressionJames Ahlborn2008-04-291-1/+1
* test batch updates and null entriesJames Ahlborn2008-04-291-12/+30
* fix bigindex property handling in unit testsJames Ahlborn2008-04-281-1/+4
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-19/+11