Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
James Ahlborn 0f29696f8d make attachment decoding the default 11 лет назад
..
complex make attachment decoding the default 11 лет назад
query minor updates 13 лет назад
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 add methods to get the actual attachment content 11 лет назад
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 initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 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 add description prop name 13 лет назад
PropertyMaps.java add some more useful byte operations 12 лет назад
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 initial support for optionally enforcing foreign-key constraints (fixes feature request #22) 11 лет назад
TableBuilder.java check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index 13 лет назад
TableCreator.java add initial support for linked tables (fixes issue 3479560) 12 лет назад
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 add some methods to approximate table size 13 лет назад