mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
32ae105279
Better SQL generation for select queries (the query plans will be the same but much more readable). This closes some long standing issues (#6, #121, #278).
31 lines
260 B
Plaintext
31 lines
260 B
Plaintext
__pycache__/
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.virtualenv
|
|
.hpc
|
|
*.tix
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
*.prof*
|
|
*.aux
|
|
*.hp
|
|
TAGS
|
|
.stack-work*
|
|
|
|
# ws related
|
|
ws/
|
|
build/rootfs
|
|
|
|
random*.sql
|
|
|
|
# example related
|
|
sample/data
|