-
**🌱 Are you new to the codebase? Welcome! Please see [the contributing guidelines](https://github.com/learningequality/kolibri/blob/develop/CONTRIBUTING.md).**
## **Motivation**
We are replacing the …
-
### 组件版本
Apollo2.2.0
seata1.5.2
jdk11
spring cloud alibaba 2.2.9.RELEASE
spring cloud Hoxton.SR12
spring boot 2.3.12.RELEASE
### seata服务端配置
```
server:
port: 7091
spring:
applica…
-
We are using an Azure Table as a storage for the Reminder Service. A fresh deployment comes with an empty table. When we start Silos no reminder grain is triggered as there is no registration stored i…
-
Hi, is it possible to pass User-Defined Table Types in
`await sqlCmd
.Proc("SomeStoreProcedure")
.Param("aUserDefinedTypeParam", aSqlParameterInstance)`?
Thanks
-
## Proposed record update stored procedure solution
_Note: this is just a proposed `guts` of a SQL stored procedure. Look up the syntax to do this properly._
_Also note: I'm only assuming you can …
-
We want more insight into what typical searches look like. In particular I'd like more insight into date ranges- an ongoing log of queries with just the query time, the start date, and the end date wo…
-
Hello, SUM() and other aggr functions should also support `BigInt` data type beside `Number`.
BigInt is part of JavaScript (since ES2020) and is increasingly important for handling large integers wit…
-
I get this kind of reports:
```
[error] [2023-09-13T18:57:24.423Z] Found store from previous run from Mon Sep 11 2023 20:02:57 GMT+0200 (Central European Summer Time) that is still in redis: 1694455…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
CREATE TABLE t0(c0 BOOL, PRIMARY KEY(c0));
CREATE TABLE t1(…
-
## Enhancement
Currently EXCHANGE PARTITION allows for different CONSTRAINTS on the partitioned table and the non-partitioned table and having some extra code to check constraints during the DDL.
…