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