Dhruv

Results 7 issues of Dhruv

I think I've found a bug in the bulk API which causes an issue where not all fields of a record are updated. Suppose I want to update some table...

bug

When you begin recording for the first time, chrome / firefox add a little icon to the browertab to indicate that the microphone is in use. Once recording has stopped,...

When you use the recorder to record audio ( calling recorder.startRecord() ), you are prompted for microphone access. When you're finished, calling stopRecord starts the audio encoding process but it...

### What do you want to change? I use sqlc with a separate migration tool. While my migration tool doesn't require it, I generally like my migrations to be idempotent....

enhancement

### What do you want to change? I'd like the ability to override the column type at the query level. At the table level, the types come out correct but...

enhancement

# Previously Fixes #3024 There are two main fixes in this PR - Any alterations to a parent table never propagated to the children. This is because the columns of...

### Version 1.25.0 ### What happened? If you rename a column using alter table, but have existing queries against the previous column, I would've expected `sqlc vet` to pick that...

bug