summaryrefslogtreecommitdiffstats
path: root/src/changes
Commit message (Collapse)AuthorAgeFilesLines
* fix linksJames Ahlborn2010-11-291-6/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@503 f203690c-595d-4dc9-a70b-905162fa7fd2
* ignore usagemap inconsistencies in certain situationsJames Ahlborn2010-11-181-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@499 f203690c-595d-4dc9-a70b-905162fa7fd2
* add ability to customize column value matching in cursor findRow (fixes ↵James Ahlborn2010-11-121-0/+4
| | | | | | #3105829) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@498 f203690c-595d-4dc9-a70b-905162fa7fd2
* allow column order in tables to be configured (fixes #3097387)James Ahlborn2010-11-031-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@497 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement some tweaks which allow jackcess to be used on the android ↵James Ahlborn2010-11-031-1/+5
| | | | | | platform, thanks to Miha Pirnat) (fixes #3101578) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@496 f203690c-595d-4dc9-a70b-905162fa7fd2
* doc/license updatesJames Ahlborn2010-10-281-0/+13
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@492 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-08-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@479 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changesJames Ahlborn2010-08-011-1/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@478 f203690c-595d-4dc9-a70b-905162fa7fd2
* add (initial) read-only support for Access 97 (jet format 3) databases ↵James Ahlborn2010-07-231-0/+7
| | | | | | (#3003375); add various ways to override charset and timezone (#2997751) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@475 f203690c-595d-4dc9-a70b-905162fa7fd2
* Make Database.escapeIdentifier public; add methods to TableBuilder and ↵James Ahlborn2010-07-161-0/+4
| | | | | | ColumnBuilder to optionally escape names (#3029500) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@474 f203690c-595d-4dc9-a70b-905162fa7fd2
* update commentJames Ahlborn2010-06-061-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@473 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix some places where table/column names were not being handled ↵James Ahlborn2010-06-061-0/+4
| | | | | | case-insensitively. (fix #3011084) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@472 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add ExportUtil and associated utilities for exporting tables to flat files ↵James Ahlborn2010-05-311-0/+6
| | | | | | (thanks to F. Gerbig), patch #3005272 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@471 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-04-191-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@463 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changelogJames Ahlborn2010-04-081-3/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@462 f203690c-595d-4dc9-a70b-905162fa7fd2
* bump version for next releaseJames Ahlborn2010-03-261-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@455 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix BigIndexTest to work in IDEs w/out sys.propJames Ahlborn2010-03-121-0/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@440 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2010-01-201-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@431 f203690c-595d-4dc9-a70b-905162fa7fd2
* update changelogJames Ahlborn2010-01-191-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@428 f203690c-595d-4dc9-a70b-905162fa7fd2
* Set overflow info in header row, not in last data row. (fixes #2919216)James Ahlborn2009-12-231-1/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@424 f203690c-595d-4dc9-a70b-905162fa7fd2
* Refactor import/copy methods from Database into ImportUtil. AllowJames Ahlborn2009-12-071-0/+5
| | | | | | | reuse of existing tables. make behavior/naming of copy and import methods consistent. (ideas from use submitted patch). git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@421 f203690c-595d-4dc9-a70b-905162fa7fd2
* improve date handling, handle more binary/character input typesJames Ahlborn2009-12-051-0/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@420 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2009-11-191-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@415 f203690c-595d-4dc9-a70b-905162fa7fd2
* support reading/writing fixed length text columns (fixe #2886370)James Ahlborn2009-11-171-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@411 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial support for guid indexes and guid autonumbersJames Ahlborn2009-10-271-0/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@406 f203690c-595d-4dc9-a70b-905162fa7fd2
* doc updatesJames Ahlborn2009-10-111-1/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@405 f203690c-595d-4dc9-a70b-905162fa7fd2
* update release dateJames Ahlborn2009-06-141-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@403 f203690c-595d-4dc9-a70b-905162fa7fd2
* 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