選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
James Ahlborn 1ff24f80a1 tighten up readonly handling for external channels; minor test code refactor 2年前
..
complex overrides everywhere 5年前
expr Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 3年前
query overrides everywhere 5年前
BaseEvalContext.java overrides everywhere 5年前
ByteArrayBuilder.java relicense with Apache License 9年前
ByteUtil.java reword extra code handling for gen 97 indexes 4年前
CalcColEvalContext.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6年前
CalculatedColumnUtil.java no longer need to use initCause 3年前
CodecHandler.java relicense with Apache License 9年前
CodecProvider.java relicense with Apache License 9年前
ColDefaultValueEvalContext.java handle literal string default values 6年前
ColEvalContext.java Add ColumnFormatter utility which can apply Column Format property for display of column values 5年前
ColValidatorEvalContext.java Add ColumnFormatter utility which can apply Column Format property for display of column values 5年前
ColumnImpl.java Add support for extended date/time type in access 2019+ dbs 2年前
ComplexColumnImpl.java Change multi-value complex columns so that they return all relevant column properties. 7年前
ComplexColumnSupport.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6年前
CompoundOleUtil.java overrides everywhere 5年前
CursorImpl.java Add support for using Predicates to match values in Cursors. Add PatternColumnPredicate for searching with various pattern syntaxes 3年前
CustomToStringStyle.java switch to commons lang3 5年前
DBEvalContext.java overrides everywhere 5年前
DBMutator.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7年前
DatabaseImpl.java tighten up readonly handling for external channels; minor test code refactor 2年前
DateTimeContext.java add system prop for date/time type; rework how date/times are written based on date/time type 5年前
DefaultCodecProvider.java add separate method for reading root db page 4年前
FKEnforcer.java already has context 7年前
General97IndexCodes.java ignore trailing spaces when creating text index entries 3年前
GeneralIndexCodes.java relicense with Apache License 9年前
GeneralLegacyIndexCodes.java ignore trailing spaces when creating text index entries 3年前
IndexCodes.java relicense with Apache License 9年前
IndexCursorImpl.java use new general 97 index support 4年前
IndexData.java Add support for extended date/time type in access 2019+ dbs 2年前
IndexImpl.java overrides everywhere 5年前
IndexPageCache.java switch to commons lang3 5年前
InternalColumnValidator.java overrides everywhere 5年前
JetFormat.java Add support for extended date/time type in access 2019+ dbs 2年前
LongValueColumnImpl.java Fix length in units calculation for Access 97 text fields. Fixes #151 5年前
MemoColumnImpl.java relicense with Apache License 9年前
NullMask.java relicense with Apache License 9年前
NumericColumnImpl.java relicense with Apache License 9年前
OleUtil.java isolate java.sql usage so that the module is not required for core jackcess usage 3年前
PageChannel.java make some useful things public; add auto module name to manifest 3年前
PageTypes.java relicense with Apache License 9年前
PropertyMapImpl.java overrides everywhere 5年前
PropertyMaps.java overrides everywhere 5年前
RelationshipCreator.java validate length of pre-defined relationship name 7年前
RelationshipImpl.java overrides everywhere 5年前
RowEvalContext.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6年前
RowIdImpl.java overrides everywhere 5年前
RowImpl.java overrides everywhere 5年前
RowValidatorEvalContext.java do not allow null result for conditions 6年前
SimpleCache.java move rnd logic to RandomContext 6年前
SqlHelper.java isolate java.sql usage so that the module is not required for core jackcess usage 3年前
SqlHelperImpl.java no longer need to use initCause 3年前
TableCreator.java remove debug output 7年前
TableImpl.java overrides everywhere 5年前
TableMutator.java ensure unique rel name and limit total length 7年前
TableScanCursor.java relicense with Apache License 9年前
TableUpdater.java Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7年前
TempBufferHolder.java relicense with Apache License 9年前
TempPageHolder.java relicense with Apache License 9年前
TextColumnImpl.java relicense with Apache License 9年前
TopoSorter.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6年前
UnsupportedCodecException.java relicense with Apache License 9年前
UnsupportedColumnImpl.java relicense with Apache License 9年前
UsageMap.java better fix for switching read-only file formats to read-only mode, wrap with read-only FileChannel. fixes feature #34 7年前