You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release is mainly a bug fix release. It also includes an [important security fix](https://github.com/sqlc-dev/sqlc/issues/3194) for users using output plugins.
11
+
12
+
### Changes
13
+
14
+
#### Bug Fixes
15
+
16
+
- (docker) Use distroless base image instead of scratch (#3111)
17
+
- (generate) Ensure files are created inside output directory (#3195)
18
+
- (mysql) BREAKING: Use `int16` for MySQL `SMALLINT` and `YEAR` (#3106)
19
+
- (mysql) BREAKING: Use `int8` for MySQL TINYINT (#3298)
20
+
- (mysql) Variables not resolving in ORDER BY statements (#3115)
21
+
- (opts) Validate SQL package and driver options (#3241)
22
+
- (postgres/batch) Ignore query_parameter_limit for batches
23
+
- (scripts) Remove deprecated test output regeneration script (#3105)
0 commit comments