Commit History

Author SHA1 Message Date
  Timothy Studd 379cc12f83 fix(compiler): Fix validation of GROUP BY on field aliases (#1348) 2 years ago
  Kyle Conroy a615c2ba7c build: Remove devel Docker build 2 years ago
  Kyle Conroy 06d9ab69ab chore(python): Delete template-based codegen (#1345) 2 years ago
  dependabot[bot] 117b5ec7e1 build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1343) 2 years ago
  Kyle Conroy 44c8000250 feat(python): Generate query code using ASTs instead of templates (#1338) 2 years ago
  Kyle Conroy 2a65bfa801 chore(python): Add tests for :exec{result,rows} (#1344) 2 years ago
  Tim Millard 22fa5f338f feat(postgres): Inheritance (#1339) 2 years ago
  dependabot[bot] 24f4d075d4 build(deps): bump golang from 1.17.4 to 1.17.5 (#1337) 2 years ago
  Kyle Conroy c7a0afe58a First pass at AST-based codegen (#1333) 2 years ago
  William Bain b68c669cd7 fix(compiler): Check delete statements for CTEs (#1329) 2 years ago
  Kyle Conroy e9c524123b fix(sqlite): Update ANTLR v4 go.mod entry (#1336) 2 years ago
  dependabot[bot] 84f0f24d23 build(deps): bump golang from 1.17.3 to 1.17.4 (#1331) 2 years ago
  Kyle Conroy e588df5d6d Update BUG_REPORT.yml 3 years ago
  dependabot[bot] 12d02edf9b build(deps): bump github.com/jackc/pgx/v4 from 4.14.0 to 4.14.1 (#1316) 3 years ago
  Kyle Conroy 98d76a6bd6 docs: Bump version to 1.11.0 (#1308) 3 years ago
  Kyle Conroy 2cd18f5940 Changelog with Git Cliff (#1307) 3 years ago
  Kyle Conroy ad53cfe1b6 cmd/sqlc: Bump version to v1.11.0 3 years ago
  Kyle Conroy b0989e152a Add Context to the list of sponsors (#1306) 3 years ago
  remLse 7bb2352df9 docs: warn about golang-migrate file order (#1302) 3 years ago
  William Bain 4bbe1caf37 Consistent whitespace handling in Go query template (#1301) 3 years ago
  dependabot[bot] 84028605bb build(deps): bump github.com/jackc/pgx/v4 from 4.13.0 to 4.14.0 (#1303) 3 years ago
  Timothy Studd a83dba2439 fix(compiler): Use common params struct field for same named params (#1296) 3 years ago
  Timothy Studd c34ad5ea71 fix(codegen): Prevent variable redeclaration in single param conflict (#1298) 3 years ago
  Daniel Metz 768ccb6cf2 Add emit_methods_with_db_argument config option (#1279) 3 years ago
  Kyle Conroy 2aa00e23a2 Fix GROUP_CONCAT function signature (#1294) 3 years ago
  Timothy Studd 710cc21eac fix(compiler): Add validation for GROUP BY clause column references (#1285) 3 years ago
  Timothy Studd 466c3e16c7 fix(compiler): Support references to columns in joined tables in UPDATE statements (#1289) 3 years ago
  Timothy Studd 5eb649d752 fix(engine/mysql): Add support for MySQL ON DUPLICATE KEY UPDATE (#1286) 3 years ago
  Timothy Studd 734b4b3458 fix(compiler): Validate table alias references (#1283) 3 years ago
  Timothy Studd fd81da8482 fix(engine/mysql): Fix MySQL parser for query without trailing semicolon (#1282) 3 years ago