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 a6f33b99a6 ditch default parse context 6 年之前
..
complex minor code warning cleanups 6 年之前
expr ditch default parse context 6 年之前
query Handle more advanced query join constructs. fixes issue #141 6 年之前
BaseEvalContext.java handle literal string default values 6 年之前
ByteArrayBuilder.java relicense with Apache License 9 年之前
ByteUtil.java minor code warning cleanups 6 年之前
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 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 年之前
CodecHandler.java relicense with Apache License 9 年之前
CodecProvider.java relicense with Apache License 9 年之前
ColDefaultValueEvalContext.java handle literal string default values 6 年之前
ColEvalContext.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 年之前
ColValidatorEvalContext.java minor code warning cleanups 6 年之前
ColumnImpl.java add unit tests for property expression evaluation features 6 年之前
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 minor code warning cleanups 6 年之前
CursorImpl.java relicense with Apache License 9 年之前
CustomToStringStyle.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 年之前
DBEvalContext.java minor code warning cleanups 6 年之前
DBMutator.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 年之前
DatabaseImpl.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 年之前
DefaultCodecProvider.java relicense with Apache License 9 年之前
FKEnforcer.java already has context 7 年之前
GeneralIndexCodes.java relicense with Apache License 9 年之前
GeneralLegacyIndexCodes.java relicense with Apache License 9 年之前
IndexCodes.java relicense with Apache License 9 年之前
IndexCursorImpl.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 年之前
IndexData.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 年之前
IndexImpl.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 年之前
IndexPageCache.java minor compilation cleanups 7 年之前
InternalColumnValidator.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 年之前
JetFormat.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 年之前
LongValueColumnImpl.java start enforcing the required and no-zero len column properties 6 年之前
MemoColumnImpl.java relicense with Apache License 9 年之前
NullMask.java relicense with Apache License 9 年之前
NumberFormatter.java implement floating point number formatting which matches access 6 年之前
NumericColumnImpl.java relicense with Apache License 9 年之前
OleUtil.java cleanup findbugs report 8 年之前
PageChannel.java Add support for global usage maps which are reference type maps. fixes issue #138 7 年之前
PageTypes.java relicense with Apache License 9 年之前
PropertyMapImpl.java Add some additional property keys and relevant enums for values 6 年之前
PropertyMaps.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 年之前
RelationshipCreator.java validate length of pre-defined relationship name 7 年之前
RelationshipImpl.java some fixups to get rel insert functional 7 年之前
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 relicense with Apache License 9 年之前
RowImpl.java relicense with Apache License 9 年之前
RowValidatorEvalContext.java do not allow null result for conditions 6 年之前
SimpleCache.java move rnd logic to RandomContext 6 年之前
TableCreator.java remove debug output 7 年之前
TableImpl.java return all values in map so that default values, calc values, etc get returned to caller 6 年之前
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 年之前