Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
James Ahlborn 0dc74ed679 fix handling of certain field validator expressions; add some tests for various expressions před 5 roky
..
complex minor code warning cleanups před 6 roky
expr fix handling of certain field validator expressions; add some tests for various expressions před 5 roky
query Handle more advanced query join constructs. fixes issue #141 před 6 roky
BaseEvalContext.java fix handling of certain field validator expressions; add some tests for various expressions před 5 roky
ByteArrayBuilder.java relicense with Apache License před 9 roky
ByteUtil.java minor code warning cleanups před 6 roky
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 před 6 roky
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 před 6 roky
CodecHandler.java relicense with Apache License před 9 roky
CodecProvider.java relicense with Apache License před 9 roky
ColDefaultValueEvalContext.java handle literal string default values před 6 roky
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 před 6 roky
ColValidatorEvalContext.java minor code warning cleanups před 6 roky
ColumnImpl.java add unit tests for property expression evaluation features před 6 roky
ComplexColumnImpl.java Change multi-value complex columns so that they return all relevant column properties. před 7 roky
ComplexColumnSupport.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 před 6 roky
CompoundOleUtil.java minor code warning cleanups před 6 roky
CursorImpl.java relicense with Apache License před 9 roky
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 před 6 roky
DBEvalContext.java use common method pattern between ParseContext and EvalConfig před 6 roky
DBMutator.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator před 7 roky
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 před 6 roky
DefaultCodecProvider.java relicense with Apache License před 9 roky
FKEnforcer.java already has context před 7 roky
GeneralIndexCodes.java relicense with Apache License před 9 roky
GeneralLegacyIndexCodes.java relicense with Apache License před 9 roky
IndexCodes.java relicense with Apache License před 9 roky
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. před 7 roky
IndexData.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 před 6 roky
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. před 7 roky
IndexPageCache.java minor compilation cleanups před 7 roky
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 před 6 roky
JetFormat.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 před 6 roky
LongValueColumnImpl.java start enforcing the required and no-zero len column properties před 6 roky
MemoColumnImpl.java relicense with Apache License před 9 roky
NullMask.java relicense with Apache License před 9 roky
NumberFormatter.java implement floating point number formatting which matches access před 6 roky
NumericColumnImpl.java relicense with Apache License před 9 roky
OleUtil.java cleanup findbugs report před 8 roky
PageChannel.java Add support for global usage maps which are reference type maps. fixes issue #138 před 7 roky
PageTypes.java relicense with Apache License před 9 roky
PropertyMapImpl.java Add some additional property keys and relevant enums for values před 6 roky
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 před 6 roky
RelationshipCreator.java validate length of pre-defined relationship name před 7 roky
RelationshipImpl.java some fixups to get rel insert functional před 7 roky
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 před 6 roky
RowIdImpl.java relicense with Apache License před 9 roky
RowImpl.java relicense with Apache License před 9 roky
RowValidatorEvalContext.java do not allow null result for conditions před 6 roky
SimpleCache.java move rnd logic to RandomContext před 6 roky
TableCreator.java remove debug output před 7 roky
TableImpl.java return all values in map so that default values, calc values, etc get returned to caller před 6 roky
TableMutator.java ensure unique rel name and limit total length před 7 roky
TableScanCursor.java relicense with Apache License před 9 roky
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. před 7 roky
TempBufferHolder.java relicense with Apache License před 9 roky
TempPageHolder.java relicense with Apache License před 9 roky
TextColumnImpl.java relicense with Apache License před 9 roky
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 před 6 roky
UnsupportedCodecException.java relicense with Apache License před 9 roky
UnsupportedColumnImpl.java relicense with Apache License před 9 roky
UsageMap.java better fix for switching read-only file formats to read-only mode, wrap with read-only FileChannel. fixes feature #34 před 7 roky