Skip to content
#

orm

Here are 3,834 public repositories matching this topic...

xaragen
xaragen commented Aug 10, 2021

Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read:

// https://sequelize.org/master/manual/assocs.html
// For example, to use UUID as the foreign key data type instead of the default (INTEGER), you can simply do:

const { DataTypes } = require("Sequelize");

Foo.hasOne(Bar, {
  foreignKey: {
    // name: 'myFooId'
    type: D
type: docs good first issue
prisma
binary64
binary64 commented Aug 2, 2021

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

  1. On windows do prisma format
  2. Open in HxD or similar
  3. See attached:

![image](https://user-images.g

bug/1-unconfirmed kind/bug topic: windows tech/typescript
ankitmatrix08
ankitmatrix08 commented Feb 2, 2022

1. Exception Case:
LINQ: Here, I have a query which is doing a GroupJoin on an DbSet and then adding other inner joins.
Repository.ConvertToBigIntTable -> This is an output of a call to a Table-Valued function which returns an IQueryable (T is a Keyless entity having a long Id field)

private IQueryable<IDocumentTypePermission> GetDocumentTypePermissionsTest<T>(IQueryable
type-bug customer-reported good first issue area-query
kyleconroy
kyleconroy commented Mar 19, 2022

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

enhancement good first issue
xuanhuangkeji
xuanhuangkeji commented Nov 5, 2021

问题描述及重现步骤:

直接导入包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

good first issue docs

Improve this page

Add a description, image, and links to the orm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orm topic, visit your repo's landing page and select "manage topics."

Learn more