Commit Graph

  • 257a893e1b
    Use sea-query master Billy Chan 2021-11-10 15:28:43 +08:00
  • ac804a1642
    Imports PaginatorTrait by default making it backward compatible Billy Chan 2021-11-10 15:15:50 +08:00
  • 1905f62430
    cargo fmt Billy Chan 2021-11-10 14:58:06 +08:00
  • 66c23c85db
    Revert MySQL & SQLite returning support Billy Chan 2021-11-10 14:40:44 +08:00
  • 05181994d3 Move count to PaginatorTrait jasper 2021-11-10 08:57:05 +08:00
  • 4b11a10680 Update examples and test jasper 2021-11-09 22:19:31 +08:00
  • 23498892b0 Add PaginatorTrait and CountTrait jasper 2021-11-09 21:21:42 +08:00
  • cc035d7aa7
    Refactoring Billy Chan 2021-11-09 18:14:13 +08:00
  • c1fae1bc86
    Debug print Billy Chan 2021-11-09 16:54:29 +08:00
  • 03d90d8630 Docs Chris Tsang 2021-11-09 16:14:51 +08:00
  • ec637b26a0
    Returning support for SQLite Billy Chan 2021-11-09 16:10:52 +08:00
  • 533c3cf175
    Try Billy Chan 2021-11-09 15:38:28 +08:00
  • 8020ae1209
    Fixup Billy Chan 2021-11-09 12:23:49 +08:00
  • 24fab66d17
    Try Billy Chan 2021-11-09 12:11:00 +08:00
  • 429b920ded
    Fixup Billy Chan 2021-11-09 11:05:55 +08:00
  • 30a50ca75d
    Try Billy Chan 2021-11-09 10:22:31 +08:00
  • 3e6423aa8a
    This will fail loll Billy Chan 2021-11-08 22:55:00 +08:00
  • 17232063b3
    This will fail loll Billy Chan 2021-11-08 22:29:18 +08:00
  • afdb1afeb8
    This will fail loll Billy Chan 2021-11-08 22:12:09 +08:00
  • 2f0ac4ca1d
    Fixup Billy Chan 2021-11-08 20:11:44 +08:00
  • 30f43b64c6
    Fixup Billy Chan 2021-11-08 19:03:06 +08:00
  • 80c0d69733
    Merge remote-tracking branch 'origin/master' into returning Billy Chan 2021-11-08 17:37:54 +08:00
  • 0eafacc2a1
    Try returning on MariaDB Billy Chan 2021-11-08 17:36:30 +08:00
  • 3df0b941c8
    Merge pull request #258 from SeaQL/active-enum Chris Tsang 2021-11-08 15:53:25 +08:00
  • 732d080020
    Update docs Billy Chan 2021-11-08 15:24:51 +08:00
  • 2f7cffa74d
    Fix test cases Billy Chan 2021-11-08 15:12:56 +08:00
  • 623873678b
    Handle "None of the database rows are affected" for Postgres Billy Chan 2021-11-08 15:12:47 +08:00
  • 0d4a237d1c Readme badges Chris Tsang 2021-11-08 13:48:05 +08:00
  • 4120b16428
    Merge pull request #297 from YoshieraHuang/master Chris Tsang 2021-11-08 13:38:50 +08:00
  • a0cb03cadb
    Merge pull request #303 from SeaQL/codegen-relation-def-warnings Chris Tsang 2021-11-08 13:35:09 +08:00
  • cb996d8460
    Fix clippy warnings Billy Chan 2021-11-08 12:53:12 +08:00
  • 666a5bb068
    cargo fmt Billy Chan 2021-11-08 12:50:38 +08:00
  • 1ed6371cbd
    Run axum_example on CI Billy Chan 2021-11-08 12:39:36 +08:00
  • 8b217239fd
    Fix clippy warnings Billy Chan 2021-11-08 12:13:29 +08:00
  • e0302173c2 Add axum example jasper 2021-11-06 17:33:51 +08:00
  • 50605c731b
    FIXME: breaking behaviors Billy Chan 2021-11-05 22:39:25 +08:00
  • a977572762
    Update with returning for Postgres Billy Chan 2021-11-05 22:13:52 +08:00
  • 52ff9430e1
    Docs Billy Chan 2021-11-05 18:25:20 +08:00
  • c39a3b8cb2
    Insert with returning for Postgres Billy Chan 2021-11-05 18:20:25 +08:00
  • 47e2486ead
    Refactoring Billy Chan 2021-11-05 16:25:55 +08:00
  • c5468eb92f
    Use "marlon-sousa/sea-query" Billy Chan 2021-11-05 12:41:49 +08:00
  • 10f3de0f9d
    Only eq & ne operators with enum casting Billy Chan 2021-11-05 11:13:31 +08:00
  • 6a0db92c8b #290 Add option to disable SQLx logging Chris Tsang 2021-11-04 23:34:15 +08:00
  • 67bb168e49
    Correctly apply filters on enum columns Billy Chan 2021-11-04 11:40:05 +08:00
  • f64f1e9216
    DeriveActiveEnum generate code that depends on sea-query inside sea-orm Billy Chan 2021-11-04 11:01:29 +08:00
  • 2b841b1b5d
    Refactoring Billy Chan 2021-11-04 10:49:50 +08:00
  • bb78a1d709
    More ergonomic DeriveActiveEnum derive macro Billy Chan 2021-11-03 15:38:42 +08:00
  • 2f7c9ccda7
    Refactoring Billy Chan 2021-11-03 10:56:06 +08:00
  • 0bbb50b7f6
    Merge remote-tracking branch 'origin/master' into active-enum Billy Chan 2021-11-03 10:52:29 +08:00
  • e2d4ccf456
    Merge pull request #287 from SeaQL/vec-u8-primary-key Chris Tsang 2021-11-03 00:32:13 +08:00
  • d22ff0db5e
    Fixup Billy Chan 2021-11-02 18:35:36 +08:00
  • 892c0fe57d
    Support Vec<u8> primary key Billy Chan 2021-11-02 14:56:29 +08:00
  • 7309f8a624
    cargo fmt Billy Chan 2021-11-02 14:39:45 +08:00
  • 858e1e047d
    Update docs Billy Chan 2021-11-02 14:34:08 +08:00
  • 158893c540
    Enable missing_docs lint Billy Chan 2021-11-02 14:31:28 +08:00
  • 65542301da
    Add docs Billy Chan 2021-11-02 14:25:18 +08:00
  • a95ee3123f
    Use sea-query master Billy Chan 2021-11-02 12:25:34 +08:00
  • 6018d3f1b9
    Merge remote-tracking branch 'origin/master' into active-enum Billy Chan 2021-11-02 12:18:37 +08:00
  • 57c255387f Remove test-temp from Rust.yml Chris Tsang 2021-11-02 02:08:49 +08:00
  • d5da351f50
    Merge pull request #280 from charleschege/master Chris Tsang 2021-11-02 02:04:01 +08:00
  • 6904b9f057
    Try fixing sea-orm-macros doctest errors Billy Chan 2021-10-31 15:45:42 +08:00
  • fcf3ea9407
    Try fixing some doctest errors Billy Chan 2021-10-31 14:40:36 +08:00
  • 30814f0053 Provide further exaplanation for pub struct ActiveValue<V> Charles Chege 2021-10-31 09:03:02 +03:00
  • bb83a6df81 Merge branch 'master' of https://github.com/charleschege/sea-orm Charles Chege 2021-10-30 18:57:15 +03:00
  • a22350914c Solutions for doc tests Charles Chege 2021-10-30 18:55:53 +03:00
  • a1167b774e
    Try cargo test with different args Billy Chan 2021-10-30 22:12:55 +08:00
  • 870ca3ffb0 Run fmt --all Charles Chege 2021-10-30 12:00:07 +03:00
  • e0023611a2 Improve documentation for the drivers and the entity Charles Chege 2021-10-30 11:15:43 +03:00
  • a1382b1b41 Fix merge conflicts from SeaQL/sea-orm master branch Charles Chege 2021-10-29 10:44:09 +03:00
  • 037eab974e Document the utils module Charles Chege 2021-10-29 10:40:39 +03:00
  • f21492bf60 Document the error module Charles Chege 2021-10-29 10:40:16 +03:00
  • e4d115b5b0 Document the database drivers Charles Chege 2021-10-29 10:39:37 +03:00
  • db098d1a03 Documetation for the entity module Charles Chege 2021-10-29 10:39:16 +03:00
  • 817e9bdd23 Documetation for the executor module Charles Chege 2021-10-29 10:38:55 +03:00
  • a9b6f8cc83 Documetation for the query module Charles Chege 2021-10-29 10:38:30 +03:00
  • 69d5c701ee Documetation for the schema module Charles Chege 2021-10-29 10:37:54 +03:00
  • 91b9e542af Documetation for the database modeule Charles Chege 2021-10-29 10:37:10 +03:00
  • 06aa9e3175 Document the macros. Add code examples for the macros Charles Chege 2021-10-29 10:36:18 +03:00
  • a80df71c42
    Merge branch 'SeaQL:master' into master Charles·Chege 2021-10-29 09:40:44 +03:00
  • 8338c23341 Do not override max_connections for SQLite Chris Tsang 2021-10-29 12:48:16 +08:00
  • 642994a194 Documentation for the stream module Charles Chege 2021-10-28 15:49:28 +03:00
  • 497bdbe3dd Document the macros. Add code examples for the macros Charles Chege 2021-10-28 15:46:38 +03:00
  • e21af53374
    Fix clippy warnings Billy Chan 2021-10-27 15:23:21 +08:00
  • fe64d53b45
    Merge remote-tracking branch 'origin/master' into active-enum Billy Chan 2021-10-27 13:24:35 +08:00
  • 70e76ebdc0
    Merge pull request #261 from SeaQL/active-enum-1 Billy Chan 2021-10-27 13:21:47 +08:00
  • f88c7259fe
    Fixup Billy Chan 2021-10-27 12:50:02 +08:00
  • 55de1968bb
    Add create_enum_from_entity Billy Chan 2021-10-27 12:37:35 +08:00
  • e04495b94d
    Refactoring Billy Chan 2021-10-27 11:28:33 +08:00
  • a1f57ec0d2
    Merge pull request #274 from SeaQL/active-enum-3 Billy Chan 2021-10-27 11:09:42 +08:00
  • fac528a369
    Refactoring Billy Chan 2021-10-27 10:58:38 +08:00
  • ded28be2c0
    Refactoring Billy Chan 2021-10-26 18:58:06 +08:00
  • db22e70c63
    Refactoring Billy Chan 2021-10-26 17:51:36 +08:00
  • 058f6d5d2b
    chore: update to Rust Edition 2021 (#273) Carter Snook 2021-10-26 04:27:53 -05:00
  • 2ee376ddd1
    Try EnumValue Billy Chan 2021-10-26 16:22:24 +08:00
  • cf52839c3a
    Typo Billy Chan 2021-10-25 17:12:17 +08:00
  • 4b1cac7f35
    Refactoring Billy Chan 2021-10-25 17:05:27 +08:00
  • 6059cdd9ad
    Remove unused EnumIter Billy Chan 2021-10-25 16:56:36 +08:00
  • f20c64988d
    Tests all DB Billy Chan 2021-10-25 16:52:02 +08:00
  • 8858d64dd0
    create_table_from_entity with DB backend Billy Chan 2021-10-25 15:48:01 +08:00
  • 9edea30f53 Edit Chris Tsang 2021-10-24 00:53:22 +08:00