-
@dhensby Every now and then I see the warning `Warning: Unable to download cumulative updates` from `tediousjs/setup-sqlserver@v2`, and if that happens, builds on SQL Server 2022 fail because the TDS …
-
This issue was auto filed by Sentry. It represents a crash or reported error on a live cluster with telemetry enabled.
Sentry Link: [https://cockroach-labs.sentry.io/issues/5976537485/?referrer=webho…
-
I propose we introduce the usage of using a SQL server for locking.
I propose we do this by adding support for sqlite, and postgresql first.
I propose we do this by introduce the ability to sa…
-
### Current Behaviour
when npc Vengeful Shade is summoned by deathwhisper it imediatally runs to target.
### Expected Blizzlike Behaviour
when npc Vengeful Shade is summoned by deathwhisper i…
-
Starting the Docker image throws an error when starting. The error is a result of a known problem with .Net 8 and the change of behaviour where the SQL Client runs by default with globalization-invar…
-
Interestingly, we do not yet support parsing SQL Server's computed column syntax:
```sql
create table t (i int, j int, k as (i + j));
insert into t (i, j) output inserted.* values (1, 2);
```
…
-
**Describe the bug**
When using pymssql version 2.2.8 it freeze on connection, with no error, no timeout, just hang there forever.
**To Reproduce**
database_connection = f"mssql+pymssql://{_USERN…
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/sql/server
### (Optional) Module Ve…
brneu updated
2 weeks ago
-
- MSSQL Extension Version: v1.25.0
- VSCode Version: 1.94.2
- OS Version: Windows 10 Enterprise, 10.0.19045 Build 19045
Steps to Reproduce:
1. Using SQL Server extension, open new *.sql file
2. Con…
-
**Describe the problem**
The latest version of the CockroachDB (v24.2.4 and the latest master commit: f15ee646b5111) crashes when executing the following query:
```sql
CREATE TABLE v00 (c01 INT…