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 7e01bae3cd handle number formats with no required digits 5 years ago
..
complex add LocalDateTime variants for various public Date based methods 5 years ago
expr fix parsing of escaped double quote; implement euro format; implement most custom formatting 5 years ago
impl handle number formats with no required digits 5 years ago
query Fix missing column names in AppendQuery SQL strings. Fixes #131 8 years ago
util merge trunk changes through r1271 5 years ago
BatchUpdateException.java relicense with Apache License 9 years ago
Column.java relicense with Apache License 9 years ago
ColumnBuilder.java use fromUnitSize 5 years ago
ConstraintViolationException.java relicense with Apache License 9 years ago
Cursor.java overrides everywhere 5 years ago
CursorBuilder.java get javadocs displaying correctly 5 years ago
DataType.java merge trunk changes through r1258 5 years ago
Database.java add system prop for date/time type; rework how date/times are written based on date/time type 5 years ago
DatabaseBuilder.java get javadocs displaying correctly 5 years ago
DateTimeType.java add LocalDateTime variants for various public Date based methods 5 years ago
Index.java Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index. 7 years ago
IndexBuilder.java update javadocs, minor cleanups 7 years ago
IndexCursor.java upgrade poi; upgrade various plugins 5 years ago
InvalidValueException.java initial support for LocalDateTime and Temporal types 5 years ago
JackcessException.java plug expr evaluation into columns/tables; create Identifier for tracking expression ids; support single quoting in expressions; tweak string to number coercion; implement topo sorter for calc col eval 6 years ago
PropertyMap.java overrides everywhere 5 years ago
Relationship.java reorg to prep for RelationshipBuilder; move remaining table creation logic from TableBuilder to TableCreator 8 years ago
RelationshipBuilder.java get javadocs displaying correctly 5 years ago
Row.java get javadocs displaying correctly 5 years ago
RowId.java relicense with Apache License 9 years ago
RuntimeIOException.java relicense with Apache License 9 years ago
Table.java overrides everywhere 5 years ago
TableBuilder.java get javadocs displaying correctly 5 years ago
TableMetaData.java Add Database.getTableMetaData method to enable getting basic info about a Table (by name) without actually loading it. fixes feature request #33 8 years ago