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