GitHub / sqlc-dev/sqlc / commits
Generate type-safe code from SQL
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 397cfc3a | Prevent panics when building argument lists for variadic functions (#2093) |
Andrew Benton <a****w@b****o>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 81b15a3b | fix: Do not throw error when IF NOT EXISTS is used on ADD COLUMN (#2092) |
Jane Kelly <j****y@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 86441951 | Remove direct use of pgtype.Array with pgx/v5 (#2090) |
Carl Johnson <m****e@c****t>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| a2308106 | Revert "docker: Change ENTRYPOINT to CMD (#1943)" (#2091) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| bfc765d0 | Updated the yaml formatting in the first section (#2086) |
Amirmehdi Sharifzad <a****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 84058a73 |
build(deps): bump golang from 1.20.0 to 1.20.1 (#2082)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| cca1dc45 | Remove an unnecessary validation check when processing type overrides for Go ... |
Andrew Benton <a****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 5a6a6066 | ci: Only report test results on main (#2081) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 8157b67e | Report test results to BuildKite (#2075) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| fa985d06 | cmd/sqlc: Bump version to 1.17.0 (#2066) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 98da1d4b | Only enable postgresql support when cgo is enabled as it is required (#2068) |
Anuraag Agrawal <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 003e873d | wasm: Upgrade to wasmtime 5.0.0 (#2065) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| acc91d5d |
build(deps): bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 (#2063)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| eba90d1c | fix: Search from Rexpr if not found from Lexpr (#2056) |
Shunsuke Otani <s****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 0b38c753 |
build(deps): bump github.com/jackc/pgtype from 1.13.0 to 1.14.0 (#2062)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 38203581 | fix: Add import statements even if only pointer types exist (#2046) |
Shunsuke Otani <s****i@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 6273602b |
build(deps): bump golang from 1.19.5 to 1.20.0 (#2045)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 8df32e16 |
Changed documentation for json datatype. (#1997)
Co-authored-by: utkarshaajtak <1****k@u****m>, Kyle Conroy <k****e@c****g> |
UTKARSH SHARMA <5****p@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| d38db006 | fix: Documentation for Inserting Rows (#2034) |
Tergel <5****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| f1eef01c | internal/codegen: cache pattern matching compilations (#2028) |
Alan Shreve <a****n@n****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| d64a68b7 | cmd: Generate packages in parallel (#2026) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c4ceb0ed | docs: update samples for HOW-TO GUIDES (#1953) |
Tsuji Daishiro <d****n@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 4f8da001 | Manual fix for incorrect handling of "calories" (#2018) |
mpyw <r****8@y****p>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 68f1530d | update uuid docs for mysql (#2019) |
Mike Mackintosh <m****h@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7916e266 |
build(deps): bump golang from 1.19.4 to 1.19.5 (#2016)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 4311c223 | fix: the enum Value method returns correct type (#1996) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| db9a5e14 |
add version to bug template (#2000)
Co-authored-by: Kyle Conroy <k****e@c****g> |
Davide Imola <d****a@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 1b624dbc | plugins: Upgrade to wasmtime 3.0.1 (#2009) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 0f5a42c8 | build(deps): bump certifi from 2020.12.5 to 2022.12.7 in /docs (#1993) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| ee2330b6 |
build(deps): bump golang from 1.19.3 to 1.19.4 (#1992)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 25dcd156 |
build(deps): bump github.com/jackc/pgtype from 1.12.0 to 1.13.0 (#1978)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 76eea902 | tools: regenerate scripts skips dirs that contains diff exec command (#1987) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 7bc053e2 |
build(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#1988)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 6eb27c00 | setup bufbuild to generate proto (#1974) |
Nick Jackson <n****n@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| 9e13aa75 | sqlite: supported between expr (#1958) (#1967) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c8c0233e | *: clean up some tiny things (#1966) |
jordan ryan reuter <3****t@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2395aec1 | [PART 3] pgx v5 support (#1823) (#1875) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f5c1a5e9 | feat: Add the diff command (#1963) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3623ec87 | [PART 2] pgx v5 support (#1823) (#1874) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4837b078 | build: Fix conflicts from pointer configuration (#1950) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 27fffbf8 |
Implement emission of pointer types for nullable columns. (#1571)
Co-authored-by: Kyle Conroy <k****e@c****g> |
Nick Bruun <n****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 29a88558 | mysql: Fix blob tests (#1949) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6639c132 |
fix(engine/mysql): take into account column's charset to distinguish text/blo...
Co-authored-by: Gerdriaan Mulder <g****n@h****l> |
Gerdriaan Mulder <m****m@m****l>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 396f6737 | mysql: Add datatype tests (#1948) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| ed588e1f | build: Move large arrays out of functions (#1947) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 15640963 | fix: initialize generated code outside function (#1850) |
akutschera <a****a@w****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2d28ea33 | build: Run sqlc-pg-gen via GitHub Actions (#1944) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 1f3aec6d | docker: Change ENTRYPOINT to CMD (#1943) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7bc9d169 | build: Fix devcontainer (#1942) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 71dd9284 |
build(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1909)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6b3b540e |
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 (#1913)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d5f2dc1b | Update language-support.rst (#1937) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7130e108 | codegen: Remove built-in Python support (#1936) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 44df94b6 | codegen: Remove built-in Kotlin support (#1935) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 89922d45 | cmd/sqlc: Bump to v1.16.0 (#1934) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d300bead | docs: Update migration guides with links (#1933) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5a927f3b | Port kotlin examples to sqlc-gen-kotlin (#1931) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 8c070d0d | python: Upgrade to sqlc-gen-python v1.0.0 (#1932) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 821e24ac | Add deprecation warning for Python and Kotlin (#1930) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 05c1d25d | Add docs for Kotlin / Python migration (#1929) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 087abf9c |
build(deps): bump golang from 1.19.1 to 1.19.3 (#1920)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3492a1f5 | Update pg_query_go to 2.2.0 / libpg_query to 13-2.2.0 (#1921) |
Lukas Fittl <l****s@f****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5408aa9a | compiler: Move Kotlin parameter logic into codegen (#1910) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 89c6aa19 | python: Port all Python tests to sqlc-gen-python (#1907) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f83ea825 | Moved pgx/v4 e2e tests to the separated dir (#1823) (#1873) |
Vitalii Solodilov <M****r@y****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2cbcd1f2 | docs: Add documentation for codegen plugins (#1904) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| ff3f03d1 | examples: Port Python examples to WASM plugin (#1903) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| c3fea587 |
build(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1893)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cf74be95 | codgen: Include serialized codegen options (#1890) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a5d4ed94 | Remove unnecessary `AUTOINCREMENT` from example (#1891) |
The Cashew Trader <8****r@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a2ce8b65 | Fix a typo in config.md (#1876) |
Mateo Radman <4****n@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f7c9ed65 | chore: Bump wasmtime version to v1.0.0 (#1869) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 46203459 |
build(deps): bump github.com/bytecodealliance/wasmtime-go (#1857)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| efa6acf8 | docs: various readability improvements (#1854) |
Matthew Sanabria <2****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 1a28c293 | fix: named params contribute to batch parameter count (#1841) |
Chris Lee <c****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f61a5d52 | fix: batch imports filter queries, update cmds having ret type (#1842) |
Chris Lee <c****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4ca759f3 | fix: handle empty column list in postgresql (#1843) |
akutschera <a****a@w****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f29e4266 | fix: support version 2 in error message (#1839) |
linweiyuan <r****t@l****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| e5d27083 |
build(deps): bump github.com/lib/pq from 1.10.6 to 1.10.7 (#1835)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b8ce98b5 |
build(deps): bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#1838)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0ebe8558 | fix: prevent batch infinite loop with arg length (#1794) |
Chris Lee <c****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| fadf97a3 | build(deps): bump golang from 1.19.0 to 1.19.1 (#1834) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| c24b4342 | build(deps): bump github.com/jackc/pgx/v4 from 4.17.1 to 4.17.2 (#1831) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0a1b04eb | fix: 🐛 Correctly switch `coalesce()` result `.NotNull` value (#1664) |
mpyw <r****8@y****p>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| fd2f5cc2 | chore: Upgrade wasmtime version (#1827) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 90aaf6a0 |
build(deps): bump github.com/bytecodealliance/wasmtime-go (#1826)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 73cbcf34 | Inflection Singular table names exclusion configuration (#1531) |
danicc097 <7****7@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1e40dc82 | Python query param limit (#1530) |
danicc097 <7****7@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 7331b9de | build(deps): bump github.com/jackc/pgx/v4 from 4.17.0 to 4.17.1 (#1825) |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 271ae8d2 | fix: Emit correct comment for nullable enums (#1819) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| eea73f61 | pg-gen: implement information_schema shema (#1815) |
Steven Kabbes <s****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 8fa5272e | Add pg_tables and pg_views to catalog (#1811) |
Steven Kabbes <s****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a2b6b183 | fix(validate): sqlc.arg & sqlc.narg are not "missing" (#1814) |
Steven Kabbes <s****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 32010e9b | missing " (#1805) |
Chris Elliot <1****K@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f52a5149 | pg-gen: make sqlc-pg-gen the complete source of truth for pg_catalog.go (#1809) |
Steven Kabbes <s****s@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 68ce609d | feat: Add HAVING support to MySQL (#1806) |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| bd5be07b | Update BUG_REPORT.yml |
Kyle Conroy <k****e@c****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 318fdcc0 |
build(deps): bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.0 (#1786)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 0983378c |
build(deps): bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.15 (#1799)
Co-authored-by: dependabot[bot] <4****]@u****m> Signed-off-by: dependabot[bot] <s****t@g****m>, dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| d93db351 | docs: Add a getting started guide for SQLite (#1798) |
mori yuta <5****i@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago |