Dan Hansen

Results 40 issues of Dan Hansen

**Summary** This PR fixes the following bugs: * [x] Closes #2775 * [x] Closes #2769 * [x] Closes #2691 * [x] Closes #2596 * [x] Closes #2087 * [x] Closes...

In our use of the emulator we've encountered complex queries that take longer than 15 seconds to execute. The HTTP server's current configuration will close the connection after a 15...

Found while writing the Python client regression test for https://github.com/goccy/go-zetasqlite/issues/132. Closes https://github.com/goccy/bigquery-emulator/issues/262 Closes #169

reviewed

### What happened? When requesting with `?maxResults=0`, results are still included. ### What did you expect to happen? Query results should be limited to `maxResults` in the response ### How...

bug

Assuming: ``` ruby class Person < ActiveRecord::Base scope :domestic, ->(countries) { where(country: countries) } def self.ransackable_scopes(auth_object=nil); [:domestic]; end end ``` Trying to filter by a list of countries: ``` ruby...

This implements the registration of user-defined window functions. It extends the existing `RegisterAggregator` interface to allow the `impl` to implement `Inverse` and `Value`, in which case, the aggregator can be...

Hi, thanks for your development on this project! I have a use case for registering a custom window function with the SQLite driver. Is there planned development for a `conn.RegisterWindowFunction`...

### What would you like to be added? Hi @goccy @totem3, I'm filing this ticket as an epic to outline a few shortcomings we're running into. I've undertaken work to...

enhancement