Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
James Ahlborn e4fd2e06bf actually cache prop columns 10 роки тому
..
complex make attachment decoding the default 11 роки тому
query remove extra object flags before checking query type 11 роки тому
scsu Add compression code for possible future use; add compression unit 16 роки тому
BigIndexData.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 роки тому
ByteUtil.java add attachment encoding support 11 роки тому
CaseInsensitiveColumnMatcher.java general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 роки тому
CodecHandler.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 роки тому
CodecProvider.java some tweaks to codec support 13 роки тому
Column.java Make reading long value columns more lenient (MEMO/OLE) 10 роки тому
ColumnBuilder.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 роки тому
ColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 роки тому
Cursor.java Rename and refactor the Cursor find methods to improve usability 12 роки тому
CursorBuilder.java general revamp of table finding using index backed cursors; use object flags to determine system/hidden objects; read/write text column sort order 13 роки тому
DataType.java enhance javadoc 12 роки тому
Database.java add methods to get the actual attachment content 11 роки тому
DatabaseBuilder.java Added DatabaseBuilder in for more convenient and flexible Database open/create 11 роки тому
DebugErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 роки тому
DefaultCodecProvider.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 роки тому
ErrorHandler.java fix spelling 15 роки тому
ExportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 роки тому
ExportUtil.java Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations 12 роки тому
FKEnforcer.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 роки тому
GeneralIndexCodes.java add mostly functional support for access 2010 new general text sort order 13 роки тому
GeneralLegacyIndexCodes.java try multiple classloaders when trying to load resources 13 роки тому
ImportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 роки тому
ImportUtil.java Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) 12 роки тому
Index.java Rename and refactor the Cursor find methods to improve usability 12 роки тому
IndexBuilder.java refactor table creation 12 роки тому
IndexCodes.java some index data handling refactoring for future support of the new text index encodding in 2010 13 роки тому
IndexCursor.java Rename and refactor the Cursor find methods to improve usability 12 роки тому
IndexData.java implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 11 роки тому
IndexPageCache.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 роки тому
JetFormat.java do not unicode compress strings which are longer than 1024 chars 11 роки тому
Joiner.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 роки тому
LinkResolver.java add initial support for linked tables (fixes issue 3479560) 12 роки тому
MemFileChannel.java expand test coverage, minor tweaks 11 роки тому
NullMask.java Fix problem with reading row from table with deleted/added columns. (fixes 3435774) 12 роки тому
PageChannel.java add methods to get the actual attachment content 11 роки тому
PageTypes.java move index pagetypes to the public type; some minor cleanup 16 роки тому
PropertyMap.java Fix reading of Properties with multiple value blocks (issue 96) 10 роки тому
PropertyMaps.java actually cache prop columns 10 роки тому
Relationship.java fix copyrights 16 роки тому
ReplacementErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 роки тому
RowFilter.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 роки тому
RowId.java more comment updates 16 роки тому
SimpleColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 роки тому
SimpleExportFilter.java Add ExportUtil and associated utilities for exporting tables to flat files (thanks to F. Gerbig), patch #3005272 14 роки тому
SimpleImportFilter.java fix file copyrights 16 роки тому
SimpleIndexData.java add support for creating indexes (except foreign key indexes) on a table when a table is created 13 роки тому
Table.java Ignore invalid column usage map definitions, fixes issue 97 10 роки тому
TableBuilder.java check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index 13 роки тому
TableCreator.java implement handling of usagemaps for long value (MEMO/OLE) columns, fixes issue 95 11 роки тому
TempBufferHolder.java fix copyrights 16 роки тому
TempPageHolder.java allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 роки тому
UnsupportedCodecException.java add explicit exception for unsupported encodings 12 роки тому
UsageMap.java Ignore invalid column usage map definitions, fixes issue 97 10 роки тому