orm
Here are 3,834 public repositories matching this topic...
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Apr 11, 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:

private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable
-
Updated
Apr 11, 2022 - PHP
Original issue:
Relevant PRs:
diesel-rs/diesel#3035
diesel-rs/diesel#3036
diesel-rs/diesel#3037
diesel-rs/diesel#3092
-
Updated
Apr 11, 2022 - Go
-
Updated
Dec 16, 2021 - Python
-
Updated
Apr 3, 2020 - Go
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Mar 16, 2022 - Rust
What do you want to change?
For Go, sqlc will use a positional argument for a query if there's a single parameter. If there's more than one, it will generate a parameters struct. While this works for me, a few other folks would like different behavior.
@brentd would like to use positional arguments for up to three parameters (kyleconroy/sqlc#1496)
@Threpio woul
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
Apr 11, 2022 - Java
-
Updated
Apr 11, 2022 - TypeScript
-
Updated
Mar 31, 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
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: