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
* add SQL query template generation with CRUD operations ([de0b1d8](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/de0b1d869938fa191459a5355803fed5705bddbb))
9
+
***config:** support multiple config file locations ([4328412](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/4328412d4cf2aed6c86adf30f407dc40687cee20))
10
+
* implement CLI application with config and catalog loading ([12e573f](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/12e573ffbbcac0a884f121987d7aefba411c965f))
11
+
***inflect:** add singular and plural forms for "quota" ([3259507](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/325950769af180ec3797cfa6be630f6a479812fa))
12
+
* rework config to use queries allowlist instead of skip_queries blocklist ([0b29e6a](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/0b29e6a9955bdb3813e54fa8006ec8996ccc07e9))
13
+
***sqlc:** add GetNonPrimaryKeyColumns method to filter primary keys from updates ([fdb05fd](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/fdb05fd43da0ea587252f89a5d0f7234137ed4c5))
14
+
***sqlc:** add skip_queries configuration for selective query generation ([8879fd7](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/8879fd758cce67a669e8e56b45d0210569f30908))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
***ci:** add report.path so octocov tracks generated files for push ([13968fe](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/13968fe79f1c58f316209cf60dad3fb5d0ca97e4))
20
+
***ci:** reorganize octocov output into .github/octocov/ directory ([929ce65](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/929ce65c0692cb9765bb1eb1f6098311acc7e07f))
21
+
***ci:** restore octocov badge config and lower coverage threshold to 80% ([c041571](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/c041571a9bd524604399fa8641b37a441707d35c))
22
+
***template:** add blank line separators between generated query blocks ([feb407b](https://github.com/sqlc-contrib/sqlc-gen-queries/commit/feb407b1dba9ea4e626e0b6d631f926d1cc79c76))
0 commit comments