-
使用mysql,buffsystem以及attributesystem生成的表中,各个字段的默认长度为0,导致插件塞不进去数据
手动更改字段长度可以解决
paper-1.20.1-196
[22:41:12] [Craft Scheduler Thread - 23 - Pouvoir/WARN]: [Pouvoir] Query: INSERT INTO `buff_data` (`u…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
drop table if exists t1;
SET SESSION sql_safe_updates = 1;
C…
-
### Bug description
Cannot accesse 'Query history' page, and get empty list with this error:
![image](https://github.com/apache/superset/assets/20429502/6ee84b92-ff36-417f-9991-0d273547db91)
th…
-
I have this issue for the following peace of code
```python
class TestMatchedAndNotMatchedConditions(IncrementalBase):
@pytest.fixture(scope="class")
def seeds(self):
return {
…
-
Running the command to build the image, I get an error.
`docker build -t schemaspy https://github.com/cywolf/schemaspy-docker.git`
```
wget: bad address 'central.maven.org'
The command '/bin…
-
I am following the instructions on this page: https://googlecloudplatform.github.io/kubeflow-gke-docs/dev/docs/deploy/deploy-cli/#deploy-kubeflow
When I run the `make apply`, I get an infinite loop…
-
can you provide any way of getting this working inside of neovim
i tried to get this installed with the plugin mason.nvim
it gave me the following error message
```
Cloning git repository "ht…
-
Here's the HOWTO from Alexey Medov building on centos7 + mariadb 10.2
A nice starting point.
> Добавляем репозиторий нужной версии MariaDB по инструкции по ссылке
https://downloads.mariadb.org/ma…
-
**Summarize the feature in question.**
Professionally test the sdf-tests jinja macros.
- validate jinja render as intended (and document explicit intentions)
- validate as sql queries
The s…
-
Hi, I don't know if it has to do with the bugs that have been fixed in versions 2.13.4 and 2.13.5. But a curious thing happens to me since I have installed the latest releases.
In my code I usually…