Billy Chan
|
e927a0e5f5
|
Execute unprepared statement (#1327)
|
2023-01-05 14:08:18 +08:00 |
|
Marco Napetti
|
824158457b
|
Transactions Isolation level and Access mode (#1230)
* Transactions Isolation level and Access mode
* Fix typo
* Fix clippy lints
|
2022-12-02 13:09:23 +08:00 |
|
Marco Napetti
|
9d25ee9ac1
|
use GAT to elide StreamTrait lifetime (#1161)
|
2022-11-06 12:55:21 +08:00 |
|
sjud
|
3d409608e1
|
removing async_trait from non async trait in connection.rs (#737)
|
2022-07-17 15:12:25 +08:00 |
|
Marco Napetti
|
e80aa07c7c
|
Add Send to StreamTrait (#622)
* update ouroboros
* Add Send to StreamTrait
|
2022-03-22 17:17:07 +08:00 |
|
Billy Chan
|
f3a7a1398a
|
Merge branch 'master' into pulls/471
|
2022-03-07 15:52:12 +08:00 |
|
Billy Chan
|
8eb095385d
|
Migration (#335)
* Refactor `ConnectionTrait`
* Refactoring
* Build index & foreign key statements
* Fix imports
* Fixup
* Rocket example with migration
* async-std compatible with the tokio 1.0 runtime
* Use reexported dependency
* Compile without selecting any db backend
* Updating sea-orm-cli dep
* sea-orm-cli migrate commands
* cargo fmt
* Test [cli]
* Refactoring
* Clap app name should be "sea-orm-cli"
* Correctly capture MIGRATION_DIR
* Rename README
* Add `sea-orm-cli migrate init` command
* Update README
* Try restructured sea-query dependency (SeaQL/sea-schema#41)
* Set `DATABASE_URL` environment variable
|
2022-02-05 20:34:54 +08:00 |
|
Sebastian Pütz
|
f012ccaec3
|
Add Send bound to streams.
|
2022-01-19 20:46:10 +01:00 |
|
Billy Chan
|
fd50ffd5ea
|
Merge remote-tracking branch 'origin/master' into returning
|
2021-11-16 14:44:12 +08:00 |
|
Chris Tsang
|
5f2fa55253
|
Edit docs
|
2021-11-14 16:58:52 +08:00 |
|
Billy Chan
|
66c23c85db
|
Revert MySQL & SQLite returning support
|
2021-11-10 14:42:19 +08:00 |
|
Billy Chan
|
429b920ded
|
Fixup
|
2021-11-09 11:05:55 +08:00 |
|
Billy Chan
|
0eafacc2a1
|
Try returning on MariaDB
|
2021-11-08 17:36:30 +08:00 |
|
Charles Chege
|
91b9e542af
|
Documetation for the database modeule
|
2021-10-29 10:37:10 +03:00 |
|
Chris Tsang
|
6b98a6f395
|
Move code
|
2021-10-04 20:40:44 +08:00 |
|
Chris Tsang
|
af6665fe4f
|
Fix clippy warnings
|
2021-10-04 12:27:16 +08:00 |
|
Chris Tsang
|
e7b822c65d
|
cargo fmt
|
2021-10-04 11:44:02 +08:00 |
|
Marco Napetti
|
02ebc9745c
|
Transaction 3
|
2021-10-04 11:39:16 +08:00 |
|
baoyachi
|
8d69b034a0
|
'url_starts_with' replace with 'is_prefix_of' method
|
2021-09-27 16:45:25 +08:00 |
|
baoyachi
|
d78a067b2d
|
'url_starts_with' replace with 'is_prefix_of' method
|
2021-09-27 16:41:47 +08:00 |
|
baoyachi
|
ae9e1c48ce
|
make url_starts_with access level
|
2021-09-27 12:34:53 +08:00 |
|
baoyachi
|
1cf5cec1c5
|
refactor code
|
2021-09-27 12:13:06 +08:00 |
|
Billy Chan
|
3093cd2035
|
DatabaseConnection impl Sync, Send and Clone
|
2021-09-18 23:17:29 +08:00 |
|
Chris Tsang
|
a781cc6610
|
Reduce panic
|
2021-09-03 14:21:51 +08:00 |
|
Sam Samai
|
abed934d3f
|
WIP strange fail with postgres driver
|
2021-08-01 16:14:31 +10:00 |
|
Billy Chan
|
22516b8f68
|
Add Postgres db driver
|
2021-07-21 19:07:02 +08:00 |
|
Chris Tsang
|
9334d4ff5d
|
DbBackend alias
|
2021-07-17 22:03:41 +08:00 |
|
Chris Tsang
|
c018e45c3c
|
Refactor
|
2021-07-17 20:35:14 +08:00 |
|
Billy Chan
|
e83cc63e3a
|
Replacing Syntax & *BuilderBackend with DatabaseBackend
|
2021-07-16 00:28:03 +08:00 |
|
Billy Chan
|
d59ee1e298
|
Mock any database
|
2021-07-14 21:31:59 +08:00 |
|
Chris Tsang
|
bcd221a915
|
Add Syntax to Statement
|
2021-07-13 22:39:29 +08:00 |
|
Billy Chan
|
f8f3d128fd
|
Fix clippy warming
|
2021-06-30 22:50:01 +08:00 |
|
Chris Tsang
|
0298cfb6af
|
Rename to DbErr
|
2021-06-30 21:17:23 +08:00 |
|
Billy Chan
|
2a1173c174
|
Add & use OrmError (#36)
* Add & use OrmError
* Rename to SeaErr
|
2021-06-30 21:08:41 +08:00 |
|
Chris Tsang
|
3e7220aad0
|
Add SchemaBuilderBackend
|
2021-06-29 16:59:40 +08:00 |
|
Chris Tsang
|
9f93c7ed6f
|
Use find_related in place of find_cake
|
2021-06-28 01:34:49 +08:00 |
|
Chris Tsang
|
688891f706
|
Use MockDatabase in doc test
|
2021-06-27 16:15:56 +08:00 |
|
Chris Tsang
|
ad3fb45253
|
cargo fmt
|
2021-06-22 01:30:26 +08:00 |
|
Chris Tsang
|
ec290156c5
|
SQLx SQLite support
|
2021-06-20 23:04:25 +08:00 |
|
Chris Tsang
|
cdc8056d4b
|
Stub API
|
2021-06-20 16:23:49 +08:00 |
|
Chris Tsang
|
e5ff92dc1d
|
DbConn alias
|
2021-06-19 17:33:14 +08:00 |
|
Chris Tsang
|
5002c62b40
|
Use DatabaseConnection in place of Database
|
2021-06-19 17:28:07 +08:00 |
|
Chris Tsang
|
5d84c88ccd
|
Fix example
|
2021-06-19 17:00:36 +08:00 |
|
Chris Tsang
|
041d28aa26
|
Refactor
|
2021-06-19 16:56:53 +08:00 |
|
Chris Tsang
|
f9ba6eeb1f
|
Transaction
|
2021-06-19 16:42:11 +08:00 |
|
Chris Tsang
|
f4611c4939
|
Refactor
|
2021-06-19 02:24:45 +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 |
|