summaryrefslogtreecommitdiffstats
path: root/src/changes
Commit message (Collapse)AuthorAgeFilesLines
* Be more forgiving for input column length. #2788029James Ahlborn2009-05-241-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@391 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial work towards supporting reading/formatting access queriesJames Ahlborn2008-11-101-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@387 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-11-081-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@382 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add ErrorHandler utility for customizing error handling during rowJames Ahlborn2008-11-081-0/+4
| | | | | | parsing. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@381 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add Database.getSystemTable method for accessing system tablesJames Ahlborn2008-10-231-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@380 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add RowFilter contributed by Patricia DonaldsonJames Ahlborn2008-10-211-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@378 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-09-241-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@374 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix simple index handling of tail index pages (2043499)James Ahlborn2008-09-111-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@373 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-07-251-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@366 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add compression code for possible future use; add compression unitJames Ahlborn2008-07-221-0/+4
| | | | | | tests. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@365 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add primitive support for writing unicode compressed text columns.James Ahlborn2008-07-221-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@364 f203690c-595d-4dc9-a70b-905162fa7fd2
* Share out-of-line long value pages in order to generate more compact ↵James Ahlborn2008-07-201-0/+4
| | | | | | database files git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@362 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add some more limit checking into table creation based on what access ↵James Ahlborn2008-07-191-0/+4
| | | | | | supports (max rows per table, max identifier lengths). git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@361 f203690c-595d-4dc9-a70b-905162fa7fd2
* Better column type translation for very large MEMO/OLE types in the ↵James Ahlborn2008-07-181-0/+4
| | | | | | Database.copyTable logic git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@360 f203690c-595d-4dc9-a70b-905162fa7fd2
* Reserve minimum space for memo/ole fields so that greedy inline row usage ↵James Ahlborn2008-07-171-0/+6
| | | | | | does not cause spurious write failures for wide tables. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@358 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-06-281-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@354 f203690c-595d-4dc9-a70b-905162fa7fd2
* Reduce maximum row size to what Access considers valid.James Ahlborn2008-06-241-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@353 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix writing of large memo/ole fields. Apparently Access does not likeJames Ahlborn2008-06-211-0/+6
| | | | | | long value fields longer than 4076 bytes. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@352 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-04-291-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@346 f203690c-595d-4dc9-a70b-905162fa7fd2
* update unit tests to cover more of big index code; fix tail promotion/demotionJames Ahlborn2008-04-221-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@339 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some documentation on large index support (#1564870)James Ahlborn2008-04-161-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@330 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix access compatibility issue with writing small rows, limit data pages to ↵James Ahlborn2008-04-161-0/+3
| | | | | | 256 rows (#1942330) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@329 f203690c-595d-4dc9-a70b-905162fa7fd2
* add issue numberJames Ahlborn2008-03-251-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@298 f203690c-595d-4dc9-a70b-905162fa7fd2
* Need to store auto-number values back into row so that indexes can beJames Ahlborn2008-03-241-0/+6
| | | | | | updated correctly. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@296 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-03-211-6/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@290 f203690c-595d-4dc9-a70b-905162fa7fd2
* add TableBuilder utilityJames Ahlborn2008-03-201-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@287 f203690c-595d-4dc9-a70b-905162fa7fd2
* completely fix problems with sporadic usage map corruption; add some soft ↵James Ahlborn2008-03-181-0/+7
| | | | | | buffer caching in various places git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@281 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix creation of tables with auto-number columnsJames Ahlborn2008-03-141-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@273 f203690c-595d-4dc9-a70b-905162fa7fd2
* add support for reading table relationships; minor refactor of table ↵James Ahlborn2008-03-111-0/+3
| | | | | | creation; minor features added to cursorbuilder git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@266 f203690c-595d-4dc9-a70b-905162fa7fd2
* modify Index update support so that it honors the unique and ignoreNulls ↵James Ahlborn2008-03-101-0/+4
| | | | | | properties for the Index git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@257 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix bug caused by sign extension when reading single-byte row numbers; fix ↵James Ahlborn2008-03-071-0/+3
| | | | | | some bugs in new text index generation code git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@252 f203690c-595d-4dc9-a70b-905162fa7fd2
* Simplify comparison algorithms for RowId and Index.Entry using type ↵James Ahlborn2008-03-071-0/+8
| | | | | | attributes; Expand the characters supported in index updates to all of the ISO-8859-1 character set. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@251 f203690c-595d-4dc9-a70b-905162fa7fd2
* More fixes for index parsing. Believe index names are now correctlyJames Ahlborn2008-03-061-0/+6
| | | | | | matched up with indexes. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@249 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-02-271-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@235 f203690c-595d-4dc9-a70b-905162fa7fd2
* user userIds from the file if possible when generating new table access ↵James Ahlborn2008-02-221-0/+5
| | | | | | control entries (fix #1898793) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@231 f203690c-595d-4dc9-a70b-905162fa7fd2
* do not inline memo/ole fields longer than 64 bytes (fix #1899076)James Ahlborn2008-02-211-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@230 f203690c-595d-4dc9-a70b-905162fa7fd2
* Resolve more edge cases around date handlingJames Ahlborn2008-01-241-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@224 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2008-01-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@219 f203690c-595d-4dc9-a70b-905162fa7fd2
* support reading inline usage maps with more than 512 pagesJames Ahlborn2008-01-171-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@218 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix some problems with sporadic usage map corruptionJames Ahlborn2008-01-171-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@217 f203690c-595d-4dc9-a70b-905162fa7fd2
* using subversion nowJames Ahlborn2008-01-091-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@210 f203690c-595d-4dc9-a70b-905162fa7fd2
* oops update changelogJames Ahlborn2007-12-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@207 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changelogJames Ahlborn2007-12-061-1/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@200 f203690c-595d-4dc9-a70b-905162fa7fd2
* Move table iteration out of Table and into Cursor. First stage inJames Ahlborn2007-11-201-0/+4
| | | | | | | offering more complicated table access. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@178 f203690c-595d-4dc9-a70b-905162fa7fd2
* Update table row count correctly on row deletion or bulk row addition,James Ahlborn2007-11-171-0/+4
| | | | | | | bug #1681954. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@174 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add experimental support for auto-number columns, feature requestJames Ahlborn2007-11-161-0/+4
| | | | | | | #1565216. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@173 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor updatesJames Ahlborn2007-11-021-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@168 f203690c-595d-4dc9-a70b-905162fa7fd2
* move to maven2James Ahlborn2007-11-021-0/+189
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@167 f203690c-595d-4dc9-a70b-905162fa7fd2