WU Jingdi
|
d1ee1ba56a
|
feat: support set timezone in db (#2992)
* feat: support set timezone in db
* chore: fix ci
* chore: fix code advice
* fix: rename `time_zone` to `timezone`
|
2023-12-27 09:19:39 +00:00 |
|
LFC
|
c7b36779c1
|
fix: correctly decode mysql timestamp binary value (#2946)
* fix: correctly decode mysql timestamp binary value
* fix: ut
* fix: resolve PR comments
|
2023-12-19 11:05:28 +00:00 |
|
Ning Sun
|
85eebcb16f
|
fix: correct mysql timestamp encoding for binary protocol (#2797)
* fix: correct mysql timestamp encoding for binary protocol
* test: add tests for mysql timestamp encoding
|
2023-11-23 18:54:59 +00:00 |
|
Ning Sun
|
0ad3fb6040
|
fix: mysql timezone settings (#2534)
* fix: restore time zone settings for mysql
* test: add integration test for time zone
* test: fix unit test for check
|
2023-10-07 10:21:32 +00:00 |
|
Ruihang Xia
|
e352fb4495
|
fix: check for table scan before expanding (#2491)
* fix: check for table scan before expanding
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change assert_ok to unwrap
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy warning
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* don't skip dml
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* uncomment ignored tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-26 12:12:08 +00:00 |
|
Ruihang Xia
|
34d6288945
|
feat: bring back sqlness and integration tests (#2448)
* enable integration test
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* disable sqlness region failover
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* enable sqlness in CI
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* sort unstable result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* set require_lease_before_startup to true
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: fix inconsistent cache
* replace windows path chars
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* ignore some integration cases in windows
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Revert "ignore some integration cases in windows"
This reverts commit 122478b7c1.
* disable windows for now
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: fix close region bug in RegionHeartbeatResponseHandler
* disable failover tests
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: WenyXu <wenymedia@gmail.com>
|
2023-09-20 09:17:30 +00:00 |
|
LFC
|
4b13c88752
|
fix: resolve more integration tests (#2406)
* fix: resolve more integration tests
* Update tests-integration/tests/http.rs
Co-authored-by: Weny Xu <wenymedia@gmail.com>
---------
Co-authored-by: Weny Xu <wenymedia@gmail.com>
|
2023-09-15 09:43:16 +00:00 |
|
JeremyHi
|
58d07e0e62
|
feat: v04 rm unused exprs (#2285)
* feat: rm compact and flush exprs
* refactor: continue to rm compact and flush
|
2023-09-12 07:57:15 -05:00 |
|
shuiyisong
|
7f51141ed0
|
refactor: auth crate (#2148)
* chore: move user_info to auth crate
* chore: temp commit before resolving tests compile error
* chore: fix compile issue
* chore: minor fix
* chore: tmp save
* chore: change user_info to trait
* chore: minor change & use auth result user info in pg session setup
* chore: add as_any to user_info
* chore: rename user_info
* chore: remove ice file
* chore: add permission checker
* chore: add grpc permission check
* chore: add session spawn user_info to query_ctx
* chore: minor update
* chore: add permission checker to sql handler & temp save
* chore: add permission checker to prometheus handler
* chore: add permission checker to opentsdb handler
* chore: add permission checker to other handlers
* chore: add test
* chore: add user_info setting on http entrance
* chore: fix toml
* chore: remove box in permission req
* chore: cr issue
* chore: cr issue
|
2023-08-14 02:51:26 +00:00 |
|
Ning Sun
|
d18eb18b32
|
feat: use server inferenced types on statement describe (#2032)
* feat: use server inferenced types on statement describe
* feat: add support for server inferenced type
* feat: allow parameter type inferencing
* chore: update comments
* fix: lint issue
* style: comfort rustfmt
* Update src/servers/src/postgres/types.rs
Co-authored-by: Yingwen <realevenyag@gmail.com>
---------
Co-authored-by: Yingwen <realevenyag@gmail.com>
|
2023-08-09 02:57:56 +00:00 |
|
shuiyisong
|
5eb2c609a3
|
fix: auth in grpc (#2056)
* fix: auth in grpc
* fix: change to return err
* fix: add grpc test
* fix: add http test
* fix: add mysql and pg test
|
2023-08-01 15:18:31 +00:00 |
|
Ning Sun
|
f293126315
|
feat: add logical plan based prepare statement for postgresql (#1813)
* feat: add logical plan based prepare statement for postgresql
* refactor: correct more types
* Update src/servers/src/postgres/types.rs
Co-authored-by: LFC <bayinamine@gmail.com>
* fix: address review issues
* test: add datetime in integration tests
---------
Co-authored-by: LFC <bayinamine@gmail.com>
|
2023-07-11 11:07:18 +08:00 |
|
Lei, HUANG
|
f287d3115b
|
chore: replace result assertions (#1840)
* s/assert!\((.*)\.is_ok\(\)\);/\1.unwrap\(\);/g
* s/assert!\((.*)\.is_some\(\)\);/\1.unwrap\(\);/g
|
2023-06-27 19:14:48 +08:00 |
|
LFC
|
fcff66e039
|
chore: deny unused results (#1825)
* chore: deny unused results
* rebase
|
2023-06-27 15:33:53 +08:00 |
|
dennis zhuang
|
034564fd27
|
feat: make blob(binary) type working (#1818)
* feat: test blob type
* feat: make blob type working
* chore: comment
* Update src/sql/src/statements/insert.rs
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
* chore: by CR comments
* fix: comment
* Update src/sql/src/statements/insert.rs
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* Update src/sql/src/statements/insert.rs
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* fix: test
---------
Co-authored-by: Lei, HUANG <6406592+v0y4g3r@users.noreply.github.com>
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-06-26 08:49:04 +00:00 |
|
dennis zhuang
|
30472cebae
|
feat: prepare supports caching logical plan and infering param types (#1776)
* feat: change do_describe function signature
* feat: infer param type and cache logical plan for msyql prepared statments
* fix: convert_value
* fix: forgot helper
* chore: comments
* fix: typo
* test: add more tests and test date, datatime in mysql
* chore: fix CR comments
* chore: add location
* chore: by CR comments
* Update tests-integration/tests/sql.rs
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
* chore: remove the trace
---------
Co-authored-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-06-20 04:07:28 +00:00 |
|
Ning Sun
|
e7a410573b
|
test: fix sqlx compatibility and adds integration test for sqlx (#1686)
* test: fix sqlx compatibility and adds integration test for sqlx
* test: correct insert statements
|
2023-06-01 15:43:13 +08:00 |
|
dennis zhuang
|
ae8203fafa
|
fix: prepare statement doesn't support insert clause (#1680)
* fix: insert clause doesn't support prepare statement
* fix: manifeste dir
* fix: format
* fix: temp path
|
2023-05-31 20:14:58 +08:00 |
|