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,615 public repositories matching this topic...
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:
 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.
The problem faced currently?
While adding an ingress route, or a target in ingress route.
If by mistake white space gets added to the route or host. We get the error specified route not found or unable to reach the specified target
How can we solve it?
Mission control should remove the white space if present before saving the config
If you want this feature to be implemented, gi
I am trying to implement retry logic for Aws Aurora Mysql.
In Linq2db there is retyrpolicy already implemented except there is no way to pass retrypolicy to DataContext.
So I have extended the DataContext as follows.
public class RetryingDataContext : DataContext
{
protected IRetryPolicy _retryPolicy;
public RetryingDataContext(IDataProvider dataProvider, string c
-
Updated
May 13, 2022 - PHP
-
Updated
May 11, 2022 - JavaScript
Feature Request
A simple command that just pulls readable information from msdb..suspect_pages.
Problem to solve
At times you need to monitor the suspect pages a server may have or verify after you get logical errors returned from DBCC results, or even finding the dreaded 823/824 err
-
Updated
Aug 22, 2021 - Go
需要绑定的变量对应的tag未生效
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
Trying the code in https://github.com/uptrace/bun/blob/master/example/rel-has-one/main.go I'm having:
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x8a3af7]
goroutine 1 [running]:
modernc.org/sqlite.(*Driver).Open(0x0, {0x9006de?, 0x1000?})
C:/Users/Fred/go/pkg/mod/modernc.org/[email protected]/sqlite.go:1466 +0x57
-
Updated
Dec 25, 2019 - Python
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
Sep 16, 2020 - C#
-
Updated
Feb 16, 2021 - Python
-
Updated
Aug 17, 2021 - C#
Hiho
If you write large text as news it broke the layout of mainpage.
An integration of a "read more" function will help with it. (readmore.js?)
greet
Working on a project I ran into the documentation for customizing the Foreign Key.
The docs read: