Chris Tsang
8ce4b0abcc
0.1.3
2021-08-30 03:33:16 +08:00
Chris Tsang
3f7de132aa
Update examples
2021-08-23 15:29:30 +08:00
Chris Tsang
7705c819c0
0.1.2
2021-08-23 02:13:14 +08:00
Chris Tsang
5a963fb2b4
Bump sea-orm-macros to 0.1.1
2021-08-23 01:54:53 +08:00
Chris Tsang
6ec985dbd8
Upgrade sea-query to 0.15
2021-08-21 22:57:36 +08:00
Billy Chan
caa85d7fba
Try typed mull value SeaQL/sea-query#107
2021-08-21 22:56:48 +08:00
Billy Chan
09c328bb0d
Use smol async-runtime and require one of the supported runtime for integration tests
2021-08-21 22:56:48 +08:00
Chris Tsang
2580f65696
#86 Use sea-query with thread-safe
2021-08-15 18:50:22 +08:00
Billy Chan
d9ac5d83de
Fix compile errors on different runtime ( #84 )
...
* Fix compile errors on different runtime
* Split sea-orm-cli into separate workspace
* Hotfix
2021-08-14 18:43:47 +08:00
Chris Tsang
f5b1496b14
Bump 0.12.11 version
2021-08-14 18:43:07 +08:00
Billy Chan
8b30ef74a2
Customize column names
2021-08-12 22:53:22 +08:00
Chris Tsang
11931c960e
Format toml
2021-08-09 07:44:36 +08:00
Chris Tsang
f23a8f9c68
0.1.1
2021-08-08 15:45:03 +08:00
Chris Tsang
e228ada74a
Restore example
2021-08-08 15:32:31 +08:00
Chris Tsang
f2f70e27f8
Publish sea-orm
2021-08-08 02:37:26 +08:00
Chris Tsang
31bee96798
Use sea-strum
2021-08-08 02:17:33 +08:00
Chris Tsang
161c91436e
Features
2021-08-07 23:39:17 +08:00
Chris Tsang
fbb09e17a7
Remove files
2021-08-07 23:19:21 +08:00
Chris Tsang
18f494109b
Cargo
2021-08-07 21:02:15 +08:00
Billy Chan
0b10d30c64
Codegen not depends on sea-schema & sqlx
2021-07-27 21:48:41 +08:00
Billy Chan
c9d1285b57
Hotfix
2021-07-26 13:02:02 +08:00
Billy Chan
52c36d1bc4
Update default features
2021-07-26 12:48:25 +08:00
Sam Samai
ef27c2bd57
Set sea-query to ~0.12.8
2021-07-25 21:45:08 +10:00
Sam Samai
6efb06d28b
Merge branch 'master' into ss/test_suite
...
# Conflicts:
# Cargo.toml
2021-07-25 20:41:42 +10:00
Billy Chan
1cdbcceddb
Testing different db on various async runtime ( #53 )
...
* Testing different db on various async runtime
* Test on various runtime
* No explicit cargo build step
* Cargo build with features
* Hotfix
* With actix_rt
* Only tests "runtime-async-std-native-tls" for now
2021-07-22 19:23:21 +08:00
Sam Samai
1d55df9c7b
Merge branch 'master' into ss/test_suite
...
# Conflicts:
# .github/workflows/rust.yml
# Cargo.toml
2021-07-22 21:04:36 +10:00
Billy Chan
22516b8f68
Add Postgres db driver
2021-07-21 19:07:02 +08:00
Sam Samai
dfda079b77
Store baker contact details as Json and test
2021-07-21 15:36:53 +10:00
Sam Samai
c9833893c0
Column type can be Uuid
2021-07-20 16:28:38 +10:00
Sam Samai
47b70cfe6d
Create serial
field on cake which is UUID
2021-07-19 17:23:34 +10:00
Sam Samai
2e0f6df743
Merge branch 'master' into ss/test_suite
...
# Conflicts:
# Cargo.toml
2021-07-14 09:12:55 +10:00
Sam Samai
82b63589d3
Try mysql adaptor
2021-07-13 10:04:44 +10:00
Billy Chan
a94224e0f2
Unit test sea-orm-codegen
2021-07-12 23:45:27 +08:00
Chris Tsang
40dd5e7da7
Fix build error from rust_decimal
2021-07-08 01:26:42 +08:00
Chris Tsang
82992aab61
Decimal support
2021-07-08 01:17:15 +08:00
Chris Tsang
53311d883b
Docs
2021-07-03 15:23:58 +08:00
Chris Tsang
e40455e771
Use SeaQL/strum
2021-07-01 21:07:23 +08:00
Chris Tsang
2f456d972f
Fix test
2021-07-01 21:00:41 +08:00
Billy Chan
059b732401
Depends on forked strum
2021-07-01 19:12:52 +08:00
Billy Chan
7bf79ae5bf
Re-export strum_macros
2021-07-01 19:12:52 +08:00
Chris Tsang
87c8d0dc8d
chrono support
2021-07-01 19:09:12 +08:00
Billy Chan
fa30519f99
sea-orm-cli read config from .env, update command, rename binary to sea-orm-cli
2021-06-26 21:46:10 +08:00
Chris Tsang
a60c2da701
Tag line
2021-06-22 02:47:26 +08:00
Chris Tsang
72408eedfc
Fix GitHub Action
2021-06-20 23:22:15 +08:00
Chris Tsang
ec290156c5
SQLx SQLite support
2021-06-20 23:04:25 +08:00
Billy Chan
cab4b5a3f7
Codegen: Entity Generator ( #23 )
2021-06-19 19:47:59 +08:00
Chris Tsang
faffc518ae
Mock test case
2021-06-13 23:38:21 +08:00
Chris Tsang
6b7ea75393
Mock Database Connection
2021-06-13 22:20:50 +08:00
Billy Chan
937af05003
Paginator API ( #10 )
...
* Paginator
* Remove unnecessary dependency, rename to num_pages
* Hotfix - nullable json value
* num_pages implemented on sub_query
2021-06-06 22:30:54 +08:00
Chris Tsang
eafb4a33d0
Readme
2021-06-05 15:23:22 +08:00