index
:
jackcess.git
a97_indexes
exprs
hms
jackcess-1.2.14
jackcess-2
jdk8
master
modules
mutateops
newformats
Mirror of the Jackcess project: https://github.com/jahlborn/jackcess
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
com
/
healthmarketscience
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue with reading Access 97 database with large number of fields
James Ahlborn
2011-10-19
1
-1
/
+1
*
start adding some usage information in javadoc
James Ahlborn
2011-08-21
3
-51
/
+405
*
make table loading re-entrant; load ace table on first use
James Ahlborn
2011-08-16
1
-58
/
+129
*
fix svn props
James Ahlborn
2011-08-05
1
-0
/
+0
*
small refactor to move type specific info into nested classes
James Ahlborn
2011-07-30
1
-41
/
+94
*
add Database.getSystemTableNames to enable retrieving the list of system/hidd...
James Ahlborn
2011-07-29
1
-4
/
+19
*
add some methods to approximate table size
James Ahlborn
2011-07-16
3
-0
/
+34
*
do not allow creation of table with unsupported column type
James Ahlborn
2011-07-12
1
-0
/
+5
*
Enable basic handling of unsupported data types as binary content.
James Ahlborn
2011-07-11
2
-24
/
+99
*
add a few util methods related to indexes and joins
James Ahlborn
2011-06-17
2
-2
/
+61
*
Add the Joiner utility and some new methods to IndexCursor to make it easier ...
James Ahlborn
2011-06-15
4
-60
/
+380
*
try multiple classloaders when trying to load resources
James Ahlborn
2011-06-10
2
-4
/
+21
*
check for too many pk indexes on a table; add convenience method to TableBuil...
James Ahlborn
2011-05-15
2
-0
/
+18
*
add Index.getReferencedIndex for retrieving the referenced index of a foreign...
James Ahlborn
2011-04-18
2
-0
/
+72
*
add description prop name
James Ahlborn
2011-04-17
1
-0
/
+1
*
Access expects a row to be at least big enough to hold all fixed values, even...
James Ahlborn
2011-04-16
1
-28
/
+35
*
better handling of read-only indexes
James Ahlborn
2011-04-16
3
-3
/
+9
*
require writeable index for system catalog
James Ahlborn
2011-04-16
2
-0
/
+7
*
more tweaks to sort order reading in v1997; read code page info from db def p...
James Ahlborn
2011-04-06
3
-5
/
+62
*
add convenience method for debugging
James Ahlborn
2011-04-06
1
-0
/
+12
*
fix sort order reading in v1997; set col sort order to db default when writin...
James Ahlborn
2011-04-05
3
-3
/
+28
*
handle different versions of general sort order correctly
James Ahlborn
2011-04-05
4
-37
/
+130
*
add empty 2010 db resource
James Ahlborn
2011-04-05
1
-1
/
+1
*
add mostly functional support for access 2010 new general text sort order
James Ahlborn
2011-04-04
4
-39
/
+145
*
slightly more compressed index codes file format
James Ahlborn
2011-04-03
1
-3
/
+7
*
some index data handling refactoring for future support of the new text index...
James Ahlborn
2011-04-01
3
-759
/
+828
*
add method to grab default sort order
James Ahlborn
2011-03-31
2
-0
/
+22
*
more comment updates
James Ahlborn
2011-03-29
1
-0
/
+8
*
add some method use clarifaction docs.
James Ahlborn
2011-03-29
1
-0
/
+5
*
minor refactor
James Ahlborn
2011-03-23
1
-42
/
+32
*
add support for reading properties blobs; add accessors to various database o...
James Ahlborn
2011-03-20
6
-86
/
+770
*
minor cleanup
James Ahlborn
2011-03-20
1
-3
/
+1
*
fix writing index type value on index creation
James Ahlborn
2011-03-18
1
-1
/
+1
*
add additional (unknown) flag when writing indexes
James Ahlborn
2011-03-18
2
-2
/
+5
*
make iterator work a little better, allow remove
James Ahlborn
2011-03-18
1
-16
/
+23
*
increase max size of memo/ole columns
James Ahlborn
2011-03-14
2
-12
/
+19
*
add nominal support for access 2010, essentially read-only until the new text...
James Ahlborn
2011-03-14
3
-17
/
+52
*
general revamp of table finding using index backed cursors; use object flags ...
James Ahlborn
2011-03-09
8
-344
/
+941
*
minor updates
James Ahlborn
2011-03-09
1
-2
/
+2
*
minor updates
James Ahlborn
2011-03-09
2
-0
/
+8
*
add support for creating indexes (except foreign key indexes) on a table when...
James Ahlborn
2011-03-04
9
-207
/
+797
*
more work around interpreting index data, add support for multiple logical in...
James Ahlborn
2011-02-27
8
-2337
/
+2625
*
add support for writing all the fixed types into variable length fields (fixe...
James Ahlborn
2011-02-15
1
-1
/
+1
*
enabled experimental MSISAM write support
James Ahlborn
2011-02-13
1
-5
/
+0
*
oops, fix copyright
James Ahlborn
2010-11-29
1
-1
/
+26
*
minor refactors
James Ahlborn
2010-11-27
2
-27
/
+36
*
ignore usagemap inconsistencies in certain situations
James Ahlborn
2010-11-18
2
-12
/
+55
*
add ability to customize column value matching in cursor findRow (fixes #3105...
James Ahlborn
2010-11-12
5
-3
/
+204
*
allow column order in tables to be configured (fixes #3097387)
James Ahlborn
2010-11-03
3
-3
/
+88
*
implement some tweaks which allow jackcess to be used on the android platform...
James Ahlborn
2010-11-03
3
-15
/
+70
[next]