Daniil Iaitskov

Results 115 issues of Daniil Iaitskov

I want to create a simple table and get a runtime error. BigQuery service is not bothered with explaining what actually is missing and Haskell type system pass incomplete query....

question

I don't understand how nested span is linked to its parent. withSpan doesn't have argument for parent span in flight id. I see eventlog parser reconstructs structure through Event Cap...

Hi, I develop a Haskell project [Napkin](https://soostone.github.io/tutorial/), which talks to multiple database backends (Postgres, Sqlite, BigQuery, SqlServer). There is an issue with having unified API of SQL functions. Every backend...

git is not isolated inside nix-shell environment. It is one of issues preventing cabal building the project and pushing PRs on Debian 10 (old glibc)

Hi, My app gets following exception up on basic select all from a single table: ``` ManyErrors [ BeamRowReadError {brreColumn = Nothing, brreError = ColumnErrorInternal "Prelude.read: no parse"}, BeamRowReadError {brreColumn...

enhancement

Token positions are required to preserve original expression formatting after refactoring - modified AST is transformed back to SQL source.

Hi, parseStatement v0.6.0 fails for ``` SELECT CAST(42 AS int4) from t; ``` ``` SELECT CAST(42 AS float8) from t; ``` but float8 is a valid type in postgres 9.5...

```sql select x'FF', b'1000' from table1; ```

Why there is no Semigroup instance for generators? It must be very useful when building composite values such as url: ``` genUrl :: Gen Text genUrl = elements ["http", "https"]...