seaql.github.io icon indicating copy to clipboard operation
seaql.github.io copied to clipboard

📙 The official website of SeaQL

Results 7 seaql.github.io issues
Sort by recently updated
recently updated
newest added

## PR Info - SeaQL/sea-orm#2160 - Dependencies: - https://github.com/SeaQL/sea-orm/pull/2170

## Description The custom joins documentation suggests the use of the function Expr::tbl though it has been removed in 2022. See here: https://www.sea-ql.org/SeaORM/docs/advanced-query/custom-joins/ ### Expected Behavior Since it has been...

Proposed by https://github.com/SeaQL/sea-orm/issues/1227#issuecomment-1314947381 # Content I think there are two types of use cases. ## Mapping query result into struct This serve as a way to execute any SeaQuery statement....

## Motivation When editing markdown files, it's nice if they wrap at ~80 characters, so it's a bit more readable. We do this for the Rust Gamedev Newsletter ([example](https://github.com/rust-gamedev/rust-gamedev.github.io/blob/51c3a3cfa2bf291eec4666a7cea5826cb1cd23f0/content/news/040/index.md?plain=1#L86])). It's...

## Summary Now the description under each Google search result is basically the first line of sentence on the page. Which is not SEO friendly. We should follow the guide...

This is to fix 2 compile errors. - Add Type import to fix the following error: - error[E0433]: failed to resolve: use of undeclared type `Type` - Add `to_owned()` method...