orm
Here are 3,883 public repositories matching this topic...
-
Updated
May 5, 2022 - TypeScript
-
Updated
May 4, 2022 - Go
Bug description
On windows, I run prisma format
and note the unusual file ending. The lines are all LF, but the very last line is CRLF.
This causes issue on my Linux CI where it formats it ending in LF's only, causing a diff to occur and the build to fail.
How to reproduce
- On windows do prisma format
- Open in HxD or similar
- See attached:
:
PGPASSWORD=postgres pg_dump -U postgres -h db -p 5432 --schema public --schema-only --no-tablespaces --no-subscriptions --no-security-labels --no-publications -x currencydb > database/structure.sql
Which has the
Hello,
I use postgres 12 with “MATERIALIZED” statement,
and I once asked on Discord how to use the “MATERIALIZED” statement in go-pg,
and get that is not support now.
Expected Behavior
WITH AS MATERIALIZED (...)
-
Updated
May 5, 2022 - Java
Is your feature request related to a problem? Please describe.
Often when we query the database the condition that we would like to express is "does there exist a single entity that fits these criteria". Currently EntityManager
has a .findOneOrFail
method which solves half of the problem - it will throw in case there are no entities but will happily return the first one in case there are
-
Updated
Apr 21, 2022 - Python
人大金仓数据库连接异常
问题描述及重现步骤:
直接导入包FreeSql.Provider.KingbaseES
测试代码:
var connStr = "Server=xxxxxx;Port=60049;UID=system;PWD=123456;database=test;MAXPOOLSIZE=2";
var fsql = new FreeSqlBuilder()
.UseConnectionString(DataType.KingbaseES, connStr)
.Build();
直接提示密码认证失败
若是使用OdbcKingbaseES,再导入odbc包会一直提示找不到没有数据源名称
另一个群里的朋友遇到的人大金仓的问题
![image](https://user-i
-
Updated
Apr 29, 2022 - Go
Improve this page
Add a description, image, and links to the orm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the orm topic, visit your repo's landing page and select "manage topics."
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read: