Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
James Ahlborn bc30f4c165 Fix some more edge cases in date/time conversions (fixes issue 92) 11 anos atrás
..
complex for consistency 12 anos atrás
query minor updates 13 anos atrás
scsu Add compression code for possible future use; add compression unit 16 anos atrás
BigIndexData.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 anos atrás
ByteUtil.java add some more useful byte operations 12 anos atrás
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 anos atrás
CodecHandler.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 anos atrás
CodecProvider.java some tweaks to codec support 13 anos atrás
Column.java Fix some more edge cases in date/time conversions (fixes issue 92) 11 anos atrás
ColumnBuilder.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 anos atrás
ColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 anos atrás
Cursor.java Rename and refactor the Cursor find methods to improve usability 12 anos atrás
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 anos atrás
DataType.java enhance javadoc 12 anos atrás
Database.java Added the MemFileChannel to enable working with dbs completely in memory 11 anos atrás
DatabaseBuilder.java Added DatabaseBuilder in for more convenient and flexible Database open/create 11 anos atrás
DebugErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 anos atrás
DefaultCodecProvider.java rework partial page writing and interacting with CodecHandlers (issue #3532250) 12 anos atrás
ErrorHandler.java fix spelling 15 anos atrás
ExportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 anos atrás
ExportUtil.java Add option to import file without headers to existing table; Add ImportUtil.Builder and ExportUtil.Builder to simplify import/export operations 12 anos atrás
GeneralIndexCodes.java add mostly functional support for access 2010 new general text sort order 13 anos atrás
GeneralLegacyIndexCodes.java try multiple classloaders when trying to load resources 13 anos atrás
ImportFilter.java Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped. 12 anos atrás
ImportUtil.java Add ImportUtil.toColumns to enable more advanced Table creation implementations (fixes issue 3523181) 12 anos atrás
Index.java Rename and refactor the Cursor find methods to improve usability 12 anos atrás
IndexBuilder.java refactor table creation 12 anos atrás
IndexCodes.java some index data handling refactoring for future support of the new text index encodding in 2010 13 anos atrás
IndexCursor.java Rename and refactor the Cursor find methods to improve usability 12 anos atrás
IndexData.java add some more useful byte operations 12 anos atrás
IndexPageCache.java more work around interpreting index data, add support for multiple logical indexes backed by the same index data (fixes #3192058) 13 anos atrás
JetFormat.java add codec type for access 2007+ encoding 12 anos atrás
Joiner.java Add some more functionality to Joiner to facilitate integrity enforcement (hasRows and deleteRows) 11 anos atrás
LinkResolver.java add initial support for linked tables (fixes issue 3479560) 12 anos atrás
MemFileChannel.java expand test coverage, minor tweaks 11 anos atrás
NullMask.java Fix problem with reading row from table with deleted/added columns. (fixes 3435774) 12 anos atrás
PageChannel.java Added DatabaseBuilder in for more convenient and flexible Database open/create 11 anos atrás
PageTypes.java move index pagetypes to the public type; some minor cleanup 16 anos atrás
PropertyMap.java add description prop name 13 anos atrás
PropertyMaps.java add some more useful byte operations 12 anos atrás
Relationship.java fix copyrights 16 anos atrás
ReplacementErrorHandler.java Add ErrorHandler utility for customizing error handling during row 15 anos atrás
RowFilter.java Add support for reading/writing complex column data (version history, attachments, multi-value columns) 12 anos atrás
RowId.java more comment updates 16 anos atrás
SimpleColumnMatcher.java add ability to customize column value matching in cursor findRow (fixes #3105829) 13 anos atrás
SimpleExportFilter.java Add ExportUtil and associated utilities for exporting tables to flat files (thanks to F. Gerbig), patch #3005272 14 anos atrás
SimpleImportFilter.java fix file copyrights 16 anos atrás
SimpleIndexData.java add support for creating indexes (except foreign key indexes) on a table when a table is created 13 anos atrás
Table.java enhance javadoc 12 anos atrás
TableBuilder.java check for too many pk indexes on a table; add convenience method to TableBuilder for adding pk index 13 anos atrás
TableCreator.java add initial support for linked tables (fixes issue 3479560) 12 anos atrás
TempBufferHolder.java fix copyrights 16 anos atrás
TempPageHolder.java allow for TempBufferHolder which does not maintain reference (cleans up addRows) 16 anos atrás
UnsupportedCodecException.java add explicit exception for unsupported encodings 12 anos atrás
UsageMap.java add some methods to approximate table size 13 anos atrás