1436 Commits

Author SHA1 Message Date
Chris Tsang
ec70ed1052 Changelog 2022-03-22 23:23:22 +08:00
Chris Tsang
31ae1b5915 Changelog 2022-03-22 23:23:22 +08:00
Chris Tsang
474d47a929 Changelog 2022-03-22 23:23:22 +08:00
Marco Napetti
e80aa07c7c
Add Send to StreamTrait (#622)
* update ouroboros

* Add Send to StreamTrait
2022-03-22 17:17:07 +08:00
Brandon Konkle
a9bb998185
Add rust-example-caster-api to COMMUNITY.md (#623) 2022-03-22 15:08:07 +08:00
Shouvik Ghosh
12f66618f9
Added delete_by_id (#590)
* Added delete_by_id

* Added an integration test

* Added composite key example

* Remove extra find_by_id in delete_by_id test

* Added unit test with composite primary key
2022-03-21 14:41:05 +08:00
shinbunbun
7a86ac0239
Implement PaginatorTrait for SelectorRaw (#617)
* Implement PaginatorTrait for SelectorRaw

* Implement raw test
2022-03-21 14:37:08 +08:00
Chris Tsang
2547275ff6 Changelog 2022-03-21 01:25:31 +08:00
Chris Tsang
da7cc541eb
Merge pull request #584 from SeaQL/pulls/471
Pulls/471
2022-03-21 01:17:46 +08:00
Chris Tsang
929b85131c [issues] 2022-03-21 01:12:54 +08:00
Chris Tsang
fb3d3995bb Changelog 2022-03-21 00:50:05 +08:00
Chris Tsang
0c0083adfa Changelog 2022-03-21 00:47:52 +08:00
Nick Burrett
a09790ef81
Allow for creation of indexes for PostgeSQL and SQLite (#593)
* Allow for creation of indexes for PostgeSQL and SQLite

PostgreSQL and SQLite do not allow creation of general indexes within a `CREATE TABLE` statement, so a method is required to generate `CREATE INDEX` statements for these.

`create_table_from_entity` avoids creating invalid statements for non-MySQL backends,
forcing uses to explicitly run `create_index_from_entity`.  Ideally creating indexes would be removed from `create_table_from_entity` entirely, but this would introduce a breaking change for MySQL use.

* Remove index creation from create_table_from_entity

Use `create_index_from_entity` for all index creation for consistency across all backends.  This is a backwards incompatible change, affecting those using MySQL backend when creating the schema only.

* Revert change to join_8 test after migration to new indexes entity
2022-03-21 00:45:08 +08:00
Chris Tsang
fe1f763feb
Merge pull request #602 from SeaQL/support-time-crate
Supports `time` crate
2022-03-21 00:02:03 +08:00
Chris Tsang
c28d77df6d
Merge branch 'master' into support-time-crate 2022-03-20 23:48:29 +08:00
Billy Chan
3c0fe9bc0a
Update lib.rs 2022-03-16 18:18:27 +08:00
Billy Chan
4bc577b517
Update README.md 2022-03-16 18:17:59 +08:00
Aaron Leopold
7ba6144ead
Added axum graphql example (#587)
* added example for axum + graphql

* clean up

* removed macos file

* Pr/587 (#1)

* Migrate on startup

* Update CI

* Add .gitignore

* Add README

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-16 18:16:19 +08:00
Chris Tsang
49b63a00d4 update sea-query 2022-03-15 13:53:03 +08:00
Billy Chan
af235168db
Update README.md 2022-03-14 13:12:45 +08:00
Billy Chan
942f1a9914
Update lib.rs 2022-03-14 13:12:31 +08:00
Chris Tsang
005598b5e6 Changelog 2022-03-14 12:52:21 +08:00
Billy Chan
73701fef9a
Codegen Unsigned Integer - 2 (#397)
* feat: codegen unsigned integer

* feat: apply alias on `ColumnRef::SchemaTableColumn`

* Update SQLite test cases, quote identifier with double quotes

* Bump sea-query version to 0.22

* Add dummy line

* Tests [cli] and [issues]

* update sea-schema

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2022-03-14 12:40:02 +08:00
Chris Tsang
b2954d84af Readme 2022-03-14 03:19:45 +08:00
Billy Chan
351efd0d6b
Update ActiveModel by JSON (#492)
* Update ActiveModel by JSON

* Add `ActiveModel::from_json`

* Update test cases
2022-03-13 18:41:32 +08:00
Billy Chan
9687819a7e
Supports time crate 2022-03-13 18:18:15 +08:00
Billy Chan
de57934061
Update README.md 2022-03-13 13:26:04 +08:00
Lucas
cd6d3f7a19
add oura-postgres-sink to COMMUNITY.md (#594) 2022-03-12 15:03:54 +08:00
Chris Tsang
0a26dee674 Readme 2022-03-09 00:21:34 +08:00
Chris Tsang
0f0b482931 Readme 2022-03-09 00:14:33 +08:00
Billy Chan
f3a7a1398a
Merge branch 'master' into pulls/471 2022-03-07 15:52:12 +08:00
Chris Tsang
7b005f69b4 Changelog 2022-03-06 23:02:22 +08:00
Chris Tsang
db1e345f74 Changelog 2022-03-06 23:02:01 +08:00
Chris Tsang
27143a8ddc
Merge pull request #562 from SeaQL/exclude-mock-from-default
Exclude `mock` from default features
2022-03-06 22:57:28 +08:00
Chris Tsang
ccd0d97eb5
Merge pull request #471 from sebpuetz/send-streams
Add Send bound to streams.
2022-03-06 22:11:12 +08:00
Chris Tsang
6b33d67f7c
Merge pull request #463 from BenJeau/master
Codegen add serde derives to enums, if specified
2022-03-06 21:56:50 +08:00
Chris Tsang
025e697804
Update COMMUNITY.md 2022-03-06 20:37:55 +08:00
Yama-Tomo
a42dd5408b
Update COMMUNITY.md (#582) 2022-03-04 20:49:24 +08:00
GengTeng
f638ea30f9
Update COMMUNITY.md (#580) 2022-03-04 18:30:31 +08:00
koopa
e336b6f2bd
Update COMMUNITY.md (#574) 2022-03-03 22:04:06 +08:00
Billy Chan
ba14520c37
Update COMMUNITY.md 2022-03-03 15:07:13 +08:00
Ammon Smith
8968786ba4
Update Wikijump's entry. (#573) 2022-03-03 14:47:19 +08:00
gudaoxuri
e73a9ad2c1
Update COMMUNITY.md (#572)
Add tardis project.
2022-03-03 14:41:09 +08:00
Billy Chan
55cf33755d
Update COMMUNITY.md 2022-03-03 12:57:40 +08:00
Chris Tsang
6fe163dc02
Update COMMUNITY.md 2022-03-03 12:23:34 +08:00
Billy Chan
aa7ac40640
Update COMMUNITY.md 2022-03-03 12:17:56 +08:00
Chris Tsang
3d40f52141
Update COMMUNITY.md 2022-03-03 12:15:27 +08:00
Billy Chan
32cb855b65
Update COMMUNITY.md 2022-03-03 12:11:19 +08:00
Billy Chan
a69d214ed6
Update COMMUNITY.md 2022-03-03 11:30:12 +08:00
lz1998
2122e35c17
community: add axum-book-management (#564)
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2022-03-03 11:26:57 +08:00