Alan Tang
Alan Tang
fixed #604 Please briefly answer these questions: * what problem are you trying to solve? (or if there's no problem, what's the motivation for this change?) > the configurations are...
``` #[test] fn numberic_zero() { let decimal_zero = Decimal::from(0); let mut binary_result = BytesMut::new(); decimal_zero.to_sql(&Type::ANY, &mut binary_result).unwrap(); assert_eq!(binary_result.len(), 10); assert_eq!(&binary_result[..], &[0, 0, 0, 0, 0, 0, 0, 0, 0, 0]);...
I hereby agree to the terms of the [RisingWave Labs, Inc. Contributor License Agreement](https://raw.githubusercontent.com/risingwavelabs/risingwave/17af8a747593ebdbfa826691daf75bdab7d14fa0/.github/contributor-license-agreement.txt). ## What's changed and what's your intention? As titled. ## Checklist - [ ] I have...
- `Expr::Value(Value)` -> `Expr::Value(ValueWithSpan)` - add new Join Types syntax: `Join`, `Left` and `Right`. - Combine `LIMIT` and `OFFSET` into a single `LimitClause`. - Support `Order by all` syntax. -...
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) ## What's changed and what's your intention? Modify pre-commit checks...
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) - Closes Part of #6105. ## What's changed and what's...
I hereby agree to the terms of the [GreptimeDB CLA](https://github.com/GreptimeTeam/.github/blob/main/CLA.md). ## Refer to a related PR or issue link (optional) - Closes #6989. ## What's changed and what's your intention?...