Commit History

Author SHA1 Message Date
  Kestrel bf811c7b47 Fix bug with reading Entity instances with bools. 2 years ago
  Kestrel 9c06670495 Version bump. 2 years ago
  Kestrel 92064780d0 Fix clippy nits. 2 years ago
  Kestrel 6b9a910e1f Remove unused import. 2 years ago
  Kestrel 6582831fb8 Remove synchronization overhead by swapping Mutex for RefCell. 2 years ago
  Kestrel 31d39b4bce Add note about multithreaded/async programming and generally update docs. 2 years ago
  Kestrel c396883dc0 rustfmt pass, tweak to simple_in_memory bench. 2 years ago
  Kestrel a73241fe5a Bump versions for publishing. 2 years ago
  Kestrel edd171a480 Replaced Entity::values() uses with visit_values() to remove heap allocations. 2 years ago
  Kestrel 720f934631 Add by_id() function for Filter. 2 years ago
  Kestrel 2084306e08 Added way of updating entire Entity at once. 2 years ago
  Kestrel d4e08ff0e4 Bump microrm-macros version. 2 years ago
  Kestrel 8e6281f6bb Remove unneeded dependency. 2 years ago
  Kestrel 220eb67a26 Add simple update support; more complete version forthcoming. 2 years ago
  Kestrel 42db4cd583 Split query::build into separate modules. 2 years ago
  Kestrel 63018508e4 Remove unused code. 2 years ago
  Kestrel 4ba3f63b3a Add comparison support to Filterable. 2 years ago
  Kestrel 0751a4b17a Bump version number to reflect breaking changes. 2 years ago
  Kestrel 0673699fa5 Change query interface significantly. 2 years ago
  Kestrel 75021152c7 Fix some clippy nits. 2 years ago
  Kestrel 946e437e39 Fix some XXX'd out bits. 2 years ago
  Kestrel c530b985eb Rustfmt pass. 2 years ago
  Kestrel 8457c8c01c Improve get_one_by_multi ergonomics. 2 years ago
  Kestrel 420541434b Converted existing query implementation to use new macro setup. 2 years ago
  Kestrel 462db8e2d1 Tweak Index implementation to work with new EntityColumn types. 2 years ago
  Kestrel e328f86d02 Re-added foreign key support, indexes still minorly broken. 2 years ago
  Kestrel dac233c2f2 Begin rewriting relevant microrm code to support switchover to more compact/type-based ergonomics. 2 years ago
  Kestrel 542999297d Rearranging and small breaking interface changes. 2 years ago
  Kestrel 760438380d Bump microrm-macros version number. 2 years ago
  Kestrel cd004859e2 Removed janky serde-based deserialization in favour of Modelable::build_from(). 2 years ago