- fe87242 Merge pull request #2272 from weiznich/feature/pg_range_ops by Georg Semmler · 4 years, 9 months ago main master
- 968e7f7 Merge pull request #2376 from martell/chore/missing-nightly-update by Georg Semmler · 4 years, 9 months ago
- a19c6e3 Update nightly for unused_braces regression by Martell Malone · 4 years, 9 months ago
- 9d05d0e Update to a nightly that has clippy and rustfmt by Martell Malone · 4 years, 9 months ago
- c05e062 Fix intra doc link to diesel::sql_types by Martell Malone · 4 years, 9 months ago
- a8b6042 Update nightly in travis to match rust-toolchain by Martell Malone · 4 years, 9 months ago
- a9e6e12 Merge pull request #2372 from p-alik/issue-3241 by Georg Semmler · 4 years, 9 months ago
- 0b7bb3c Merge pull request #2325 from thekuom/feature/2191-sqlite-custom-aggregate by Georg Semmler · 4 years, 9 months ago
- 8fedd45 Add some more documentation for unsafe code blocks by Georg Semmler · 4 years, 9 months ago
- 5ffc26b Allow to return non nullable values from a custom aggregate function by Georg Semmler · 4 years, 9 months ago
- c84de40 Merge branch 'master' into feature/2191-sqlite-custom-aggregate by Matthew Kuo · 4 years, 9 months ago
- 44ffaa4 Update SqliteAggregatorFunction finalize to return Option by Matthew Kuo · 4 years, 9 months ago
- 4d6a088 Merge pull request #2374 from weiznich/non_exhaustive by Georg Semmler · 4 years, 9 months ago
- 777a6cc Use `#[non_exhaustive]` instead of `__NonExhaustive` enum variants by Georg Semmler · 4 years, 9 months ago
- 765efbf Fix clippy error by Matthew Kuo · 4 years, 9 months ago
- 077c036 Merge pull request #2029 from weiznich/fix_offset_for_sqlite by Georg Semmler · 4 years, 9 months ago
- c56e7ce Merge branch 'master' into feature/2191-sqlite-custom-aggregate by Georg Semmler · 4 years, 9 months ago
- 16992fe Remove unneeded change with complicated trait bound by Georg Semmler · 4 years, 9 months ago
- eb00d5a Run rustfmt by Georg Semmler · 4 years, 9 months ago
- 842888c support mysql connection over unix socket by Alexei Pastuchov · 4 years, 9 months ago
- 2a096db Minor improvements by Georg Semmler · 4 years, 9 months ago
- 9e8d4d0 Remove accidental committed changes by Georg Semmler · 4 years, 9 months ago
- e602dfef Fix typo by Georg Semmler · 4 years, 9 months ago
- 66146da Post rebase fixes by Georg Semmler · 4 years, 9 months ago
- 28dc21c Try to debug ci by Georg Semmler · 5 years ago
- 78c8b13 Fix compile tests by Georg Semmler · 5 years ago
- 6bf9ccd Fix trait bounds by Georg Semmler · 5 years ago
- d5e9eba Fix backend specific implementations by Georg Semmler · 5 years ago
- 3213007 Allow third party backends to use `BoxedSelectStatement` by Georg Semmler · 5 years ago
- aba422a Make Limit/Offset clauses public, because custom backends need to by Georg Semmler · 5 years ago
- f8fff95 Fix formating by Georg Semmler · 6 years ago
- 8d593e6 More CI fixes by Georg Semmler · 6 years ago
- 4ac57ae Fix failing CI by Georg Semmler · 6 years ago
- 4c1afa6 Disallow offset without limit for mysql where possible by Georg Semmler · 6 years ago
- 52fb23f Add a changelog entry by Georg Semmler · 6 years ago
- 38226f2 Fix building of diesel_cli by Georg Semmler · 6 years ago
- 2c80ba7 Offset is even more broken in MySQL by Georg Semmler · 6 years ago
- 67922e6 Remove dependency to `diesel_infer_schema!` from diesel_tests by Georg Semmler · 6 years ago
- 98e7eb9 Fix offset needing a limit clause (on sqlite) by Georg Semmler · 6 years ago
- be08540 Merge pull request #2251 from diesel-rs/sg-fix-non-aggregate by Georg Semmler · 4 years, 9 months ago
- c7546f8 Merge pull request #2364 from Ten0/transaction_commit_failures_rollback by Georg Semmler · 4 years, 9 months ago
- b19ec79 Even more comments by Thomas BESSOU · 4 years, 9 months ago
- f662dac More comments by Ten0 · 4 years, 9 months ago
- 6feea52 Run cargo fmt by Georg Semmler · 4 years, 9 months ago upstream/sg-fix-non-aggregate
- 6688b3a Merge pull request #2361 from kevinpoitra/fix-socket-descriptor-leak by Georg Semmler · 4 years, 9 months ago
- 094cbbd Minor documentation improvements by Georg Semmler · 4 years, 9 months ago
- 9ce554b PR #2347 does this in a better way by Georg Semmler · 4 years, 10 months ago
- 17d2181 Documentation improvements by Georg Semmler · 4 years, 10 months ago
- 22d8549 Implement an already documented flag by Georg Semmler · 4 years, 10 months ago
- b75b0e6 We did not even release yet, so just don't mention it in the changelog by Georg Semmler · 4 years, 10 months ago
- 5438f53 Fix travis by Georg Semmler · 4 years, 10 months ago
- f17e3dd Fix advanced-blog-cli example by Georg Semmler · 4 years, 10 months ago
- 8c24898 Fix documentation of `ValidGrouping` derive by Georg Semmler · 4 years, 10 months ago
- c8e014e Remove `#[macro_use]` from diesel_derive + fix imports by Georg Semmler · 4 years, 10 months ago
- 66a0d21 Readd missing changelog entries by Georg Semmler · 4 years, 10 months ago
- b1c2666 Run rustfmt by Georg Semmler · 5 years ago
- 68a349e Fix examples by Sean Griffin · 5 years ago
- 8e1a934 Replace `NonAggregate` with something less broken by Sean Griffin · 5 years ago
- e69a75f Run cargo fmt by Georg Semmler · 4 years, 9 months ago
- 26d0861 Only catch on `COMMIT`, not on `SAVEPOINT` by Thomas BESSOU · 4 years, 9 months ago
- 4a412a8 Fix transactions not closing properly when failing on commit by Thomas BESSOU · 4 years, 9 months ago
- 38e6dec Merge pull request #2347 from Kononnable/developer-environment by Georg Semmler · 4 years, 9 months ago
- 76b3d01 Merge branch 'master' into developer-environment by Georg Semmler · 4 years, 9 months ago
- be6e076 Check that the connection pointer is not null before trying to call PQfinish after a PostgreSQL connection attempt failure
by kevinpoitra · 4 years, 9 months ago
- 39ca9d5 Properly call PQFinish after failed connection attempts to stop leaking socket file descriptors by kevinpoitra · 4 years, 9 months ago
- 4847ecf Merge pull request #2363 from weiznich/update/nightly-2020-03-21 by Georg Semmler · 4 years, 9 months ago
- 9a87f1a Fix failing compile tests, by updating the error messages by Georg Semmler · 4 years, 9 months ago
- 0ac79ca Merge branch 'msrv' into update/nightly-2020-03-21 by Georg Semmler · 4 years, 9 months ago
- 13991b7 Allow `clippy::needless_doctest_main` lint by Yuki Okushi · 4 years, 9 months ago
- 90a8aa2 Update MSRV to 1.40.0 by Yuki Okushi · 4 years, 9 months ago
- b12d9cc Set YAML indent to 2 by Yuki Okushi · 4 years, 9 months ago
- 537eb5d Merge pull request #2354 from abreis/fix-uuid-link by Georg Semmler · 4 years, 9 months ago
- 5040fc8 Correct a broken link to Uuid by Andre Braga Reis · 4 years, 9 months ago
- a422433 default BACKEND values for example test scripts by Kononnable · 4 years, 10 months ago
- 1ddd13d Merge pull request #2332 from abreis/schema-unmappable-chars by Georg Semmler · 4 years, 10 months ago
- f51e75b Update to nightly-2020-04-01 by Martell Malone · 5 years ago
- 0138765 Swap Cow<str> for String since it was always converted to it anyway by Andre Braga Reis · 4 years, 10 months ago
- 1ffa6b7 Swap out Option<String> for Cow<str> when checking for unmappable chars by Andre Braga Reis · 4 years, 10 months ago
- 794db93 Remove trailing space in changelog by Matthew Kuo · 4 years, 10 months ago
- 51d92f0 Merge branch 'master' into feature/2191-sqlite-custom-aggregate by Matthew Kuo · 4 years, 10 months ago
- ba7ba6a Added custom aggregate functions for SQLite feature to changelog by Matthew Kuo · 4 years, 10 months ago
- 8329f6e Address PR comments by Matthew Kuo · 4 years, 10 months ago
- cb33367 Merge pull request #1884 from h-michael/upsert by Georg Semmler · 4 years, 10 months ago
- cbcbb61 Clean up wording on documentation and improve compile_fail test by Matthew Kuo · 4 years, 10 months ago
- c69a034 Fix rustdoc test failure by Matthew Kuo · 4 years, 10 months ago
- 492d2d9 Update link to sql_function in documentation by Matthew Kuo · 4 years, 10 months ago
- e0a5bf6 Fix rustdoc test failure by Matthew Kuo · 4 years, 10 months ago
- b5ec4dc Add solution for case where query returns no rows by Matthew Kuo · 4 years, 10 months ago
- d034679 Move reexport to the other reexports by Georg Semmler · 4 years, 10 months ago
- 2f6a786 Allow also tuples with only one column as `ConflictTarget` by Georg Semmler · 4 years, 10 months ago
- 77f9289 Minor documentation improvement by Georg Semmler · 4 years, 10 months ago
- 31666aa Fix cargo fmt errors by Matthew Kuo · 4 years, 10 months ago
- 838ccd1 Improve documentation and address PR comments by Matthew Kuo · 4 years, 10 months ago
- c1305ff Fix documenation code test failure by Matthew Kuo · 4 years, 10 months ago
- 82828cf Clean up code by Matthew Kuo · 4 years, 10 months ago
- 2844db1 add BACKEND variable override when running tests by Kononnable · 4 years, 10 months ago
- 2921b56 add password for postgres docker image; fix travis.yml indentation by Kononnable · 4 years, 10 months ago
- 479415e First pass of implementation by Matthew Kuo · 4 years, 10 months ago
- 9efd495 We do not need `#[macro_use] extern crate diesel` anymore in tests by Georg Semmler · 4 years, 10 months ago
- d11f53d Documentation improvements by Georg Semmler · 4 years, 10 months ago