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