Chris Tsang
57c255387f
Remove test-temp from Rust.yml
2021-11-02 02:08:49 +08:00
Chris Tsang
d5da351f50
Merge pull request #280 from charleschege/master
...
Documentation for sea-orm
2021-11-02 02:04:01 +08:00
Billy Chan
6904b9f057
Try fixing sea-orm-macros
doctest errors
2021-10-31 15:45:42 +08:00
Billy Chan
fcf3ea9407
Try fixing some doctest errors
2021-10-31 14:40:36 +08:00
Charles Chege
30814f0053
Provide further exaplanation for
...
p[200pub struct ActiveValue<V>
Add a code snippet for a simple example
2021-10-31 09:03:02 +03:00
Charles Chege
bb83a6df81
Merge branch 'master' of https://github.com/charleschege/sea-orm
2021-10-30 18:57:15 +03:00
Charles Chege
a22350914c
Solutions for doc tests
2021-10-30 18:55:53 +03:00
Billy Chan
a1167b774e
Try cargo test
with different args
2021-10-30 23:37:44 +08:00
Charles Chege
870ca3ffb0
Run fmt --all
2021-10-30 12:00:07 +03:00
Charles Chege
e0023611a2
Improve documentation for the drivers and the entity
...
Provide module level code example on how to create an Entity, Model, ActiveModel, Column and PrimaryKey
2021-10-30 11:15:43 +03:00
Charles Chege
a1382b1b41
Fix merge conflicts from SeaQL/sea-orm master branch
2021-10-29 10:44:09 +03:00
Charles Chege
037eab974e
Document the utils module
2021-10-29 10:40:39 +03:00
Charles Chege
f21492bf60
Document the error module
2021-10-29 10:40:16 +03:00
Charles Chege
e4d115b5b0
Document the database drivers
2021-10-29 10:39:37 +03:00
Charles Chege
db098d1a03
Documetation for the entity module
2021-10-29 10:39:16 +03:00
Charles Chege
817e9bdd23
Documetation for the executor module
2021-10-29 10:38:55 +03:00
Charles Chege
a9b6f8cc83
Documetation for the query module
2021-10-29 10:38:30 +03:00
Charles Chege
69d5c701ee
Documetation for the schema module
2021-10-29 10:37:54 +03:00
Charles Chege
91b9e542af
Documetation for the database modeule
2021-10-29 10:37:10 +03:00
Charles Chege
06aa9e3175
Document the macros.
...
Add code examples for the macros
2021-10-29 10:36:18 +03:00
Charles·Chege
a80df71c42
Merge branch 'SeaQL:master' into master
2021-10-29 09:40:44 +03:00
Chris Tsang
8338c23341
Do not override max_connections for SQLite
2021-10-29 14:24:54 +08:00
Charles Chege
642994a194
Documentation for the stream module
2021-10-28 15:49:28 +03:00
Charles Chege
497bdbe3dd
Document the macros.
...
Add code examples for the macros
2021-10-28 15:46:38 +03:00
Billy Chan
e21af53374
Fix clippy warnings
2021-10-27 15:23:21 +08:00
Billy Chan
fe64d53b45
Merge remote-tracking branch 'origin/master' into active-enum
2021-10-27 13:24:35 +08:00
Billy Chan
70e76ebdc0
Merge pull request #261 from SeaQL/active-enum-1
...
Enumeration - 2
2021-10-27 13:21:47 +08:00
Billy Chan
f88c7259fe
Fixup
2021-10-27 12:50:02 +08:00
Billy Chan
55de1968bb
Add create_enum_from_entity
2021-10-27 12:37:35 +08:00
Billy Chan
e04495b94d
Refactoring
2021-10-27 11:28:33 +08:00
Billy Chan
a1f57ec0d2
Merge pull request #274 from SeaQL/active-enum-3
...
Enumeration - 3
2021-10-27 11:09:42 +08:00
Billy Chan
fac528a369
Refactoring
2021-10-27 10:58:38 +08:00
Billy Chan
ded28be2c0
Refactoring
2021-10-26 18:58:06 +08:00
Billy Chan
db22e70c63
Refactoring
2021-10-26 17:51:36 +08:00
Carter Snook
058f6d5d2b
chore: update to Rust Edition 2021 ( #273 )
2021-10-26 17:27:53 +08:00
Billy Chan
2ee376ddd1
Try EnumValue
2021-10-26 16:22:24 +08:00
Billy Chan
cf52839c3a
Typo
2021-10-25 17:12:17 +08:00
Billy Chan
4b1cac7f35
Refactoring
2021-10-25 17:05:27 +08:00
Billy Chan
6059cdd9ad
Remove unused EnumIter
2021-10-25 17:03:10 +08:00
Billy Chan
f20c64988d
Tests all DB
2021-10-25 16:52:02 +08:00
Billy Chan
8858d64dd0
create_table_from_entity with DB backend
2021-10-25 15:48:01 +08:00
Chris Tsang
9edea30f53
Edit
2021-10-24 00:53:22 +08:00
Chris Tsang
e2c8d32eab
Update CHANGELOG
2021-10-23 18:03:34 +08:00
Billy Chan
128352092d
GitHub Actions with Conditional Job Running Based on Commit Message ( #266 )
...
* .
* testing...
* testing ...
* [test] ...
* .
* ..
* testing
* [testing]
* testing
* [cli] this should only run cli
* [CLI] how about this
* [mysql] only
* [postgres] only
* [examples] only
* [issues] only
* [sqlite] only
* Run by default
* Always run example [cli]
* ...
* Run by default (again)
* Docs
* Remove unused
* ...
* [cli] [issues] only
2021-10-23 16:10:26 +08:00
Chris Tsang
183ed5faa3
0.3.1
2021-10-23 16:06:56 +08:00
Chris Tsang
24df068cca
sea-orm-macros 0.3.1
2021-10-23 16:04:59 +08:00
Chris Tsang
ada845de98
sea-orm-cli 0.3.1
2021-10-23 16:01:09 +08:00
Chris Tsang
3cef4d5ebf
sea-orm-codegen 0.3.1
2021-10-23 16:00:02 +08:00
Chris Tsang
5daa9abd38
#267 Added is_null
and is_not_null
2021-10-23 15:41:33 +08:00
Billy Chan
4913e88f3a
CI install sea-orm-cli in debug mode
2021-10-22 11:25:18 +08:00