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 0f29696f8d make attachment decoding the default před 11 roky
..
complex make attachment decoding the default před 11 roky
query minor updates před 13 roky
scsu Add compression code for possible future use; add compression unit před 16 roky
BigIndexData.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) před 13 roky
ByteUtil.java add attachment encoding support před 11 roky
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 před 13 roky
CodecHandler.java rework partial page writing and interacting with CodecHandlers (issue #3532250) před 12 roky
CodecProvider.java some tweaks to codec support před 13 roky
Column.java add methods to get the actual attachment content před 11 roky
ColumnBuilder.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) před 12 roky
ColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) před 13 roky
Cursor.java Rename and refactor the Cursor find methods to improve usability před 12 roky
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 před 13 roky
DataType.java enhance javadoc před 12 roky
Database.java add methods to get the actual attachment content před 11 roky
DatabaseBuilder.java Added DatabaseBuilder in for more convenient and flexible Database open/create před 11 roky
DebugErrorHandler.java Add ErrorHandler utility for customizing error handling during row před 15 roky
DefaultCodecProvider.java rework partial page writing and interacting with CodecHandlers (issue #3532250) před 12 roky
ErrorHandler.java fix spelling před 15 roky
ExportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. před 12 roky
ExportUtil.java Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations před 12 roky
FKEnforcer.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) před 11 roky
GeneralIndexCodes.java add mostly functional support for access 2010 new general text sort order před 13 roky
GeneralLegacyIndexCodes.java try multiple classloaders when trying to load resources před 13 roky
ImportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. před 12 roky
ImportUtil.java Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) před 12 roky
Index.java Rename and refactor the Cursor find methods to improve usability před 12 roky
IndexBuilder.java refactor table creation před 12 roky
IndexCodes.java some index data handling refactoring for future support of the new text index encodding in 2010 před 13 roky
IndexCursor.java Rename and refactor the Cursor find methods to improve usability před 12 roky
IndexData.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) před 11 roky
IndexPageCache.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) před 13 roky
JetFormat.java do not unicode compress strings which are longer than 1024 chars před 11 roky
Joiner.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) před 11 roky
LinkResolver.java add initial support for linked tables (fixes issue 3479560) před 12 roky
MemFileChannel.java expand test coverage, minor tweaks před 11 roky
NullMask.java Fix problem with reading row from table with deleted/added columns. (fixes 3435774) před 12 roky
PageChannel.java add methods to get the actual attachment content před 11 roky
PageTypes.java move index pagetypes to the public type; some minor cleanup před 16 roky
PropertyMap.java add description prop name před 13 roky
PropertyMaps.java add some more useful byte operations před 12 roky
Relationship.java fix copyrights před 16 roky
ReplacementErrorHandler.java Add ErrorHandler utility for customizing error handling during row před 15 roky
RowFilter.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) před 12 roky
RowId.java more comment updates před 16 roky
SimpleColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) před 13 roky
SimpleExportFilter.java Add ExportUtil and associated utilities for exporting tables to flat files (thanks to F. Gerbig), patch #3005272 před 14 roky
SimpleImportFilter.java fix file copyrights před 16 roky
SimpleIndexData.java add support for creating indexes (except foreign key indexes) on a table when a table is created před 13 roky
Table.java initial support for optionally enforcing foreign-key constraints (fixes feature request #22) před 11 roky
TableBuilder.java check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index před 13 roky
TableCreator.java add initial support for linked tables (fixes issue 3479560) před 12 roky
TempBufferHolder.java fix copyrights před 16 roky
TempPageHolder.java allow for TempBufferHolder which does not maintain reference (cleans up addRows) před 16 roky
UnsupportedCodecException.java add explicit exception for unsupported encodings před 12 roky
UsageMap.java add some methods to approximate table size před 13 roky