Dan Hansen
Dan Hansen
#278 addresses this!
I've put up a first-pass of this functionality here https://github.com/goccy/go-zetasqlite/pull/211
@totem3 @goccy This was fixed in the last release of `go-zetasqlite` https://github.com/goccy/go-zetasqlite/commit/b6dd6a5c9272ce2c804b47446646d42ebdf9450a
`INT` is not recognized in the Google ZetaSQL library. One workaround is to use a more explicit integer type i.e. `INT64` in your queries.
@goccy Could you assign this to me?
@heyweswu can this be closed? Did your PR fix the issue?
The bug here is actually that the dataset is removed when it still contains tables. As noted in [datasets.delete](https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets/delete) a dataset cannot be deleted until it does not contain any...
I'm pretty sure the fix for this is not to splat the args if the `arity` is 1.
I was looking in to this for a bit, here's what I found.. ActiveRecord::Base#scope defines a method that takes a variable number of arguments, it doesn't seem possible that we...
Class method seems to have the same issues. Will investigate more later.