Commit History

Author SHA1 Message Date
  Kestrel 400e4f0679 rustfmt pass and start of new select API. 1 year ago
  Kestrel ffd2013532 Escape table and column names in generated queries. 1 year ago
  Kestrel 31ed954ac7 Add missing serialize/deserialize implementations to JsonWrapper. 1 year ago
  Kestrel dcd0585a8b Add JsonWrapper implementation and bump version. 1 year ago
  Kestrel 75e022982f Add NotEqual comparison. 1 year ago
  Kestrel 703702d0d5 Add support for Option<T>, bump version, and link to repo. 1 year ago
  Kestrel a763557e88 Fix statement ordering bug with DBPool. 1 year ago
  Kestrel 6e2310a7c1 Version bump. 1 year ago
  Kestrel bf811c7b47 Fix bug with reading Entity instances with bools. 1 year ago
  Kestrel 9c06670495 Version bump. 1 year ago
  Kestrel 92064780d0 Fix clippy nits. 1 year ago
  Kestrel 6b9a910e1f Remove unused import. 1 year ago
  Kestrel 6582831fb8 Remove synchronization overhead by swapping Mutex for RefCell. 1 year ago
  Kestrel 31d39b4bce Add note about multithreaded/async programming and generally update docs. 1 year ago
  Kestrel c396883dc0 rustfmt pass, tweak to simple_in_memory bench. 1 year ago
  Kestrel a73241fe5a Bump versions for publishing. 1 year ago
  Kestrel edd171a480 Replaced Entity::values() uses with visit_values() to remove heap allocations. 1 year ago
  Kestrel 720f934631 Add by_id() function for Filter. 1 year ago
  Kestrel 2084306e08 Added way of updating entire Entity at once. 1 year ago
  Kestrel d4e08ff0e4 Bump microrm-macros version. 1 year ago
  Kestrel 8e6281f6bb Remove unneeded dependency. 1 year ago
  Kestrel 220eb67a26 Add simple update support; more complete version forthcoming. 1 year ago
  Kestrel 42db4cd583 Split query::build into separate modules. 1 year ago
  Kestrel 63018508e4 Remove unused code. 1 year ago
  Kestrel 4ba3f63b3a Add comparison support to Filterable. 1 year ago
  Kestrel 0751a4b17a Bump version number to reflect breaking changes. 1 year ago
  Kestrel 0673699fa5 Change query interface significantly. 1 year ago
  Kestrel 75021152c7 Fix some clippy nits. 1 year ago
  Kestrel 946e437e39 Fix some XXX'd out bits. 1 year ago
  Kestrel c530b985eb Rustfmt pass. 1 year ago