mssql
Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
Here are 1,284 public repositories matching this topic...
λ npx prisma generate
Environment variables loaded from .env
Prisma schema loaded from prisma\schema.prisma
✔ Generated Prisma Client (2.25.0) to .\prisma\foo in 738ms
You can now start using Prisma Client in your code. Reference: https://pris.ly/d/client
```
import { PrismaClient } from './prisma\foo'
const prisma = new PrismaClient()
```
Note the ./prisma\foo. The path
Describe the Bug
The translations interface relies on the default API params for fetching the available languages, which also means that limit is set to the default 100. When your languages collection has over a 100 languages in it, the translations interface will only show the first 100.
https://github.com/directus/directus/blob/0655087f9c6fbc8b380d1e9632a8da93579d872a/app/src/interface
-
Updated
Apr 3, 2020 - Go
-
Updated
Jul 9, 2021 - PHP
Is it possible for sqlx to have an impl of Decode for Cow<'_, str> (with implementation delegation to str, similar to what String is doing)?
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
Describe the bug
The response of MongoDB is inconsistent wrt to SQL databases if the schema has links of type array. When the nested table doesn't have any rows/documents in it. The response returned is different
Expected behaviour
Actual behaviour
Steps to reproduce
- Fire the query & observer the result
link table as array
if nested table has no rows, postgres
Currently SAP HANA provider not configured to support CTE.
We should enable it for SAP HANA provider (including enabling of existing CTE tests for sap hana. also makes sense to check if tests enabled for informix)
-
Updated
Jul 7, 2021 - JavaScript
-
Updated
Jul 9, 2021 - PHP
Report
Unless I'm reading this wrong, we state that -Force has to be used with KillActiveConnection:
Checking where that parameter hits though we are not checking if -Force was provided.
https://github.com/sqlcollaborative/dbatools/blob/08b9fbafbd749b
-
Updated
May 12, 2021 - Go
需要绑定的变量对应的tag未生效
-
Updated
Jun 11, 2021 - JavaScript
Describe the bug
Character greater then > breaks comment in formatter
To Reproduce
Steps to reproduce the behavior:
- Go to https://vscode-sqltools.mteixeira.dev/playground/formatter
- Click on insert into below text:
-- comments are
-- breaks by sign greater than >
-- unfortunately - See error
Expected behavior
the comment should not be affected by a character grea
-
Updated
Sep 16, 2020 - C#
-
Updated
Dec 25, 2019 - Python
-
Updated
Jul 9, 2021 - R
-
Updated
Feb 16, 2021 - Python
-
Updated
Jul 9, 2021 - PHP

Issue Description
What are you doing?
I am trying to strongly type my application using Typescript and Sequelize. I have noticed th