Tuomas Artman

Results 3 issues of Tuomas Artman

I'm trying to stream a large amount of data for processing using: ``` table.createReadStream({prefix: `prefix`}).on("data", row => { ... }) ``` I'm receiving a lot of rows, but each of...

type: question
api: bigtable
priority: p3

### Is your feature request related to a problem? We do want to make sure that SQL check catches all instances where `TRUNCATE table CASCADE` is called, but do want...

enhancement

### Provide the Bytebase version you are using 2.14.1 ### Describe the bug Now that we can mix and match DML and DDL statements, we're running into issues where the...

bug