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
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
*
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
*
Add ErrorHandler utility for customizing error handling during row
James Ahlborn
2008-11-08
1
-0
/
+36
*
Add Database.getSystemTable method for accessing system tables
James Ahlborn
2008-10-23
1
-8
/
+33
*
fix doc issue #2035207
James Ahlborn
2008-08-01
1
-1
/
+1
*
Add some more limit checking into table creation based on what access support...
James Ahlborn
2008-07-19
1
-1
/
+27
*
add some documentation on large index support (#1564870)
James Ahlborn
2008-04-16
1
-0
/
+13
*
add support for optionally enabling big index support
James Ahlborn
2008-04-07
1
-7
/
+50
*
Need to store auto-number values back into row so that indexes can be
James Ahlborn
2008-03-24
1
-3
/
+1
*
truncate file before overwriting
James Ahlborn
2008-03-21
1
-0
/
+1
*
add ColumnBuilder utility for simplifying table construction
James Ahlborn
2008-03-15
1
-5
/
+3
*
unused import
James Ahlborn
2008-03-14
1
-1
/
+0
*
add method for checking names against reserved words set
James Ahlborn
2008-03-14
1
-2
/
+9
*
restrict new tables to only one autonumber column
James Ahlborn
2008-03-14
1
-2
/
+7
*
always return relationships in same order regardless of table parameter order...
James Ahlborn
2008-03-13
1
-2
/
+12
*
add support for reading table relationships; minor refactor of table creation...
James Ahlborn
2008-03-11
1
-76
/
+206
*
More fixes for index parsing. Believe index names are now correctly
James Ahlborn
2008-03-06
1
-2
/
+2
*
cleanup variety of compiler warnings
James Ahlborn
2008-03-03
1
-1
/
+2
*
use same date for create/update time
James Ahlborn
2008-02-22
1
-1
/
+2
*
user userIds from the file if possible when generating new table access contr...
James Ahlborn
2008-02-22
1
-23
/
+67
*
pass along Object[], not String[]
James Ahlborn
2008-02-21
1
-1
/
+1
*
change references between major data types; share common utility classes from...
James Ahlborn
2007-11-19
1
-6
/
+15
*
Add experimental support for auto-number columns, feature request
James Ahlborn
2007-11-16
1
-15
/
+17
*
fix some pmd/findbugs issues
James Ahlborn
2007-11-03
1
-4
/
+4
*
add support for writing large table definitions; move table definition code i...
James Ahlborn
2007-07-13
1
-160
/
+3
*
add flush method to Database; add unit test for new usage map functionality
James Ahlborn
2007-07-10
1
-2
/
+10
*
move usagemap implementations into UsageMap in prep for future changes; clean...
James Ahlborn
2007-07-09
1
-35
/
+18
*
include format in validation
James Ahlborn
2007-06-05
1
-1
/
+1
*
when writing table definition, set things up so long variable length columns ...
James Ahlborn
2007-05-08
1
-8
/
+14
*
add autosync option
James Ahlborn
2007-04-25
1
-5
/
+53
*
add unit test for new copyTable behavior
James Ahlborn
2006-11-13
1
-1
/
+4
*
better import/copy column setup; added ability for users to further customize...
James Ahlborn
2006-11-12
1
-70
/
+89
*
save set of lookup columns
James Ahlborn
2006-09-25
1
-3
/
+8
*
do not ask me why, but numeric columns are considered variable length, even t...
James Ahlborn
2006-09-18
1
-3
/
+3
*
clean up lots of cruft around datatypes; add more sanity checking on table cr...
James Ahlborn
2006-09-08
1
-3
/
+22
*
make read-only logic slightly cleaner
James Ahlborn
2006-08-25
1
-4
/
+4
*
add support for opening files read-only (#1545857)
James Ahlborn
2006-08-25
1
-5
/
+23
*
use uppercase names when adding text columns to indexes, which fixes long sta...
James Ahlborn
2006-08-07
1
-5
/
+0
*
reduce usage of SQLException
James Ahlborn
2006-08-04
1
-14
/
+11
*
make database and table iterable; slight rearrangement of logic in getNextRow
James Ahlborn
2006-08-04
1
-1
/
+53
*
treat table names as case insensitive; use stored table names when instantiat...
James Ahlborn
2006-08-04
1
-17
/
+69
*
write tdef page free space
James Ahlborn
2006-08-04
1
-2
/
+4
*
clean up reading/writing 3-byte ints; long value length is 3-bytes (fix bug 1...
James Ahlborn
2006-07-31
1
-2
/
+2
*
add write support for numeric/guid
James Ahlborn
2006-07-25
1
-2
/
+7
*
Added getName() to Table
Tim McCune
2006-07-03
1
-3
/
+3
*
more tweaking to invalid file handling
James Ahlborn
2006-06-13
1
-2
/
+2
*
better handling of non-existent files in open method
James Ahlborn
2006-06-12
1
-0
/
+3
[next]