Skip to content

pullrequests Search Results · repo:sqlc-dev/sqlc language:Go

Filter by

2.1k results
 (127 ms)

2.1k results

insqlc-dev/sqlc (press backspace or delete to remove)

Replaces a manual slice copy loop with Go s built-in copy() function to fix the staticcheck S1001 linter warning. Before: fields := make([]Field, len(s.Fields)) for i, f := range s.Fields { fields[i] ...
size:XS
🔧 golang
  • rubensantoniorosa2704
  • Opened 
    18 hours ago
  • #4166

Problem MySQL mathematical expressions like (a1 / 1024) were being generated as interface{} instead of proper types like sql.NullFloat64. Root Cause - The IsMathematicalOperator function only supported ...
size:L
🔧 golang
  • rubensantoniorosa2704
  • Opened 
    yesterday
  • #4163

This PR adds go_package field under plugin.process for configurations I m trying to write plugin for a specific project, so I think it s reasonable to put plugin code alongside the project, and currently ...
size:M
🔧 golang
  • frankli0324
  • Opened 
    2 days ago
  • #4161

EDIT: Sorry, I did not intend to open this PR over here yet, it was meant for coder/sqlc. But since it s here already. I ll keep it open. While adding a simple EXISTS condition, I ran into an sqlc bug ...
size:L
🔧 golang
  • mafredri
  • Opened 
    3 days ago
  • #4159

I ve been working on a plugin to generate python code because the official plugin had some missing features that I really needed for some of my personal projects (and projects of my friends that love sqlc ...
size:S
  • rayakame
  • Opened 
    4 days ago
  • #4157

Bumps actions/upload-artifact from 4 to 5. details summary Release notes /summary p em Sourced from a href= https://github.com/actions/upload-artifact/releases actions/upload-artifact s releases /a . /em ...
dependencies
github_actions
size:XS
  • dependabot[bot]
  • Opened 
    5 days ago
  • #4155

Add a mode that skips parsing SQL entirely and relies on PostgreSQL for all analysis. This is very work-in-progress, as it won t support expanding * commands nor will it work correctly with sqlc.* marcos. ...
  • kyleconroy
  • Opened 
    6 days ago
  • #4154

size:XL
🔧 golang
  • kyleconroy
  • Opened 
    11 days ago
  • #4149

size:L
🔧 golang
  • kyleconroy
  • Opened 
    11 days ago
  • #4148