issues
search
diesel-rs
/
diesel
A safe, extensible ORM and Query Builder for Rust
https://diesel.rs
Apache License 2.0
12.79k
stars
1.08k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix eq_any's nullability
#4354
Ten0
opened
1 day ago
2
`.eq_any(ARRAY(subselect))` and `.eq_any(ARRAY[..., ...])` support
#4353
Ten0
opened
1 day ago
0
Add a missing type def
#4351
weiznich
closed
2 days ago
0
Fixes #4349
#4350
weiznich
opened
2 days ago
3
`.eq_any([["foo"]])` on `SqlType = Array<Text>` causes runtime error on Postgres
#4349
Ten0
opened
2 days ago
4
Type Aliases for Complex Result Types in examples
#4347
sharma-shray
closed
2 days ago
0
Fix and/or function argument to compile check bool expression
#4345
E-anae
closed
6 days ago
5
Prepare a diesel 2.2.5 release
#4343
weiznich
closed
1 day ago
0
Drop gitter from the docs
#4342
weiznich
closed
1 week ago
0
Update `wtx`
#4338
c410-f3r
closed
1 week ago
0
Bump thiserror to 2.0
#4337
weiznich
closed
1 week ago
0
Update Bencher CLI usage
#4335
epompeii
closed
1 week ago
3
allow_tables_to_appear_in_same_query! does not scale with larger number of tables
#4333
jeff-hiner
opened
3 weeks ago
11
Diesel doesn't recognise primary key
#4331
whyando
closed
3 weeks ago
5
Allow to split/group/namespace migrations for FUNCTION
#4330
markus2330
closed
3 weeks ago
0
fix: replace wrong word in NotSelectable documentation
#4328
yasamoka
closed
3 weeks ago
0
Adding Support for `json_populate_record` and `jsonb_populate_record`
#4325
prkbuilds
closed
4 days ago
2
add support for json expression methods
#4324
meeshal
closed
4 days ago
1
First draft for supporting window functions and other aggregate function expressions
#4322
weiznich
opened
3 weeks ago
2
fix: connect to template1 when database is postgres
#4321
zaira-bibi
closed
1 week ago
0
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4320
github-actions[bot]
closed
1 month ago
0
`Nullable<Varchar>` generated instead of `Varchar`
#4319
SamuelMarks
closed
1 month ago
3
Allow using define_sql_function without diesel as direct dependency
#4318
Elrendio
closed
4 weeks ago
1
Macro define_sql_function imposes diesel as direct dependency
#4317
Elrendio
closed
4 weeks ago
0
Attempting to use feature `mysqlclient-sys` when only using `sqlite`
#4316
epompeii
closed
1 month ago
1
`diesel` with `64-column-tables` can not be built on `nightly-2024-10-20`
#4315
vnghia
closed
1 month ago
1
add is_json and is_not_json expression methods
#4314
meeshal
closed
4 weeks ago
0
Add postgres macaddr8 type support
#4313
daniele-solutiontech
closed
3 weeks ago
0
Add a new `#[allow(missing_docs)]`
#4310
weiznich
closed
1 month ago
0
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4308
github-actions[bot]
closed
1 month ago
0
Fix comment related to JSON and JSONB support under SQLite
#4307
sofiaritz
closed
1 month ago
0
add Record support for 1 element tuples
#4306
meeshal
closed
4 weeks ago
1
handling potentially empty value, fix some typos
#4304
sharma-shray
closed
4 weeks ago
0
Add the row_to_json Method for diesel postgres
#4303
prkbuilds
closed
4 weeks ago
0
`DynInstrumentation` is private for version 2.2.4?
#4302
siddhantk232
closed
1 month ago
1
add pg array_to_json support
#4301
meeshal
closed
1 month ago
0
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4300
github-actions[bot]
closed
1 month ago
0
DatabaseError caused by foreign key `ON DELETE RESTRICT` is not classified as `ForeignKeyViolation` using Sqlite
#4299
dav-wolff
opened
1 month ago
2
Typos fixed, improved error handling.
#4298
sharma-shray
closed
1 month ago
0
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4297
github-actions[bot]
closed
1 month ago
1
diesel requires plural table names for belonging_to()
#4296
auroraanna
closed
1 month ago
3
Fix deserialization of empty PostgreSQL ranges
#4295
mpflanzer
closed
1 month ago
0
Empty postgres ranges don't seem supported
#4294
mpflanzer
closed
4 weeks ago
5
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4293
github-actions[bot]
closed
1 month ago
1
Missing impl for tuples in custom QueryFragment
#4292
Zstorm999
opened
1 month ago
3
Expose error code for PG backend
#4290
jrandolf
closed
1 month ago
4
Unable to compile diesel, fails at openssl
#4289
FadyQJ
closed
1 month ago
0
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4288
github-actions[bot]
closed
1 month ago
1
RUSTSEC-2024-0365: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
#4287
github-actions[bot]
closed
1 month ago
1
working on json_path_exists
#4286
valkrypton
opened
1 month ago
2
Next