1. 391f446 Minor documentation improvements by Georg Semmler · 4 years, 4 months ago
  2. 7d36b37 Apply suggestions from code review by Georg Semmler · 4 years, 5 months ago
  3. 5249889 Update compile tests by Georg Semmler · 4 years, 5 months ago
  4. f4b34bc Use explicit macro imports in diesel_cli by Georg Semmler · 4 years, 5 months ago
  5. 0ace845 Remove typo by Georg Semmler · 4 years, 5 months ago
  6. 82333b7 Explicitly depend on diesel_derives for `#[macro_use]` imports by Georg Semmler · 4 years, 5 months ago
  7. b4b55a6 Fix doc tests by Georg Semmler · 4 years, 5 months ago
  8. 8a3e579 Reorganize reexporting of custom derive macros by Georg Semmler · 4 years, 5 months ago
  9. bd5a29b Rename `macros::public` to `macros::prelude` by Sean Griffin · 4 years, 6 months ago
  10. 0b9d475 Update our macros to work in the 2018 style by Sean Griffin · 4 years, 6 months ago
  11. d34ecf5 Merge pull request #2333 from abreis/fix-linux-mysql-tests by Georg Semmler · 4 years, 3 months ago
  12. 4458540 Skip MySQL installation and tell the service to start instead by Andre Braga Reis · 4 years, 3 months ago
  13. d9e4ffc Merge pull request #2323 from yuanchenxi95/patch-1 by Georg Semmler · 4 years, 4 months ago
  14. 019db5e Update mysql-apt-config version by Chenxi Yuan · 4 years, 4 months ago
  15. 18d8de3 Merge pull request #2069 from diesel-rs/sg-relative-config-paths by Georg Semmler · 4 years, 4 months ago
  16. 6a2f074 Fix migration path directory directly while parsing the config file by Georg Semmler · 4 years, 4 months ago upstream/sg-relative-config-paths
  17. 43b223f Rustfmt by Georg Semmler · 4 years, 4 months ago
  18. 7a61a50 Fix test cases by Georg Semmler · 4 years, 4 months ago
  19. 420201f Fix broken test by Georg Semmler · 4 years, 4 months ago
  20. b94de7a Remove unused `extern crate` statements by Georg Semmler · 4 years, 4 months ago
  21. d600b39 Fix test case by Georg Semmler · 4 years, 4 months ago
  22. 7741f8e Improve error message for MigrationDirectoryNotFound and ProjectRootNotFound by Georg Semmler · 4 years, 4 months ago
  23. 4af0c1c Interpret paths in diesel.toml as relative to the project root by Sean Griffin · 5 years ago
  24. b2ee735 Merge pull request #2319 from weiznich/fix/ci by Georg Semmler · 4 years, 4 months ago
  25. ce86f38 Fix problem with postgres installation on macosx by Georg Semmler · 4 years, 4 months ago
  26. 4391965 Merge pull request #2316 from reign-rs/master by Georg Semmler · 4 years, 4 months ago
  27. 7176fe9 Enable using this library from git directly by Pavan Kumar Sunkara · 4 years, 4 months ago
  28. 119d27e Merge pull request #2304 from PhilipTrauner/additional-database-errors by Georg Semmler · 4 years, 4 months ago
  29. 26ef106 Merge pull request #1990 from mehcode/boxed-send by Georg Semmler · 4 years, 4 months ago
  30. e52f905 Exclude 'check_constraints_are_detected' for MySQL by Philip Trauner · 4 years, 4 months ago
  31. 2d24a9c Fix changelog by Georg Semmler · 4 years, 4 months ago
  32. 67cf8e2 Fix unused_parens warning by Georg Semmler · 4 years, 4 months ago
  33. dc7102a Run rustfmt by Ryan Leckey · 5 years ago
  34. 5ba759f Add a minimal changelog entry for making boxed queries Send by Ryan Leckey · 5 years ago
  35. 7185fac Add a test that will fail if Boxed queries are not Send by Ryan Leckey · 5 years ago
  36. e1a61af Run rustfmt by Ryan Leckey · 5 years ago
  37. 4714fa4 Add 'Send' bound to BoxedWhereClause by Ryan Leckey · 5 years ago
  38. 03543b3 Add 'Send' bound to BoxedSelectStatement to enable conditional async queries by Ryan Leckey · 5 years ago
  39. 63b404c Merge pull request #2305 from jplatte/lints by Georg Semmler · 4 years, 4 months ago
  40. 9512a80 Strip out duplicate 'constraints' by Philip Trauner · 4 years, 4 months ago
  41. 9d8304b Apply clippy suggestions by Jonas Platte · 4 years, 4 months ago
  42. 4f48b2b Allow clippy lint for generated code by Jonas Platte · 4 years, 4 months ago
  43. dacfcdd Merge pull request #2306 from jplatte/cli_2018 by Georg Semmler · 4 years, 4 months ago
  44. cb4824f Introduce tests for 'CheckViolation' and 'NotNullViolation' by Philip Trauner · 4 years, 4 months ago
  45. d5f0f66 Introduce 'pokes' table (has non-nullable columns and check constraint) by Philip Trauner · 4 years, 4 months ago
  46. 9cd6dc8 Also match "column doesn't have a default value" error code (1364) by Philip Trauner · 4 years, 4 months ago
  47. 3939e73 Update diesel_cli to Rust 2018 by Jonas Platte · 4 years, 4 months ago
  48. 38ebcc4 Merge pull request #2302 from SarthakSingh31/task/add_db_to_readme by Georg Semmler · 4 years, 4 months ago
  49. 5d7cfb6 Introduce 'NotNullViolation' and 'CheckViolation' database errors by Philip Trauner · 4 years, 4 months ago
  50. ac1bb54 Error code link is dead, replace it with '8.0' version by Philip Trauner · 4 years, 4 months ago
  51. 144c63f Added supported databases to README.md by Sarthak Singh · 4 years, 4 months ago
  52. 102fde6 Merge pull request #2299 from thekuom/bugfix/2225-migration-dir-cli by Georg Semmler · 4 years, 5 months ago
  53. 440c102 fix(diesel-cli): database subcommand ignores --migration-dir by Matthew Kuo · 4 years, 5 months ago
  54. fcf8677 Merge pull request #2295 from tmcw/docs-sql_query-syntax by Georg Semmler · 4 years, 5 months ago
  55. 3e3c796 Merge pull request #2292 from FauxFaux/feat/sqlite-0.17 by Georg Semmler · 4 years, 5 months ago
  56. f17279f Tweak wording by Tom MacWright · 4 years, 5 months ago
  57. 535c83c Mention MySQL by Tom MacWright · 4 years, 5 months ago
  58. 4e30610 Add note clarifying that placeholder syntax is engine-dependent by Tom MacWright · 4 years, 5 months ago
  59. 93b4a86 feat: use sqlite 0.17 by Chris West (Faux) · 4 years, 5 months ago
  60. ccda26a Merge pull request #2287 from ode79/patch-1 by Georg Semmler · 4 years, 5 months ago
  61. 71fc6e8 Fix broken link in README.md by ode79 · 4 years, 5 months ago
  62. 2bcd3a7 Merge pull request #2278 from WebeWizard/master by Georg Semmler · 4 years, 5 months ago
  63. 8cad08f remove sqlite unsigned migration. specify only mysql for tests. add test with two unsigned columns by WebeWizard · 4 years, 5 months ago
  64. 4e39c6f add tests for unsigned types by WebeWizard · 4 years, 5 months ago
  65. a2676d2 lower the varchar size, fixes error on non-dockerized mysql/mariadb by WebeWizard · 4 years, 5 months ago
  66. 02c5e98 remove unneeded unsigned date impl generator by WebeWizard · 4 years, 5 months ago
  67. 3614b35 Merge pull request #2276 from weiznich/fix/non_static_boxed_selectstatements by Georg Semmler · 4 years, 5 months ago
  68. efba762 cargo fmt fixes by WebeWizard · 4 years, 5 months ago
  69. 91cd79d remove empty line by WebeWizard · 4 years, 5 months ago
  70. e1181ba auto implement standard ops for Unsigned<T> types by WebeWizard · 4 years, 5 months ago
  71. 683a263 Add a `contains` method for postgres range types by Georg Semmler · 4 years, 5 months ago
  72. 9d5f2f7 Generalize creating a `BoxedWhereClause` by Georg Semmler · 4 years, 5 months ago
  73. 395e618 Merge pull request #2271 from weiznich/fix/deprecated_error_warnings by Georg Semmler · 4 years, 5 months ago
  74. 450ca18 Fix error messages for `FromSql<Json{b}, Pg>` by Georg Semmler · 4 years, 5 months ago
  75. fa1be44 Removed all remaining occurrences of `Error::description` by Georg Semmler · 4 years, 5 months ago
  76. b3638c4 Remove deprecated `std::error::Error` methods by Georg Semmler · 4 years, 5 months ago
  77. bd349ce Merge pull request #2268 from weiznich/fix/uuid_support by Georg Semmler · 4 years, 5 months ago
  78. a37497a Merge branch 'master' into fix/uuid_support by Georg Semmler · 4 years, 5 months ago
  79. 699ae58 Remove support for old uuid versions by Georg Semmler · 4 years, 6 months ago
  80. c84388b Merge pull request #2263 from diesel-rs/sg-migrate-tests-to-2018 by Georg Semmler · 4 years, 5 months ago
  81. 88563e0 Merge pull request #2265 from Razican/ipnetwork_upgrade by Georg Semmler · 4 years, 6 months ago
  82. f83b510 Merge remote-tracking branch 'upstream/master' into sg-migrate-tests-to-2018 by Georg Semmler · 4 years, 6 months ago upstream/sg-migrate-tests-to-2018
  83. 7998a36 Forgot to change version for tests by razican · 4 years, 6 months ago
  84. cc0ba8f Upgraded ipnetwork dependency by Razican · 4 years, 6 months ago
  85. 20fb020 Merge pull request #2267 from weiznich/fix/ci by Georg Semmler · 4 years, 6 months ago
  86. 325a3f3 Fix the CI by Georg Semmler · 4 years, 6 months ago
  87. ecd7993 Update the test suite to the 2018 edition by Sean Griffin · 4 years, 6 months ago
  88. f5b15e5 Merge pull request #2260 from weiznich/fix/2258 by Georg Semmler · 4 years, 6 months ago
  89. 52562c1 Fix #2258 by Georg Semmler · 4 years, 6 months ago
  90. bc6110d Merge pull request #2234 from diesel-rs/sg-fix-nested-joins by Georg Semmler · 4 years, 6 months ago
  91. 5592a50 Merge pull request #2246 from diesel-rs/sg-use-free-constant by Georg Semmler · 4 years, 6 months ago
  92. ca5b325 Merge branch 'master' into sg-use-free-constant by Georg Semmler · 4 years, 6 months ago upstream/sg-use-free-constant
  93. 6404b7e Merge pull request #2253 from diesel-rs/sg-fix-travis by Sean Griffin · 4 years, 6 months ago
  94. 3fbf829 Fix travis build by Sean Griffin · 4 years, 6 months ago upstream/sg-fix-travis
  95. c70fadc Merge pull request #2242 from weiznich/feature/cleanup by Sean Griffin · 4 years, 6 months ago
  96. 07989f2 Merge branch 'master' into sg-fix-nested-joins by Georg Semmler · 4 years, 6 months ago upstream/sg-fix-nested-joins
  97. 45fa8c6 Update .travis.yml by Sean Griffin · 4 years, 6 months ago
  98. c106100 Merge pull request #2247 from diesel-rs/sg-main-crate-2018 by Sean Griffin · 4 years, 6 months ago
  99. 528acdb cargo fmt by Sean Griffin · 4 years, 6 months ago
  100. 78cdb88 Rename Select to Pick by Sean Griffin · 4 years, 6 months ago