-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issues: diesel-rs/diesel
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
allow_tables_to_appear_in_same_query! does not scale with larger number of tables
bug
#4333
opened Oct 31, 2024 by
jeff-hiner
3 tasks done
DatabaseError caused by foreign key
ON DELETE RESTRICT
is not classified as ForeignKeyViolation
using Sqlite
bug
good first issue
help wanted
mentoring available
sqlite
#4299
opened Oct 10, 2024 by
dav-wolff
3 tasks done
Missing impl for tuples in custom QueryFragment
help wanted
hole in api
#4292
opened Sep 30, 2024 by
Zstorm999
diesel database reset
errors with Failed to execute a database query
bug
cli
help wanted
postgres
#4275
opened Sep 22, 2024 by
musjj
3 tasks done
Add support for currently unsupported Postgres multirange functions
hole in api
#4240
opened Sep 6, 2024 by
guissalustiano
21 of 40 tasks
Add support for currently unsupported postgres json/jsonb functions
good first issue
help wanted
hole in api
mentoring available
#4216
opened Aug 30, 2024 by
weiznich
17 of 64 tasks
Add support for currently unsupported array functions
enhancement
good first issue
help wanted
mentoring available
#4153
opened Aug 9, 2024 by
weiznich
18 of 20 tasks
oid caching leads to broken queries after schema changes
bug
postgres
#3995
opened Apr 19, 2024 by
davepacheco
2 of 3 tasks
Derive Queryable deserialize_as attribute doesn't support tuples
bug
help wanted
#3920
opened Feb 1, 2024 by
Elrendio
3 tasks done
Deserialization layer seems too permissive with regards to checking the actual types received
#3868
opened Dec 7, 2023 by
Ten0
Nullable<diesel::sqlite::sql_types::Timestamptz> throws trait not implement errors
bug
hole in api
sqlite
#3846
opened Oct 28, 2023 by
baarkerlounger
2 of 3 tasks
Runtime Error for count() with order_by clause combined
bug
hole in api
#3815
opened Oct 1, 2023 by
SamTV12345
3 tasks done
Documentation: Improve documentation for upsert
.filter_target()
documentation
help wanted
#3791
opened Sep 14, 2023 by
liningpan
3 tasks done
Compilation fails when attempting to create a nested join from an aliased table.
bug
hole in api
#3787
opened Sep 13, 2023 by
JSFTI
3 tasks done
Compilation error when grouping aliased fields
bug
#3769
opened Aug 31, 2023 by
SuperPommeDeTerre
3 tasks done
Raw "SELECT ?" sql query results in a panic for the mysql backend
bug
mysql
#3754
opened Aug 18, 2023 by
weiznich
3 tasks done
Missing documentation about concurrent runs of
MigrationHarness::run_pending_migrations
bug
documentation
help wanted
#3707
opened Jul 19, 2023 by
ISibboI
3 tasks done
When generating multiple migrations at once, subsequent migrations that contain the same time stamp are not run.
bug
cli
#3698
opened Jul 14, 2023 by
sollambert
diesel-cli stack overflow when running migration with copy stdin statement.
bug
cli
#3674
opened Jun 30, 2023 by
df51d
3 tasks done
PostgreSQL & MySQL returning different timezones on timestamp query
bug
mysql
postgres
#3668
opened Jun 28, 2023 by
Valentin-Metz
3 tasks done
OnlyDsl::only() does not work together with aliases when doing inner_join
bug
postgres
#3616
opened May 1, 2023 by
Ploppz
3 tasks done
Intermittent test failure for
intervals_match_pg_values_f64
testcase
tests
#3429
opened Nov 23, 2022 by
czotomo
3 tasks done
Deprecation of
dsl::any
will prevent use of TextExpressionMethods::like(any(<expr>))
bug
postgres
#3360
opened Oct 4, 2022 by
hgzimmerman
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.