ReferenceChangelog
v1.1.0
Released 2020-03-17 · View on GitHub
README
- Add installation instructions (#350)
- Add section on running tests (#357)
- Fix typo (#371)
Ast
- Add AST for ALTER TABLE ADD / DROP COLUMN (#376)
- Add support for CREATE TYPE as ENUM (#388)
- Add support for CREATE / DROP SCHEMA (#389)
Astutils
- Apply changes to the ValuesList slice (#372)
Cmd
- Return v1.0.0 (#348)
- Return next bug fix version (#349)
Cmd/sqlc
- Bump version to v1.1.0 (#406)
Compiler
- Wire up the experimental parsers
Config
- Remove "emit_single_file" option (#367)
Dolphin
- Add experimental parser for MySQL
Gen
- Add option to emit single file for Go (#366)
- Add support for the ltree extension (#385)
Go.mod
- Add packages for MySQL and SQLite parsers
Internal/dinosql
- Support Postgres macaddr type in Go (#358)
Internal/endtoend
- Remove %w (#354)
Kotlin
- Add Query class to support timeout and cancellation (#368)
Postgresql
- Add experimental parser for MySQL
Sql
- Add generic SQL AST
Sql/ast
- Port support for COMMENT ON (#391)
- Implement DROP TYPE (#397)
- Implement ALTER TABLE RENAME (#398)
- Implement ALTER TABLE RENAME column (#399)
- Implement ALTER TABLE SET SCHEMA (#400)
Sql/catalog
- Port tests over from catalog pkg (#402)
Sql/errors
- Add a new errors package (#390)
Sqlite
- Add experimental parser for SQLite