summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience
Commit message (Expand)AuthorAgeFilesLines
* minor tweaksJames Ahlborn2009-06-141-1/+1
* update docsJames Ahlborn2009-06-1313-11/+66
* return ordered set of table namesJames Ahlborn2009-06-131-2/+3
* safer fixed offset handlingJames Ahlborn2009-05-291-1/+2
* use join syntax closer to accessJames Ahlborn2009-05-291-2/+2
* add some more query read testsJames Ahlborn2009-05-282-3/+7
* add initial test for reading queries; add support for multicolumn joinsJames Ahlborn2009-05-281-3/+55
* add database method to load queriesJames Ahlborn2009-05-262-2/+74
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-1/+1
* minor tweakJames Ahlborn2009-05-241-4/+4
* add some more query testsJames Ahlborn2008-11-121-2/+1
* quote remotedb, add support for remotedb typeJames Ahlborn2008-11-106-22/+55
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-1012-0/+1588
* fix spellingJames Ahlborn2008-11-081-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-087-41/+361
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-233-13/+46
* copy/paste old yearJames Ahlborn2008-10-211-1/+1
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-0/+203
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-3/+11
* add utility methods for getting size/scale/precision within valid range for a...James Ahlborn2008-08-131-0/+17
* fix doc issue #2035207James Ahlborn2008-08-011-1/+1
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-224-11/+679
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-222-6/+96
* minor cleanupsJames Ahlborn2008-07-224-6/+6
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-202-29/+85
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-193-5/+59
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-181-2/+4
* better account for memo space usageJames Ahlborn2008-07-181-0/+5
* Reserve minimum space for memo/ole fields so that greedy inline row usage doe...James Ahlborn2008-07-171-1/+11
* Reduce maximum row size to what Access considers valid.James Ahlborn2008-06-242-5/+8
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-212-4/+7
* additional convenience methodsJames Ahlborn2008-06-211-0/+7
* prep for releaseJames Ahlborn2008-04-291-1/+1
* add commentsJames Ahlborn2008-04-291-25/+245
* fix copyrightsJames Ahlborn2008-04-294-4/+104
* cleanup unused paramJames Ahlborn2008-04-291-5/+2
* implement page deallocation; fix some issues in global usage map handlingJames Ahlborn2008-04-222-26/+75
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-61/+52
* enhance some exception messagesJames Ahlborn2008-04-221-4/+8
* minor javadoc fixesJames Ahlborn2008-04-223-3/+3
* fix tail demotionJames Ahlborn2008-04-191-13/+32
* oops was not updating entry sizeJames Ahlborn2008-04-191-1/+4
* more big index tests; minor bug fixJames Ahlborn2008-04-171-0/+21
* tweak max sizeJames Ahlborn2008-04-171-1/+1
* minor code cleanupsJames Ahlborn2008-04-161-8/+6
* ugly typoJames Ahlborn2008-04-161-1/+1
* add some documentation on large index support (#1564870)James Ahlborn2008-04-162-2/+15
* fix access compatibility issue with writing small rows, limit data pages to 2...James Ahlborn2008-04-162-12/+9
* ditch some extraneous castsJames Ahlborn2008-04-161-2/+2
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-153-45/+168