Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rorm-orm/rorm issues and pull requests
#73 - Add feature to suppport `bitflags`
Issue -
State: open - Opened by gammelalf 4 months ago
Labels: enhancement
#72 - Make `delete!(...).bulk(...)` take a `PatchCow` iter like `insert!` does
Issue -
State: closed - Opened by gammelalf 5 months ago
#71 - Special `ForeignModel` and `BackRef` for one-to-one relations
Issue -
State: open - Opened by gammelalf 7 months ago
Labels: enhancement
#70 - impl Condition on dyn Condition
Issue -
State: closed - Opened by gammelalf 7 months ago
#69 - More convenience functions
Issue -
State: open - Opened by gammelalf 8 months ago
Labels: enhancement, discussion needed
#68 - Can't implement `FieldType` on `Option<T>` for some own `T`
Issue -
State: open - Opened by gammelalf 9 months ago
#68 - Can't implement `FieldType` on `Option<T>` for some own `T`
Issue -
State: open - Opened by gammelalf 9 months ago
#67 - `FieldEq` for `ForeignModel` is too strict
Issue -
State: open - Opened by gammelalf 9 months ago
#67 - `FieldEq` for `ForeignModel` is too strict
Issue -
State: open - Opened by gammelalf 9 months ago
#66 - Using `Self` as part of a model's field's type produces wrong code
Issue -
State: open - Opened by gammelalf 9 months ago
#66 - Using `Self` as part of a model's field's type produces wrong code
Issue -
State: closed - Opened by gammelalf 9 months ago
#65 - less_equals condition does not work on chrono::DateTime
Issue -
State: closed - Opened by MrFastDie 11 months ago
- 1 comment
#64 - rorm-sql does not compile on nightly
Issue -
State: closed - Opened by myOmikron 11 months ago
- 2 comments
#63 - `FieldEq` wrong for `Option<ForeignModelByField>`
Issue -
State: open - Opened by gammelalf 11 months ago
#62 - `Option<T>` doesn't implement `FieldType` if `T` is an `DbEnum`
Issue -
State: open - Opened by gammelalf about 1 year ago
#61 - Database error occurs when querying with empty condition
Issue -
State: open - Opened by myOmikron over 1 year ago
#60 - Settings for including Models
Issue -
State: open - Opened by myOmikron over 1 year ago
Labels: discussion needed
#59 - Can we check if all necessary fields are in an insert patch
Issue -
State: open - Opened by myOmikron over 1 year ago
Labels: question
#58 - Use `#[linkme(crate = rorm::linkme)]`
Issue -
State: closed - Opened by gammelalf over 1 year ago
#57 - Rename `commit` on a `TransactionGuard`
Issue -
State: open - Opened by myOmikron over 1 year ago
#56 - Better error span for `and!`
Issue -
State: closed - Opened by gammelalf over 1 year ago
#55 - Condition is not checked against query origin
Issue -
State: open - Opened by gammelalf over 1 year ago
#54 - BETWEEN and IN
Issue -
State: open - Opened by gammelalf over 1 year ago
#54 - BETWEEN and IN
Issue -
State: open - Opened by gammelalf over 1 year ago
#53 - make rorm-db::choice::Choice safer for postgres
Issue -
State: open - Opened by gammelalf over 1 year ago
Labels: low-priority
#53 - make rorm-db::choice::Choice safer for postgres
Issue -
State: open - Opened by gammelalf over 1 year ago
Labels: low-priority
#52 - support url::Url
Issue -
State: closed - Opened by gammelalf over 1 year ago
Labels: enhancement
#52 - support url::Url
Issue -
State: closed - Opened by gammelalf over 1 year ago
Labels: enhancement
#51 - .query() method on ForeignModel
Issue -
State: closed - Opened by gammelalf over 1 year ago
Labels: enhancement
#50 - actix interop: Database instead of Data<Database>
Issue -
State: open - Opened by gammelalf over 1 year ago
Labels: enhancement
#50 - actix interop: Database instead of Data<Database>
Issue -
State: open - Opened by gammelalf over 1 year ago
Labels: enhancement
#49 - Impl `IntoSingleValue` for types in `fields`
Issue -
State: closed - Opened by gammelalf over 1 year ago
- 1 comment
#48 - ForeignModelByField's clone is broken
Issue -
State: closed - Opened by gammelalf over 1 year ago
#47 - Fix weird executor bound in update
Issue -
State: closed - Opened by gammelalf over 1 year ago
#45 - Switch to time
Issue -
State: closed - Opened by myOmikron almost 2 years ago
Labels: discussion needed, v0.6
#44 - Insert with default-only values fails due to SQL syntax error
Issue -
State: closed - Opened by CrsiX almost 2 years ago
Labels: bug
#43 - MariaDB: failing migrations due to invalid data type for very big strings (size > 16383)
Issue -
State: closed - Opened by CrsiX almost 2 years ago
- 1 comment
Labels: bug
#42 - Non-deterministic DB errors due to missing FROM-clause entry for table (with backrefs), possibly due to JOIN order
Issue -
State: closed - Opened by CrsiX almost 2 years ago
- 3 comments
Labels: bug
#41 - Annotation auto_update_time is not working properly
Issue -
State: closed - Opened by CrsiX almost 2 years ago
Labels: bug
#40 - Fix sqlx-less compilation in rorm-db
Issue -
State: closed - Opened by myOmikron almost 2 years ago
#39 - Implement a set_if on dynamic UpdateBuilder
Issue -
State: closed - Opened by gammelalf almost 2 years ago
Labels: enhancement
#38 - update! without .exec call is not Send
Issue -
State: closed - Opened by myOmikron almost 2 years ago
Labels: bug
#37 - Count() can not be NULL
Issue -
State: closed - Opened by myOmikron almost 2 years ago
Labels: bug
#36 - Add support for uuid
Issue -
State: closed - Opened by myOmikron almost 2 years ago
- 2 comments
Labels: enhancement
#35 - populate_bulk tries to populate even if given array is empty
Issue -
State: closed - Opened by myOmikron about 2 years ago
- 2 comments
Labels: bug
#34 - String without max_length annotation is compiling
Issue -
State: closed - Opened by myOmikron about 2 years ago
Labels: bug
#33 - Breaking insert in mariadb
Issue -
State: open - Opened by gammelalf about 2 years ago
- 1 comment
Labels: bug, waiting-on-dependency
#32 - Missing derive of max_length on foreignmodels
Issue -
State: closed - Opened by myOmikron about 2 years ago
- 1 comment
Labels: enhancement
#31 - Support collation
Issue -
State: open - Opened by WebFreak001 about 2 years ago
Labels: enhancement
#30 - SQLite transactions potentially not committing properly
Issue -
State: open - Opened by WebFreak001 about 2 years ago
Labels: needs-investigation
#30 - SQLite transactions potentially not committing properly
Issue -
State: open - Opened by WebFreak001 about 2 years ago
- 1 comment
Labels: needs-investigation
#29 - Need value type for enums
Issue -
State: closed - Opened by WebFreak001 about 2 years ago
Labels: bug
#29 - Need value type for enums
Issue -
State: open - Opened by WebFreak001 about 2 years ago
Labels: bug
#28 - Disable issues in other rorm projects?
Issue -
State: closed - Opened by WebFreak001 about 2 years ago
- 1 comment
#28 - Disable issues in other rorm projects?
Issue -
State: closed - Opened by WebFreak001 about 2 years ago
- 1 comment
#27 - Support composite keys
Issue -
State: open - Opened by WebFreak001 about 2 years ago
Labels: enhancement
#27 - Support composite keys
Issue -
State: open - Opened by WebFreak001 about 2 years ago
Labels: enhancement
#26 - Extended the CI with Mac OS support, from-scratch builds and code alerts by dscanner
Pull Request -
State: closed - Opened by CrsiX about 2 years ago
#26 - Extended the CI with Mac OS support, from-scratch builds and code alerts by dscanner
Pull Request -
State: closed - Opened by CrsiX about 2 years ago
#25 - Fix code scanning alert - trait FiniteRange has a len method but no (possibly inherited) is_empty method
Issue -
State: closed - Opened by myOmikron about 2 years ago
- 2 comments
#25 - Fix code scanning alert - trait FiniteRange has a len method but no (possibly inherited) is_empty method
Issue -
State: closed - Opened by myOmikron about 2 years ago
- 2 comments
#24 - Add OnDelete and OnUpdate for foreign keys
Issue -
State: closed - Opened by myOmikron about 2 years ago
Labels: rework
#24 - Add OnDelete and OnUpdate for foreign keys
Issue -
State: closed - Opened by myOmikron about 2 years ago
Labels: rework
#22 - Fix build badge in README
Issue -
State: closed - Opened by myOmikron about 2 years ago
Labels: bug
#22 - Fix build badge in README
Issue -
State: closed - Opened by myOmikron about 2 years ago
Labels: bug
#21 - Support table joins in FFI
Issue -
State: closed - Opened by WebFreak001 about 2 years ago
- 1 comment
#21 - Support table joins in FFI
Issue -
State: closed - Opened by WebFreak001 about 2 years ago
- 1 comment
#20 - Created the first sample project for rorm
Pull Request -
State: closed - Opened by CrsiX about 2 years ago
- 1 comment
#20 - Created the first sample project for rorm
Pull Request -
State: closed - Opened by CrsiX about 2 years ago
- 1 comment
#19 - Support database-level constraints on columns
Issue -
State: open - Opened by CrsiX about 2 years ago
Labels: enhancement, v0.6
#19 - Support database-level constraints on columns
Issue -
State: open - Opened by CrsiX about 2 years ago
Labels: enhancement
#18 - Skip applying migrations which have been replaced
Pull Request -
State: closed - Opened by CrsiX over 2 years ago
- 2 comments
#18 - Skip applying migrations which have been replaced
Pull Request -
State: closed - Opened by CrsiX over 2 years ago
- 2 comments
#17 - Migration on MySQL: initial migration with VARCHAR type fails, despite having a max lenght
Issue -
State: closed - Opened by CrsiX over 2 years ago
- 5 comments
Labels: bug
#17 - Migration on MySQL: initial migration with VARCHAR type fails, despite having a max lenght
Issue -
State: closed - Opened by CrsiX over 2 years ago
- 5 comments
Labels: bug
#16 - Migrations on MySQL: fail to apply the initial migration, but the table has been added
Issue -
State: closed - Opened by CrsiX over 2 years ago
#16 - Migrations on MySQL: fail to apply the initial migration, but the table has been added
Issue -
State: closed - Opened by CrsiX over 2 years ago
#15 - Migrations on MySQL: initial migration fails, but the first table has been created
Issue -
State: closed - Opened by CrsiX over 2 years ago
- 1 comment
#15 - Migrations on MySQL: initial migration fails, but the first table has been created
Issue -
State: closed - Opened by CrsiX over 2 years ago
- 1 comment
#14 - Migrations on SQLite: altering table to add i16 column fails due to no default value
Issue -
State: open - Opened by CrsiX over 2 years ago
- 3 comments
Labels: discussion needed
#14 - Migrations on SQLite: altering table to add i16 column fails due to no default value
Issue -
State: open - Opened by CrsiX over 2 years ago
- 3 comments
Labels: discussion needed
#13 - Retrieving from stream does not work
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: bug
#13 - Retrieving from stream does not work
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: bug
#12 - CRUD: Updating a model doesn't work due to broken lifetimes
Issue -
State: closed - Opened by CrsiX over 2 years ago
Labels: bug
#12 - CRUD: Updating a model doesn't work due to broken lifetimes
Issue -
State: closed - Opened by CrsiX over 2 years ago
Labels: bug
#11 - auto_create_time ignores data type
Issue -
State: closed - Opened by gammelalf over 2 years ago
#11 - auto_create_time ignores data type
Issue -
State: closed - Opened by gammelalf over 2 years ago
#10 - Don't support annotations on patches
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#10 - Don't support annotations on patches
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#9 - Support for unsigned integers drops
Issue -
State: closed - Opened by myOmikron over 2 years ago
#9 - Support for unsigned integers drops
Issue -
State: closed - Opened by myOmikron over 2 years ago
#8 - auto_increment annotation is only allowed on primary key
Issue -
State: closed - Opened by myOmikron over 2 years ago
- 1 comment
Labels: rework
#8 - auto_increment annotation is only allowed on primary key
Issue -
State: closed - Opened by myOmikron over 2 years ago
- 1 comment
Labels: rework
#7 - auto_increment annotation is only allowed once per model
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#7 - auto_increment annotation is only allowed once per model
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#6 - auto_update_time && auto_create_time rework
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#6 - auto_update_time && auto_create_time rework
Issue -
State: closed - Opened by myOmikron over 2 years ago
Labels: rework
#5 - Don't add a NotNull annotation on on_create_time and on_update_time fields.
Issue -
State: closed - Opened by myOmikron over 2 years ago
- 1 comment
#5 - Don't add a NotNull annotation on on_create_time and on_update_time fields.
Issue -
State: closed - Opened by myOmikron over 2 years ago
- 1 comment