-
Is it possible to add support for MS SQL SERVER database?
Thank you
-
I have a query that looks like this:
```sql
SELECT *
FROM table
ORDER BY id DESC
LIMIT 1000
FOR UPDATE SKIP LOCKED;
```
And I get this error when trying to generate the types:
```
Err…
-
roachtest.schemachange/mixed-versions [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/18041146?buildTab=log) with [artifacts](https://teamcity…
-
In the example below, I expect the second `INSERT` to trigger a partial stats collection, but it does not.
```sql
SET CLUSTER SETTING sql.stats.automatic_partial_collection.enabled = true;
SET CL…
-
I keep coming back to JSONiq because it's such an elegant language, and it would be cool if I could use it for an api instead of eg. GraphQL. There's Hasura and similar for the latter that auto genera…
-
I installed RPresto from current github repo. My dbplyr version is 2.5.0.
tbl(con, 'table_name') is not working. Full backtrace:
```
Error in `as_table_path()`:
! `con` is absent but must be sup…
-
Right now we have no way of expressing SQL check constraints in our schema. We need a spec for this that we can implement in the future.
-
**Summary**
update mutation plan do have schema, but stats are missing, only write rows are received.
``` sql
CREATE or replace TABLE t1 (
category_id INT NOT NULL,
region_id INT NO…
-
### Link to the coursework
https://www.youtube.com/watch?v=dTNamL30sDg
### Why are we doing this?
To learn how to use Google Sheets to store and query data is very useful. SQL is a powerful t…
-
I have 2 schemas (Ex: TEST & TEST1) with different partition tables with same table names. When disabled automatic_maintenance for TEST1 schema tables TEST schema partitions worked as expected.
Po…