aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* prep for releaseJames Ahlborn2015-03-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@924 f203690c-595d-4dc9-a70b-905162fa7fd2
* cleanup some ColumnBuilder stuff around copying existing columns, remove ↵James Ahlborn2015-03-192-24/+55
| | | | | | useless warning; fixes #120 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@923 f203690c-595d-4dc9-a70b-905162fa7fd2
* better index setup callJames Ahlborn2015-03-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@922 f203690c-595d-4dc9-a70b-905162fa7fd2
* Implement support for indexes on BINARY fieldsJames Ahlborn2015-03-167-39/+158
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@921 f203690c-595d-4dc9-a70b-905162fa7fd2
* missed a few more error context usagesJames Ahlborn2015-03-132-4/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@920 f203690c-595d-4dc9-a70b-905162fa7fd2
* lower log level for certain system table warnings; add contextual info to ↵James Ahlborn2015-03-0816-256/+432
| | | | | | many errors/warnings: feature #29 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@919 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some convenience methods for new TableIterableBuilder; add change notes ↵James Ahlborn2015-03-044-6/+32
| | | | | | for linked table updates git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@918 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix linked table test; add unit tests for new table iteration methodsJames Ahlborn2015-02-232-9/+78
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@917 f203690c-595d-4dc9-a70b-905162fa7fd2
* add more flexible table iteration, feature #28James Ahlborn2015-02-143-20/+136
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@916 f203690c-595d-4dc9-a70b-905162fa7fd2
* test isLinkedTable method, feature #28James Ahlborn2015-02-131-0/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@915 f203690c-595d-4dc9-a70b-905162fa7fd2
* add method to simplify testing whether or not a Table is linked to a ↵James Ahlborn2015-02-132-0/+24
| | | | | | Database, feature #28 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@914 f203690c-595d-4dc9-a70b-905162fa7fd2
* removed '-server' jvm flag to allow build to run on client jvm (e.g. ↵Dan Rollo2015-01-311-1/+1
| | | | | | RaspberryPi). git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@913 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle input String boolean valuesJames Ahlborn2015-01-311-0/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@912 f203690c-595d-4dc9-a70b-905162fa7fd2
* handle input String boolean valuesJames Ahlborn2015-01-311-2/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@911 f203690c-595d-4dc9-a70b-905162fa7fd2
* Make ColumnBuilder.setMaxLength do the right thing regardless of column ↵James Ahlborn2015-01-313-4/+37
| | | | | | type. Add setMaxScale and setMaxPrecision helpers. Make default length for TEXT columns the max length git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@910 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor cleanup in toInternalValueJames Ahlborn2015-01-161-38/+38
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@909 f203690c-595d-4dc9-a70b-905162fa7fd2
* make SimpleColumnMatcher handle a wider range of input data types by ↵James Ahlborn2015-01-162-12/+97
| | | | | | coercing them to the appropriate internal value typefg git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@908 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-12-261-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@907 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-2.0.8James Ahlborn2014-12-261-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@905 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2014-12-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@904 f203690c-595d-4dc9-a70b-905162fa7fd2
* update some out of date info on the faqJames Ahlborn2014-12-101-25/+10
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@903 f203690c-595d-4dc9-a70b-905162fa7fd2
* Better validation of identifier names (disallow invalid characters according ↵James Ahlborn2014-12-046-9/+79
| | | | | | to access naming rules) git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@902 f203690c-595d-4dc9-a70b-905162fa7fd2
* Don't double quote already quoted identifiers. fixes patch 18James Ahlborn2014-12-034-2/+18
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@901 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix table name quoting for append and make table queries. fixes patch #17James Ahlborn2014-12-014-2/+8
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@900 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add newer sql type to access type mappings if the jvm supports them. fixes #113James Ahlborn2014-11-262-0/+32
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@899 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-11-231-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@898 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-2.0.7James Ahlborn2014-11-231-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@896 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2014-11-231-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@895 f203690c-595d-4dc9-a70b-905162fa7fd2
* make money columns report accurate scale/precision, fixes #112James Ahlborn2014-11-222-1/+5
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@894 f203690c-595d-4dc9-a70b-905162fa7fd2
* more unit tests for unicode compressionJames Ahlborn2014-11-151-2/+28
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@893 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework unicode compression support, fixes issue 111James Ahlborn2014-11-1514-2311/+99
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@892 f203690c-595d-4dc9-a70b-905162fa7fd2
* updatesJames Ahlborn2014-11-151-2/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@891 f203690c-595d-4dc9-a70b-905162fa7fd2
* more unit test perf tweaksJames Ahlborn2014-10-132-3/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@890 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix code exampleJames Ahlborn2014-10-111-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@889 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-10-041-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@888 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-2.0.6James Ahlborn2014-10-041-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@886 f203690c-595d-4dc9-a70b-905162fa7fd2
* prep for releaseJames Ahlborn2014-10-041-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@885 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-294-3/+44
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@884 f203690c-595d-4dc9-a70b-905162fa7fd2
* only need to generate index row values once per lookup iteration James Ahlborn2014-09-222-16/+61
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@883 f203690c-595d-4dc9-a70b-905162fa7fd2
* add unit test for iteration early exit fixJames Ahlborn2014-09-222-6/+60
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@882 f203690c-595d-4dc9-a70b-905162fa7fd2
* IndexCursor can early exit when searching based on indexed values, fixes 109James Ahlborn2014-09-213-26/+52
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@881 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare for next development iterationJames Ahlborn2014-09-181-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@880 f203690c-595d-4dc9-a70b-905162fa7fd2
* [maven-release-plugin] prepare release jackcess-2.0.5James Ahlborn2014-09-181-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@878 f203690c-595d-4dc9-a70b-905162fa7fd2
* prepare for releaseJames Ahlborn2014-09-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@877 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix creation of calculated fieldsJames Ahlborn2014-09-164-14/+62
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@876 f203690c-595d-4dc9-a70b-905162fa7fd2
* updatesJames Ahlborn2014-09-141-18/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@875 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some unit tests for calc fieldsJames Ahlborn2014-09-143-1/+130
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@874 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-135-6/+100
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@873 f203690c-595d-4dc9-a70b-905162fa7fd2
* add tests for builder property settersJames Ahlborn2014-09-112-3/+52
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@872 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some unit test for property type inferenceJames Ahlborn2014-09-093-2/+24
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@871 f203690c-595d-4dc9-a70b-905162fa7fd2