-
**Describe the bug**
Fails with a PSQL error when installing - fresh install on Ubuntu
**Your Server Environment**
* own setup
* Deployment: monolith
* Deployment type: deb
* ThingsBoar…
-
The log always reports an error:
```
2024-10-15 11:01:52,454 [http-nio-0.0.0.0-9090-exec-3] ERROR o.s.w.s.s.s.DefaultHandshakeHandler - "Handshake failed due to invalid Connection header[close]"
…
-
**Describe the bug**
I get this backtrace when committing changes to Site records:
```
DBG3 11/06/24 01:12:01 LoadingAppDao Query1 'select LOADING_APPLICATION_ID, PROP_NAME, PROP_VALUE from RE…
-
麻烦老师把表结构和数据同步一下哈
1. 字段名未同步,t_order的falg字段已改为status?
`
[ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.85 s
-
2024-11-18 00:36:19.806 [destination =xxxxxx , address = /xxxxx EventParser] ERROR com.alibaba.otter.canal.common.alarm.LogAlarmHandler - destination:dl_dljt_luxi[com.alibaba.otter.canal.parse.excepti…
-
**Describe the bug**
On editing catchment of the user, we get a toast saying "Sever communication error" and it doesn't all the user to edit and save.
**Steps to reproduce**
1. Remove grant sele…
-
None of the DAO generated queries utilize SQL quotation. This becomes problematic in various situations, but, is most visible when table names utilize built in symbols.
Example -
The statement `se…
-
### Improvement description
We experienced some ugly race conditions within a headless application. Concurrencies occurs when multiple requests (from client API and also from server API) are getting …
-
```shell
$ createdb mito-example
```
```common-lisp
(ql:quickload :mito)
(mito:deftable parent ()
())
(mito:deftable child ()
((parent :col-type parent)))
(mito:connect-toplevel…
cxxxr updated
2 weeks ago
-
The existing generated `DAO` implementations provide simple `DAO` functionality for common CRUD operations on all tables. Users can subtype the generated `DAO` classes to add more functionality. It wo…