1. 89ad8bc Cosmetic improvements for tests by Georg Semmler · 4 years, 3 months ago
  2. d7210a2 Documentation fixes by Georg Semmler · 4 years, 3 months ago
  3. 0776411 Follow PR comments and fix a lot of compile errors by Matthew Kuo · 4 years, 3 months ago
  4. 3b083fc in progress: ffi, sql_function! macro, etc by Matthew Kuo · 4 years, 3 months ago
  5. 7aada33 Add Aggregator trait and adjust tests from PR comments by Matthew Kuo · 4 years, 3 months ago
  6. a15d7b8 test(sqlite): add expected behavior for custom aggregate functions by Matthew Kuo · 4 years, 3 months ago
  7. 2cf1117 Add extra complexity to table names in tests by Andre Braga Reis · 4 years, 3 months ago
  8. 95dba32 Iteratively remove adjoining underscores by Andre Braga Reis · 4 years, 3 months ago
  9. df1e2ed Map every non-ascii-alphanumeric character to an underscore by Andre Braga Reis · 4 years, 3 months ago
  10. 9ed2f9b Fixed name fields in load_table_names by zoewithabang · 4 years, 7 months ago
  11. 26565ca Refactored table name decision logic to be clearer by zoewithabang · 4 years, 7 months ago
  12. 0163ef2 Added default for mysql timestamp in test by zoewithabang · 4 years, 8 months ago
  13. ea0c02d Clippy fix, to_string over format! by zoewithabang · 4 years, 8 months ago
  14. 7149b9a Further testing and fixing review issues by zoewithabang · 4 years, 8 months ago
  15. 6f64142 Clippy fix for unwrap_or to unwrap_or_else by zoewithabang · 4 years, 9 months ago
  16. f495560 Support database schemas with spaces and dashes by zoewithabang · 4 years, 9 months ago
  17. 21e75c9 Fix doc tests by Georg Semmler · 4 years, 3 months ago
  18. d4bcea1 Minor fixes by Georg Semmler · 4 years, 3 months ago
  19. e984b92 Allow common upsert functionality without a specific backend by Georg Semmler · 4 years, 3 months ago
  20. 3c64007 Rustfmt by Georg Semmler · 4 years, 3 months ago
  21. 40839d4 Remove some unneed changes by Georg Semmler · 4 years, 3 months ago
  22. 6be2fbb Rustfmt by Georg Semmler · 4 years, 3 months ago
  23. 39a2e90 Doc improvements by Georg Semmler · 4 years, 3 months ago
  24. ea9dd91 Remove unneeded reexport by Georg Semmler · 4 years, 3 months ago
  25. c320142 Fix compile fail test by Georg Semmler · 4 years, 3 months ago
  26. 9b33737 Simplify `QueryFragment` implementation of `BoxedSelectStatement` by Georg Semmler · 4 years, 3 months ago
  27. 702391a Unify test cases by Georg Semmler · 4 years, 3 months ago
  28. 2a5c566 Move select specific upsert implementation into query_builder by Georg Semmler · 4 years, 3 months ago
  29. 8e8e74c Allow tuples with one element in on conflict clauses by Georg Semmler · 4 years, 3 months ago
  30. d73fb00 Move `on_constraint` module to `pg::query_builder` by Georg Semmler · 4 years, 3 months ago
  31. 3d63ed0 Improve changelog by Georg Semmler · 4 years, 3 months ago
  32. 120133b Revert "Remove unused setup steps from azure pipeline" by Georg Semmler · 4 years, 4 months ago
  33. 34a1ba9 Add a compile fail test to verify that upsert with multiple values is by Georg Semmler · 4 years, 4 months ago
  34. 5afe8a2 Add some internal documentation why Upsert from select requires a by Georg Semmler · 4 years, 4 months ago
  35. 93e554c Remove unused setup steps from azure pipeline by Georg Semmler · 4 years, 4 months ago
  36. e2f8ec5 Fix version that deprecated `diesel::pg::upsert` by Georg Semmler · 4 years, 4 months ago
  37. d9ea606 Fixes for changelog by Georg Semmler · 4 years, 4 months ago
  38. 53efa77 Update sqlite on ci by Georg Semmler · 4 years, 4 months ago
  39. 9bcfef5 Test fixes by Georg Semmler · 4 years, 4 months ago
  40. bd49bb9 Move querybuilder related upsert code into query_builder module by Georg Semmler · 4 years, 4 months ago
  41. 79e1d4a Fix post rebase issues by Georg Semmler · 4 years, 4 months ago
  42. b185de8 cargo fmt --all by Hirokazu Hata · 4 years, 6 months ago
  43. effda59 Fix compile errors by Hirokazu Hata · 4 years, 6 months ago
  44. 3ade46d Fix unused import warning by Hirokazu Hata · 4 years, 6 months ago
  45. c0235bf Implement `ConflictTarget` for all supported tuple sizes by Georg Semmler · 4 years, 7 months ago
  46. e06b0a4 Handle on conflict clauses for insert from select statements on sqlite by Georg Semmler · 4 years, 7 months ago
  47. 8f39c1f Use ? operator by Hirokazu Hata · 4 years, 8 months ago
  48. 462c99f Update CHANGELOG.md by Hirokazu Hata · 5 years ago
  49. 5d29347 Add sqlite fail case test by Hirokazu Hata · 5 years ago
  50. a9e2532 Split into install-sqlite3.yml by Hirokazu Hata · 5 years ago
  51. 0233305 Update azure-piplines.yml by Hirokazu Hata · 5 years ago
  52. 3714b23 Update azure-piplines.yml by Hirokazu Hata · 5 years ago
  53. f028b02 Update azure-pipelines.yml sqlite version by Hirokazu Hata · 6 years ago
  54. 4001fe2 rustfmt by Hirokazu Hata · 6 years ago
  55. 05c64a5 Update CHANGELOG.md by Hirokazu Hata · 6 years ago
  56. fa958e5 Hide cfg attribute by Hirokazu Hata · 6 years ago
  57. 9280923 Fix use module in compile-fail test by Hirokazu Hata · 6 years ago
  58. 1de3ec2 Add line break by Hirokazu Hata · 6 years ago
  59. 955406f Fix doc test by Hirokazu Hata · 6 years ago
  60. 377ca07 Add available version information by Hirokazu Hata · 6 years ago
  61. dc90a2e Change TravisCI Sqlite version by Hirokazu Hata · 6 years ago
  62. 9e98feb Remove unneseccery attrubutes by Hirokazu Hata · 6 years ago
  63. 04b8c41 Add with-deprecated and doc hidden attributes by Hirokazu Hata · 6 years ago
  64. 30079e1 Add on_constraint compile error by Hirokazu Hata · 6 years ago
  65. 9c2690c Fix test case by Hirokazu Hata · 6 years ago
  66. e443c07 Update .travis.yml for sqlite3 by Hirokazu Hata · 6 years ago
  67. c3a9f0e Update compile fail test by Hirokazu Hata · 6 years ago
  68. b53a0f1 Execute cargo fmt by Hirokazu Hata · 6 years ago
  69. 4b87963 Revert "Remove on_conflict_do_nothing test case" by Hirokazu Hata · 6 years ago
  70. 2e09708 Fix on_constraint by Hirokazu Hata · 6 years ago
  71. 6c885dd Move on_constraint to pg by Hirokazu Hata · 6 years ago
  72. c31c6c4 Remove SupportsReturningClause from sqlite::backend by Hirokazu Hata · 6 years ago
  73. 02173ef Revert "Implement DefaultKeyword for Sqlite" by Hirokazu Hata · 6 years ago
  74. 223b19f use where clause by Hirokazu Hata · 6 years ago
  75. 5c93abd Remove on_conflict_do_nothing test case by Hirokazu Hata · 6 years ago
  76. 300b4d2 Revert "Remove unnecessary test case" by Hirokazu Hata · 6 years ago
  77. 0b83d2e Remove unnecessary test case by Hirokazu Hata · 6 years ago
  78. 137006d Excute rustfmt by Hirokazu Hata · 6 years ago
  79. 0fab5d9 use on_conflict only postgres by Hirokazu Hata · 6 years ago
  80. 7caeeee Fix docs test by Hirokazu Hata · 6 years ago
  81. 3f63301 Implement DefaultKeyword for Sqlite by Hirokazu Hata · 6 years ago
  82. 6f5b9dd Remove QueryFragment constraint from OnConflictTarget by Hirokazu Hata · 6 years ago
  83. 73ea6bc Fix comment by Hirokazu Hata · 6 years ago
  84. d039e26 Add deprecated attribute to pg::upsert by Hirokazu Hata · 6 years ago
  85. f04ba1d Add sqlite to on_conflict test cases by Hirokazu Hata · 6 years ago
  86. e72a41f Move pg::upsert module to diesel::upsert by Hirokazu Hata · 6 years ago
  87. 5369a7a Merge pull request #2338 from weiznich/update/diesel_1.4.4 by Georg Semmler · 4 years, 3 months ago
  88. fe5c9dd Update macos images on azure by Georg Semmler · 4 years, 3 months ago
  89. 33730bf Cherry pick changelog of diesel 1.4.4 to master by Georg Semmler · 4 years, 3 months ago
  90. 00f7de7 Merge pull request #2248 from diesel-rs/sg-2018-macros by Georg Semmler · 4 years, 3 months ago
  91. 2c9e39d More doc fixes by Georg Semmler · 4 years, 3 months ago upstream/sg-2018-macros
  92. ef8e1d8 Add missing import to fix doc test by Georg Semmler · 4 years, 3 months ago
  93. 15919b7 Small doc fix by Georg Semmler · 4 years, 3 months ago
  94. 43abe68 Add missing imports for broken doc tests by Georg Semmler · 4 years, 3 months ago
  95. edb7353 Remove unused import by Georg Semmler · 4 years, 3 months ago
  96. 04513cb Fix some small issues in some derive docs by Georg Semmler · 4 years, 3 months ago
  97. 51af6be Improve documentation of the `QueryId` derive by Georg Semmler · 4 years, 3 months ago
  98. e38cbb1 Move documentation of `sql_function!` to `diesel_derives` by Georg Semmler · 4 years, 3 months ago
  99. d4ae3ce Add a few more `#[doc(inline)]` for reexports by Georg Semmler · 4 years, 3 months ago
  100. d744fa5 Don't break existing crates that do `#[macro_use] extern crate diesel` by Georg Semmler · 4 years, 3 months ago