Commit History

Author SHA1 Message Date
  Kestrel 221cd7b76a Add foreign key constraints to EntityID fields. 7 months ago
  Kestrel 6e3477d162 Fix version reference in Cargo.toml. 7 months ago
  Kestrel 245e9c2668 Tag version 0.4.0-rc.1. 7 months ago
  Kestrel 977223b4e1 Add Datum::bind_to implementation for i64 type. 7 months ago
  Kestrel 3f7805947e Add documentation and initial autogenerated CLI customization interface. 7 months ago
  Kestrel 1b857e7b78 Changed EntityPartList to force all parts to have the same Entity type. 7 months ago
  Kestrel 56988d8d29 Improve error reporting interface for autogenerated CLI commands. 7 months ago
  Kestrel 82bebba997 Import CLI autogeneration work from uidc. 7 months ago
  Kestrel 3a79e8a7a1 Implement simple entity keying mechanism to support multiple fields in a unique key. 7 months ago
  Kestrel 3c77c897f2 Fix nondeterminism error in schema creation. 7 months ago
  Kestrel bb138d7270 Added UNIQUE constraint on association mappings. 7 months ago
  Kestrel 60ab001dc1 Many minor changes to better support autogenerating interfaces based on microrm schemata. 7 months ago
  Kestrel ef7dcca3ea Several enhancements. 8 months ago
  Kestrel 1d7ea8bf22 Added insert_and_return and entity updating functionality. 8 months ago
  Kestrel 8238ccea5b Implemented datum query-equivalence for smoother query construction. 8 months ago
  Kestrel 2c7cd772f3 Minor cleanups. 9 months ago
  Kestrel 6890b3a622 Minor cleanups. 9 months ago
  Kestrel 897406216b Fix clippy nits. 9 months ago
  Kestrel 0da682090e Swap from sqlite crate to custom sqlite wrapper. 9 months ago
  Kestrel e23e15495a Fix clippy nits. 9 months ago
  Kestrel bce11af19b Change delete query return type. 9 months ago
  Kestrel c60c21256c Add ON DELETE CASCADE to domain/range columns of association tables. 9 months ago
  Kestrel 9fece07a2b Added entity deletion, count, and join queries. 9 months ago
  Kestrel ab06e1f3c2 Significant reworking of query interface to be more unified. 9 months ago
  Kestrel bc78263b3a Bump version numbers to 0.4.0. 9 months ago
  Kestrel 766e957411 Many minor changes inspired by dogfooding. 9 months ago
  Kestrel 0af97f4f42 Added wrapper functions for AssocInterface to Assoc*. 9 months ago
  Kestrel 70aad8d50a Started implementing generic AssocInterface for all Assoc* types. 9 months ago
  Kestrel 4cc45a2dd4 rustfmt pass. 9 months ago
  Kestrel 36b2c342e3 Minor fix to tests. 9 months ago