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