Dmitrii Aleksandrov

Results 22 issues of Dmitrii Aleksandrov

Imperialist influence has sneaked into this package! Readme only focuses on the bourgeois concept of **object** equality (`set([OurClass1(), OurClass2(), OurClass2()])`), distracting users from the fact that the `revolution` doesn't actually...

bug

I tried to use `as_datetime()` to find and parse dates in an `xlsx` sheet, but it also coerces numbers that aren't formatted like dates. I'd really like to see a...

formatting

I discovered this while working on #2014. I'll quote my code comment from there: ```rust // Native enum comparisons are not portable. // // Postgres enums are compared by their...

## My simplified use case Let's define a `country` table, a `city` table that references it, and a `trip` table that references two cities: the source and the destination. Then,...

## Description When I use class table inheritance, sea-orm generates a `has_many` relation from Parent to Child instead of `has_one`. This issue is somewhat similar to #1393, but my foreign...

Hello, I've just discovered this software and decided to try it out on my Linux machine. Steps to reproduce: 1. Download the AppImage of [9d16ed8](https://github.com/christopherpow/nesicide/commit/9d16ed8) from [here](https://knob.phreneticappsllc.com/nesicide/?s=download) (it's only one...

Another helper method that I use very often and would like to upstream. Basically, a non-panicking version of [ActiveValue::as_ref](https://docs.rs/sea-orm/latest/sea_orm/entity/enum.ActiveValue.html#method.as_ref). ## PR Info - Closes - Dependencies: - Dependents: ## New...

In my dependent project, I have this helper that I use a lot. I think, it's really useful and it's time to upstream it. Without it, the whole `.is_changed()`/`.is_unchanged()` story...

### Your Environment - Version used: 7.12.0 (from F-Droid) - Operating System and version: EMUI 8.0.0. (Android 8.0.0) ### Expected Behavior Successful Dropbox authorization and syncing. ### Current Behavior An...

bug
help wanted

I have a use case with dynamic queries, similar to what's described in #2148. Using an existing SeaORM connection (switching to another library is not an option), I need to...