summaryrefslogtreecommitdiffstats
path: root/src/changes
Commit message (Expand)AuthorAgeFilesLines
* prep for releaseJames Ahlborn2010-01-201-1/+1
* update changelogJames Ahlborn2010-01-191-1/+4
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-231-1/+4
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-071-0/+5
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-051-0/+9
* prep for releaseJames Ahlborn2009-11-191-1/+1
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-171-0/+6
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-0/+6
* doc updatesJames Ahlborn2009-10-111-1/+0
* update release dateJames Ahlborn2009-06-141-1/+1
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-0/+3
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-101-0/+5
* prep for releaseJames Ahlborn2008-11-081-1/+1
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-0/+4
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-0/+3
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-0/+5
* prep for releaseJames Ahlborn2008-09-241-1/+1
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-0/+5
* prep for releaseJames Ahlborn2008-07-251-1/+1
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-221-0/+4
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-0/+3
* Share out-of-line long value pages in order to generate more compact database...James Ahlborn2008-07-201-0/+4
* Add some more limit checking into table creation based on what access support...James Ahlborn2008-07-191-0/+4
* Better column type translation for very large MEMO/OLE types in the Database....James Ahlborn2008-07-181-0/+4
* Reserve minimum space for memo/ole fields so that greedy inline row usage doe...James Ahlborn2008-07-171-0/+6
* prep for releaseJames Ahlborn2008-06-281-1/+1
* Reduce maximum row size to what Access considers valid.James Ahlborn2008-06-241-0/+3
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-211-0/+6
* prep for releaseJames Ahlborn2008-04-291-2/+2
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-1/+1
* add some documentation on large index support (#1564870)James Ahlborn2008-04-161-0/+5
* fix access compatibility issue with writing small rows, limit data pages to 2...James Ahlborn2008-04-161-0/+3
* add issue numberJames Ahlborn2008-03-251-1/+1
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-241-0/+6
* prep for releaseJames Ahlborn2008-03-211-6/+6
* add TableBuilder utilityJames Ahlborn2008-03-201-0/+4
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-181-0/+7
* fix creation of tables with auto-number columnsJames Ahlborn2008-03-141-0/+3
* add support for reading table relationships; minor refactor of table creation...James Ahlborn2008-03-111-0/+3
* modify Index update support so that it honors the unique and ignoreNulls prop...James Ahlborn2008-03-101-0/+4
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-071-0/+3
* Simplify comparison algorithms for RowId and Index.Entry using type attribute...James Ahlborn2008-03-071-0/+8
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-0/+6
* prep for releaseJames Ahlborn2008-02-271-1/+1
* user userIds from the file if possible when generating new table access contr...James Ahlborn2008-02-221-0/+5
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-211-0/+4
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-0/+5
* prep for releaseJames Ahlborn2008-01-211-1/+1
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-171-0/+3
* fix some problems with sporadic usage map corruptionJames Ahlborn2008-01-171-0/+3