You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James Ahlborn 831d8c0b1d Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
..
complex overrides everywhere 5 years ago
expr Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
query overrides everywhere 5 years ago
BaseEvalContext.java overrides everywhere 5 years ago
ByteArrayBuilder.java relicense with Apache License 9 years ago
ByteUtil.java minor code warning cleanups 6 years ago
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 years ago
CalculatedColumnUtil.java merge trunk changes through r1258 5 years ago
CodecHandler.java relicense with Apache License 9 years ago
CodecProvider.java relicense with Apache License 9 years ago
ColDefaultValueEvalContext.java handle literal string default values 6 years ago
ColEvalContext.java Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
ColValidatorEvalContext.java Add ColumnFormatter utility which can apply Column Format property for display of column values 5 years ago
ColumnImpl.java merge trunk changes through r1258 5 years ago
ComplexColumnImpl.java Change multi-value complex columns so that they return all relevant column properties. 7 years ago
ComplexColumnSupport.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
CompoundOleUtil.java overrides everywhere 5 years ago
CursorImpl.java overrides everywhere 5 years ago
CustomToStringStyle.java switch to commons lang3 5 years ago
DBEvalContext.java overrides everywhere 5 years ago
DBMutator.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
DatabaseImpl.java fix channel open options for new files 5 years ago
DateTimeContext.java add system prop for date/time type; rework how date/times are written based on date/time type 5 years ago
DefaultCodecProvider.java overrides everywhere 5 years ago
FKEnforcer.java already has context 7 years ago
GeneralIndexCodes.java relicense with Apache License 9 years ago
GeneralLegacyIndexCodes.java relicense with Apache License 9 years ago
IndexCodes.java relicense with Apache License 9 years ago
IndexCursorImpl.java overrides everywhere 5 years ago
IndexData.java overrides everywhere 5 years ago
IndexImpl.java overrides everywhere 5 years ago
IndexPageCache.java switch to commons lang3 5 years ago
InternalColumnValidator.java overrides everywhere 5 years ago
JetFormat.java Fix length in units calculation for Access 97 text fields. Fixes #151 5 years ago
LongValueColumnImpl.java Fix length in units calculation for Access 97 text fields. Fixes #151 5 years ago
MemoColumnImpl.java relicense with Apache License 9 years ago
NullMask.java relicense with Apache License 9 years ago
NumericColumnImpl.java relicense with Apache License 9 years ago
OleUtil.java overrides everywhere 5 years ago
PageChannel.java overrides everywhere 5 years ago
PageTypes.java relicense with Apache License 9 years ago
PropertyMapImpl.java overrides everywhere 5 years ago
PropertyMaps.java overrides everywhere 5 years ago
RelationshipCreator.java validate length of pre-defined relationship name 7 years ago
RelationshipImpl.java overrides everywhere 5 years ago
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 years ago
RowIdImpl.java overrides everywhere 5 years ago
RowImpl.java overrides everywhere 5 years ago
RowValidatorEvalContext.java do not allow null result for conditions 6 years ago
SimpleCache.java move rnd logic to RandomContext 6 years ago
TableCreator.java remove debug output 7 years ago
TableImpl.java overrides everywhere 5 years ago
TableMutator.java ensure unique rel name and limit total length 7 years ago
TableScanCursor.java relicense with Apache License 9 years ago
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 years ago
TempBufferHolder.java relicense with Apache License 9 years ago
TempPageHolder.java relicense with Apache License 9 years ago
TextColumnImpl.java relicense with Apache License 9 years ago
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 years ago
UnsupportedCodecException.java relicense with Apache License 9 years ago
UnsupportedColumnImpl.java relicense with Apache License 9 years ago
UsageMap.java better fix for switching read-only file formats to read-only mode, wrap with read-only FileChannel. fixes feature #34 7 years ago