aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* fix regression where empty memo values are returned as null (issue 110)James Ahlborn2014-09-291-1/+4
| | | | 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-221-6/+2
| | | | 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-212-26/+47
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@881 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix creation of calculated fieldsJames Ahlborn2014-09-163-10/+32
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@876 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add the ability to create tables with calculated fieldsJames Ahlborn2014-09-134-6/+97
| | | | 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-111-1/+1
| | | | 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-091-2/+3
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@871 f203690c-595d-4dc9-a70b-905162fa7fd2
* add ability to set properties in the various BuldersJames Ahlborn2014-09-095-12/+290
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@870 f203690c-595d-4dc9-a70b-905162fa7fd2
* some minor cleanups for reading and writing calculated columns (issue #105)James Ahlborn2014-09-087-32/+86
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@869 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial support for reading and writing calculated columns (issue #105)James Ahlborn2014-09-0714-576/+1033
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@868 f203690c-595d-4dc9-a70b-905162fa7fd2
* refactor ColumnImpl into multiple type specific sub-classesJames Ahlborn2014-08-0710-274/+619
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@865 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add Cursor.findRow(RowId) for moving to a specific Table row using only the ↵James Ahlborn2014-06-114-9/+73
| | | | | | RowId git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@864 f203690c-595d-4dc9-a70b-905162fa7fd2
* add getBlob convenience methodJames Ahlborn2014-05-073-4/+20
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@861 f203690c-595d-4dc9-a70b-905162fa7fd2
* enhance javadocsJames Ahlborn2014-05-071-11/+11
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@860 f203690c-595d-4dc9-a70b-905162fa7fd2
* add convenience methods to Row for getting values cast to specific typesJames Ahlborn2014-05-066-49/+168
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@859 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix javadoc referenceJames Ahlborn2014-05-011-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@858 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix log messageJames Ahlborn2014-04-061-15/+18
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@856 f203690c-595d-4dc9-a70b-905162fa7fd2
* add column validator unit tests, work out some wrinklesJames Ahlborn2014-03-245-46/+121
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@851 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some convenience methods for working with primary keysJames Ahlborn2014-03-243-0/+60
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@850 f203690c-595d-4dc9-a70b-905162fa7fd2
* add initial ColumnValidator supportJames Ahlborn2014-03-209-46/+286
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@849 f203690c-595d-4dc9-a70b-905162fa7fd2
* Fix NullPointerException in RowImpl.toString when value is null.James Ahlborn2014-01-221-4/+13
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@844 f203690c-595d-4dc9-a70b-905162fa7fd2
* attempt to restore autonumbers on some add row failuresJames Ahlborn2013-11-262-1/+67
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@838 f203690c-595d-4dc9-a70b-905162fa7fd2
* Rework row add/update so that constraint violations do not leave behind ↵James Ahlborn2013-11-237-115/+469
| | | | | | partially written rows, fixes issue 99 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@837 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add ConstraintViolationException to distinguish exceptions due to violating ↵James Ahlborn2013-11-133-8/+52
| | | | | | database constraints from other random errors. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@835 f203690c-595d-4dc9-a70b-905162fa7fd2
* remove unnecessary methodsJames Ahlborn2013-11-071-37/+0
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@834 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor cleanups/formattingJames Ahlborn2013-10-157-11/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@832 f203690c-595d-4dc9-a70b-905162fa7fd2
* make RowIdImpl serializable; clean up some formattingJames Ahlborn2013-10-152-8/+9
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@831 f203690c-595d-4dc9-a70b-905162fa7fd2
* add public api for modifying propertiesJames Ahlborn2013-10-115-14/+110
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@817 f203690c-595d-4dc9-a70b-905162fa7fd2
* Add support for modifying propertiesJames Ahlborn2013-10-115-69/+443
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@816 f203690c-595d-4dc9-a70b-905162fa7fd2
* Make reading long value columns more lenient (MEMO/OLE)James Ahlborn2013-10-041-2/+15
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@814 f203690c-595d-4dc9-a70b-905162fa7fd2
* minor updates and refactorsJames Ahlborn2013-10-013-25/+19
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@812 f203690c-595d-4dc9-a70b-905162fa7fd2
* rework compound content api; add more ole blob unit testsJames Ahlborn2013-09-285-66/+156
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@810 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix formattingJames Ahlborn2013-09-221-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@807 f203690c-595d-4dc9-a70b-905162fa7fd2
* tweak oleblob testsJames Ahlborn2013-09-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@806 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some oleblob unit testsJames Ahlborn2013-09-181-2/+6
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@805 f203690c-595d-4dc9-a70b-905162fa7fd2
* add some ole javadocsJames Ahlborn2013-09-172-18/+120
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@804 f203690c-595d-4dc9-a70b-905162fa7fd2
* fix poi detection code for ole handlingJames Ahlborn2013-09-152-1/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@802 f203690c-595d-4dc9-a70b-905162fa7fd2
* implement nicer ascii text conversion for ole package pathsJames Ahlborn2013-09-151-0/+17
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@801 f203690c-595d-4dc9-a70b-905162fa7fd2
* Ignore invalid column usage map definitions, fixes issue 97James Ahlborn2013-09-142-6/+20
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@800 f203690c-595d-4dc9-a70b-905162fa7fd2
* initial support for blob creation/parsingJames Ahlborn2013-09-126-23/+1336
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@797 f203690c-595d-4dc9-a70b-905162fa7fd2
* add closeQuietly util methodJames Ahlborn2013-09-106-46/+21
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@796 f203690c-595d-4dc9-a70b-905162fa7fd2
* a little more revamp tostring outputJames Ahlborn2013-09-092-15/+15
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@795 f203690c-595d-4dc9-a70b-905162fa7fd2
* revamp tostring outputJames Ahlborn2013-09-0912-136/+353
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@794 f203690c-595d-4dc9-a70b-905162fa7fd2
* move files into standard maven dir structureJames Ahlborn2013-08-16124-0/+159865
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@781 f203690c-595d-4dc9-a70b-905162fa7fd2