Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Martin/decimal crate #1

Open
wants to merge 481 commits into
base: decimal_crate
Choose a base branch
from

Conversation

martinbliss
Copy link

Resolved merge conflicts from sea-orm/master

tyt2y3 and others added 30 commits December 14, 2023 19:47
This reverts commit 8a29cba.
* Add hatsu to COMMUNITY.md

* Update COMMUNITY.md
* chore: add clippy config file

* refactor: fix clippy errors and wornings of runtime-async-std-native-tls,sqlx-all

* refactor: fix clippy errors and wornings of sqlx-sqlite, sqlx-mysql, sqlx-postgres

* chore: format

* refactor: fix clippy

* fix: import path

* refactor: fix clippy errors and wornings of sqlx-sqlite, sqlx-mysql, sqlx-postgres

* fix: revert some space and comma removal

* fix: revert some space and comma removal

* refactor: add feature flag

* fix: import path

* test: remove mismatch feature flag

* test: remove mismatch feature flag

* chore: add proper feature flag

* chore: remove feature flag

* refactor: remove clippy.toml file

* fix: re-export driver

* fix: re-export JoinType

* fix: remove feature flag

* chore: add #[allow(unused_imports)] for driver

Co-authored-by: Shogo Nakano <[email protected]>
…2055)

* Add Ability To Configure SQLx Slow Statement Logging Settings

* Disable SQLX Slow Statement Logging By Default
* Cast enums in lt, lte, gt, gte (revert 10f3de0, discussed under SeaQL#1527)

* Add tests for enum order comparisons
* Export main() of sea-orm-cli (SeaQL#1889)

* Fix compile error: require "codegen" feature for main()
`DeriveValueType` proc macro relies on several sea-orm types to be
imported. This is partially fixed in SeaQL#1855 by fully qualifying
`sea_orm::QueryResult`, but others like `sea_orm::Value` is still not
being qualified. Also, if use defined a type alias on
`std::result::Result`, it can cause the proc macro to generate code that
won't compile.

- Fully qualify `sea_orm::Value`, `std::string::String`, and
  `std::result::Result` in `DeriveValueType` proc macro.
- Add some simple integration tests for this.
- Add doc and doc test in `sea_orm_macro::derive_value_type`.
* feat: add cursor pagination desc order

* feat: add cursor pagination desc order

* test: add cursor integration tests

* test: add cursor integration tests

* test: add query cursor_by tests

* test: add query cursor_by tests

* test: add query cursor_by tests

* test: add query cursor_by tests

* test: add query cursor_by tests

* test: add query cursor_by sort tests

* chore: remove unused import
* Fix problems in SeaQL#1819

* Add test cases

---------

Co-authored-by: Billy Chan <[email protected]>
@martinbliss
Copy link
Author

@ProbablyClem Created a PR to push this over the hump to the finish line. Please review and lmk. CC @tyt2y3
This is my first time forking a fork and merging directly from the base (sea-orm/master) so please lmk if I did it wrong. There are 2 small file conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.