Kestrel
|
5e31a525c0
Rustfmt pass and removed legacy interface.
|
2 vuotta sitten |
Kestrel
|
28325cb076
Replaced useless TypeId identification with hash of table/column types.
|
2 vuotta sitten |
Kestrel
|
07e65230aa
Add simpler with_cache function to QueryInterface.
|
2 vuotta sitten |
Kestrel
|
03d4cee5f0
Figured out good way to cache built queries via TypeId.
|
2 vuotta sitten |
Kestrel
|
9123fcca7e
WIP for query builder
|
2 vuotta sitten |
Kestrel
|
75021152c7
Fix some clippy nits.
|
2 vuotta sitten |
Kestrel
|
946e437e39
Fix some XXX'd out bits.
|
2 vuotta sitten |
Kestrel
|
c530b985eb
Rustfmt pass.
|
2 vuotta sitten |
Kestrel
|
8457c8c01c
Improve get_one_by_multi ergonomics.
|
2 vuotta sitten |
Kestrel
|
420541434b
Converted existing query implementation to use new macro setup.
|
2 vuotta sitten |
Kestrel
|
462db8e2d1
Tweak Index implementation to work with new EntityColumn types.
|
2 vuotta sitten |
Kestrel
|
e328f86d02
Re-added foreign key support, indexes still minorly broken.
|
2 vuotta sitten |
Kestrel
|
dac233c2f2
Begin rewriting relevant microrm code to support switchover to more compact/type-based ergonomics.
|
2 vuotta sitten |
Kestrel
|
542999297d
Rearranging and small breaking interface changes.
|
2 vuotta sitten |
Kestrel
|
760438380d
Bump microrm-macros version number.
|
2 vuotta sitten |
Kestrel
|
cd004859e2
Removed janky serde-based deserialization in favour of Modelable::build_from().
|
2 vuotta sitten |
Kestrel
|
bfc7f18643
Properly support loading enums.
|
2 vuotta sitten |
Kestrel
|
09f3488db4
Bump release version.
|
2 vuotta sitten |
Kestrel
|
6bb5d9cbc6
Add delete_* functions to QueryInterface.
|
2 vuotta sitten |
Kestrel
|
13d7d6b245
Fix get_one_by_multi implementation.
|
2 vuotta sitten |
Kestrel
|
78f84cbb8b
Add simple benchmark, allow deserializing unsigned integers.
|
2 vuotta sitten |
Kestrel
|
9da2d8e0c4
Interface type fix for get_one_by_multi.
|
2 vuotta sitten |
Kestrel
|
64e0e4946c
Rearrange where README.md is and where the symlink is.
|
2 vuotta sitten |
Kestrel
|
1740ccba37
Bump version number for release.
|
2 vuotta sitten |
Kestrel
|
64022e7e85
Fix clippy nits and rustfmt pass.
|
2 vuotta sitten |
Kestrel
|
d31e914c77
Add byte-vector optimization to Vec Modelable impl.
|
2 vuotta sitten |
Kestrel
|
fa52d021ef
Add transparent single-element struct storage.
|
2 vuotta sitten |
Kestrel
|
76753a91ac
Began moving column type derivation to be more compile-time.
|
2 vuotta sitten |
Kestrel
|
c8ba674fbd
Fix failure on Vec<T> in entity.
|
2 vuotta sitten |
Kestrel
|
d06683b9f6
rustfmt pass and get_one_by_multi support.
|
2 vuotta sitten |