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 8d5f4dc169 initial work for DateAdd function 5 years ago
..
complex minor code warning cleanups 6 years ago
expr initial work for DateAdd function 5 years ago
query Handle more advanced query join constructs. fixes issue #141 6 years ago
BaseEvalContext.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 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 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
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 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
ColValidatorEvalContext.java minor code warning cleanups 6 years ago
ColumnImpl.java add unit tests for property expression evaluation features 6 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 minor code warning cleanups 6 years ago
CursorImpl.java relicense with Apache License 9 years ago
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 years ago
DBEvalContext.java set default date/time and numeric config for a database 5 years ago
DBMutator.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 7 years ago
DatabaseImpl.java rework public expression api with better locale handling; support parsing of number strings with grouping separators 5 years ago
DefaultCodecProvider.java relicense with Apache License 9 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 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
IndexData.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
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 years ago
IndexPageCache.java minor compilation cleanups 7 years ago
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 years ago
JetFormat.java Add full support for access 2016 databases including the new 'Large Number' (aka Bigint) data type. Fixes feature #37 6 years ago
LongValueColumnImpl.java start enforcing the required and no-zero len column properties 6 years ago
MemoColumnImpl.java relicense with Apache License 9 years ago
NullMask.java relicense with Apache License 9 years ago
NumberFormatter.java implement floating point number formatting which matches access 6 years ago
NumericColumnImpl.java relicense with Apache License 9 years ago
OleUtil.java cleanup findbugs report 8 years ago
PageChannel.java Add support for global usage maps which are reference type maps. fixes issue #138 7 years ago
PageTypes.java relicense with Apache License 9 years ago
PropertyMapImpl.java Add some additional property keys and relevant enums for values 6 years ago
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 years ago
RelationshipCreator.java validate length of pre-defined relationship name 7 years ago
RelationshipImpl.java some fixups to get rel insert functional 7 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 relicense with Apache License 9 years ago
RowImpl.java relicense with Apache License 9 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 return all values in map so that default values, calc values, etc get returned to caller 6 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