-
As [commented in the core MV thread](https://github.com/dbt-labs/dbt-core/issues/6911#issuecomment-1503925035), BigQuery is adding support for [non-incremental MVs](https://cloud.google.com/bigquery/d…
Fleid updated
2 weeks ago
-
**V doctor:**
```
V full version: V 0.4.8 5c65e58.54a6915
OS: windows, Microsoft Windows 11 Pro v22631 64-bit
Processor: 24 cpus, 64bit, little endian,
getwd: D:\vbug2
vexe: C:\v\v.exe
vexe mtime…
-
SQLite tables have a hidden "ROW ID" column. When a table has an "INTEGER PRIMARY KEY" then that column _might_ become an alias for ROW ID. These columns act differently to a regular INTEGER column, o…
-
As of now, photos preserve their file names during automatic camera upload. With the new helpful support of sorting them into directories, file organization has improved. Nevertheless, with increasing…
szapp updated
4 months ago
-
**What is this**:
Prometheus Incremental querying epic
**Why?**:
Dashboards running auto-refresh request the same data over and over again.
**How?**:
Save query results locally in users brows…
-
```sql
CREATE DATABASE `tic_tac_toe` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `tic_tac_toe`;
CREATE TABLE `game` (
`game_id` i…
-
Including (ideally) dealing with the last part of the key to be a sequence (since InnoDB does not allow auto-increment on the last part of a PK like MyISAM does).
-
When the primary key is composed of two columns, the command generation is also incorrect:
```
CREATE TABLE IF NOT EXISTS `alert_listener` (
`alert_listener_id` int(11) NOT NULL AUTO_INCREMENT,
`…
-
At the current moment changes merged into the Master branch could not trigger package version increment and it causes failed pipelines on Release tags created.
Provide a mechanism to auto-update pack…
-
I just ran the following query in MySql 8:
```sql
CREATE TABLE `users` (
`id` serial AUTO_INCREMENT NOT NULL,
`verified_at` timestamp,
`deleted_at` timestamp,
C…