index
:
jackcess.git
a97_indexes
dependabot/maven/org.apache.commons-commons-lang3-3.18.0
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
/
jackcess
/
Database.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
move files into standard maven dir structure
James Ahlborn
2013-08-16
1
-389
/
+0
*
expand javadocs for core interfaces
James Ahlborn
2013-08-08
1
-2
/
+7
*
merge branch jackcess-2 changes through r759
James Ahlborn
2013-07-30
1
-2550
/
+120
*
add methods to get the actual attachment content
James Ahlborn
2013-06-02
1
-2
/
+1
*
add more methods to Database for retrieving Relationships
James Ahlborn
2013-05-31
1
-22
/
+102
*
use shared Calendar instance to converting Dates
James Ahlborn
2013-02-28
1
-0
/
+16
*
initial support for optionally enforcing foreign-key constraints (fixes featu...
James Ahlborn
2012-11-20
1
-1
/
+55
*
Added the MemFileChannel to enable working with dbs completely in memory
James Ahlborn
2012-09-24
1
-1
/
+6
*
Added DatabaseBuilder in for more convenient and flexible Database open/create
James Ahlborn
2012-09-23
1
-69
/
+167
*
add initial support for linked tables (fixes issue 3479560)
James Ahlborn
2012-02-01
1
-34
/
+260
*
Rename and refactor the Cursor find methods to improve usability
James Ahlborn
2011-12-27
1
-4
/
+4
*
ensure new database is flushed after creation as some users drop the Database...
James Ahlborn
2011-12-06
1
-0
/
+1
*
refactor table creation
James Ahlborn
2011-11-17
1
-86
/
+8
*
Add support for reading/writing complex column data (version history, attachm...
James Ahlborn
2011-10-26
1
-7
/
+16
*
start adding some usage information in javadoc
James Ahlborn
2011-08-21
1
-17
/
+107
*
make table loading re-entrant; load ace table on first use
James Ahlborn
2011-08-16
1
-58
/
+129
*
add Database.getSystemTableNames to enable retrieving the list of system/hidd...
James Ahlborn
2011-07-29
1
-4
/
+19
*
try multiple classloaders when trying to load resources
James Ahlborn
2011-06-10
1
-2
/
+20
*
check for too many pk indexes on a table; add convenience method to TableBuil...
James Ahlborn
2011-05-15
1
-0
/
+8
*
add Index.getReferencedIndex for retrieving the referenced index of a foreign...
James Ahlborn
2011-04-18
1
-0
/
+25
*
better handling of read-only indexes
James Ahlborn
2011-04-16
1
-3
/
+0
*
require writeable index for system catalog
James Ahlborn
2011-04-16
1
-0
/
+3
*
more tweaks to sort order reading in v1997; read code page info from db def p...
James Ahlborn
2011-04-06
1
-4
/
+27
*
fix sort order reading in v1997; set col sort order to db default when writin...
James Ahlborn
2011-04-05
1
-0
/
+12
*
handle different versions of general sort order correctly
James Ahlborn
2011-04-05
1
-3
/
+4
*
add empty 2010 db resource
James Ahlborn
2011-04-05
1
-1
/
+1
*
add method to grab default sort order
James Ahlborn
2011-03-31
1
-0
/
+15
*
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
1
-56
/
+190
*
add nominal support for access 2010, essentially read-only until the new text...
James Ahlborn
2011-03-14
1
-1
/
+2
*
general revamp of table finding using index backed cursors; use object flags ...
James Ahlborn
2011-03-09
1
-65
/
+345
*
add support for creating indexes (except foreign key indexes) on a table when...
James Ahlborn
2011-03-04
1
-2
/
+32
*
minor refactors
James Ahlborn
2010-11-27
1
-26
/
+33
*
allow column order in tables to be configured (fixes #3097387)
James Ahlborn
2010-11-03
1
-0
/
+52
*
implement some tweaks which allow jackcess to be used on the android platform...
James Ahlborn
2010-11-03
1
-8
/
+59
*
add FileFormat.MSISAM
James Ahlborn
2010-11-03
1
-1
/
+2
*
initial support for encoded databases, MSISAM support (issue #3065010)
James Ahlborn
2010-10-22
1
-4
/
+36
*
add support for de-masking database header and reading database password
James Ahlborn
2010-10-16
1
-0
/
+61
*
add (initial) read-only support for Access 97 (jet format 3) databases (#3003...
James Ahlborn
2010-07-23
1
-7
/
+189
*
Make Database.escapeIdentifier public; add methods to TableBuilder and Column...
James Ahlborn
2010-07-16
1
-1
/
+1
*
Fix some places where table/column names were not being handled case-insensit...
James Ahlborn
2010-06-06
1
-3
/
+3
*
cleanup stream on database open failure
James Ahlborn
2010-04-07
1
-9
/
+24
*
enable big index support by default
James Ahlborn
2010-04-07
1
-12
/
+19
*
remove unsupported v1997, minor reformats
James Ahlborn
2010-04-07
1
-1
/
+0
*
merge branch newformats changes through r453
James Ahlborn
2010-03-26
1
-13
/
+158
*
Refactor import/copy methods from Database into ImportUtil. Allow
James Ahlborn
2009-12-07
1
-119
/
+62
*
initial support for guid indexes and guid autonumbers
James Ahlborn
2009-10-27
1
-3
/
+11
*
update docs
James Ahlborn
2009-06-13
1
-1
/
+1
*
return ordered set of table names
James Ahlborn
2009-06-13
1
-2
/
+3
*
add database method to load queries
James Ahlborn
2009-05-26
1
-0
/
+67
[next]