-
We have an issue, where the sql client just does not respond. In other words, the promise does not resolve nor reject.
The application has peaks with lots of concurrent requests. The issue though als…
-
Use Hibernate and a `.sql` script instead
-
## Describe the bug
If I get values from the database and one attribute has
```
@Transient
@JsonIgnore
var list: List = emptyList(),
```
it will be checked out as null.
### Expected behavior…
-
Hi there, I am currently evaluating a bunch of orm-a-like libraries for an upcoming project.
I have experience with sequelize and waterline. I found mikro-orm while trying to choose a new ORM for a…
-
This is less an "issue" than a "perf", and probably should be assigned to a Cloud Spanner ticket tracker, so if you've got any pointers to the correct place to submit it, they would be greatly appreci…
-
I encountered some problems while trying to use this library with apollo-server setup using PostgreSQL as database and knex. My setup doesn't use objection ORM, it just calls knex queries straight fro…
-
## Bug description
While trying to make a PR for release-plz I have had lots of issues running the test suite. I have podman, not docker, installed. And it is failing with `Error: no container with…
-
I was run this command inside activated environtment py3:
inside directory : /usr/lib/ckan/default/src/ckanext-spatial
$python bin/ckan_pycsw.py load -p /etc/ckan/default/pycsw.cfg -u https://blabla…
-
### Bug Report
When I execute doctrine:schema:drop with the option --full-database, the tables created manually (not through Doctrine ORM) are not deleted. So the "full-database" is not deleted.
…
-
错误信息:
Query: SELECT * FROM "pwdinfo" WHERE (password=?);
Args: []interface {}{"123"}
Error: pq: 操作符不存在: character varying =?
Time: 1.02744s
源码:
`pwd:=c.QueryParam("pwd")
pwdinfo:= &models…