ReferenceChangelog
v1.6.0
Released 2020-11-23 · View on GitHub
Dolphin
- Implement Rename (#651)
- Skip processing view drops (#653)
README
- Update language / database support (#698)
Astutils
- Fix Params rewrite call (#674)
Build
- Bump golang from 1.14 to 1.15.3 (#765)
- Bump docker/build-push-action from v1 to v2.1.0 (#764)
- Bump github.com/google/go-cmp from 0.4.0 to 0.5.2 (#766)
- Bump github.com/spf13/cobra from 1.0.0 to 1.1.1 (#767)
- Bump github.com/jackc/pgx/v4 from 4.6.0 to 4.9.2 (#768)
- Bump github.com/lfittl/pg_query_go from 1.0.0 to 1.0.1 (#773)
- Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 (#783)
- Bump golang from 1.15.3 to 1.15.5 (#782)
- Bump github.com/lib/pq from 1.4.0 to 1.8.0 (#769)
Catalog
- Improve variadic argument support (#804)
Cmd/sqlc
- Bump to version v1.6.0 (#806)
Codegen
- Fix errant database/sql imports (#789)
Compiler
- Use engine-specific reserved keywords (#677)
Dolphi
- Add list of builtin functions (#795)
Dolphin
- Update to the latest MySQL parser (#665)
- Add ENUM() support (#676)
- Add test for table aliasing (#684)
- Add MySQL ddl_create_table test (#685)
- Implete TRUNCATE table (#697)
- Represent tinyint as int32 (#797)
- Add support for coalesce (#802)
- Add function signatures (#796)
Endtoend
- Add MySQL json test (#692)
- Add MySQL update set multiple test (#696)
Examples
- Use generated enum constants in db_test (#678)
- Port ondeck to MySQL (#680)
- Add MySQL authors example (#682)
Internal/cmd
- Print correct config file on parse failure (#749)
Kotlin
- Remove runtime dependency (#774)
Metadata
- Support multiple comment prefixes (#683)
Postgresql
- Support string concat operator (#701)
Sql/catalog
- Add support for variadic functions (#798)