Ruihang Xia
|
c9377e7c5a
|
build: bump rust edition to 2024 (#6920)
* bump edition
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* format
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* gen keyword
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* lifetime and env var
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* one more gen fix
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* lifetime of temporaries in tail expressions
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* format again
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* clippy nested if
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* clippy let and return
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2025-09-08 02:37:18 +00:00 |
|
Weny Xu
|
f99b08796d
|
feat: add insert/select generator & translator (#3240)
* feat: add insert into expr generator & translator
* feat: add select expr generator & translator
* chore: apply suggestions from CR
* fix: fix unit tests
|
2024-01-26 02:59:17 +00:00 |
|
Weny Xu
|
673a4bd4ef
|
feat: add pg create alter table expr translator (#3206)
* feat: add pg create table expr translator
* feat: add pg alter table expr translator
* refactor: refactor MappedGenerator
* chore: apply suggestions from CR
|
2024-01-25 08:00:42 +00:00 |
|