Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ShiftLeftSecurity/gaum issues and pull requests
#65 - Bump golang.org/x/text from 0.3.6 to 0.3.8
Pull Request -
State: open - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#64 - Allow returning for insertmulti
Pull Request -
State: closed - Opened by note almost 2 years ago
#63 - db/connection: support escaping placeholders
Pull Request -
State: closed - Opened by chipaca over 2 years ago
#62 - Add GitHub Action: ShiftLeft NextGen Static Analysis
Pull Request -
State: open - Opened by Tolstr over 2 years ago
#61 - Add a FlexibleTransaction type and constructor
Pull Request -
State: closed - Opened by perrito666 over 2 years ago
- 1 comment
#60 - fix placeholder escaping a bit
Pull Request -
State: closed - Opened by Ferada almost 3 years ago
#59 - include complex function with static arguments
Pull Request -
State: closed - Opened by Ferada almost 3 years ago
#58 - Remove non-effective settings in postgrespq/connection.go
Pull Request -
State: closed - Opened by note almost 3 years ago
#57 - QueryPrimitive/FetchIntoPrimitive don't work with Returning
Issue -
State: open - Opened by chipaca about 3 years ago
#56 - db/logging: bring back `NewGoTestingLogger` (no double r this time).
Pull Request -
State: closed - Opened by chipaca over 3 years ago
#55 - update all the imports to also be v2
Pull Request -
State: closed - Opened by chipaca over 3 years ago
#54 - Go modules uses questionable versioning
Pull Request -
State: closed - Opened by perrito666 over 3 years ago
#53 - db/chain: OnUpdate.SetSQLWithArgs to pass args on conflict
Pull Request -
State: closed - Opened by chipaca over 3 years ago
#52 - also support placeholder escaping in ExpandArgs
Pull Request -
State: closed - Opened by Preetam over 3 years ago
#51 - Support escaped '?', which may be JSONB operators
Pull Request -
State: closed - Opened by Preetam over 3 years ago
- 1 comment
#50 - Add variant to set SQL on updates without parens.
Pull Request -
State: closed - Opened by Ferada over 3 years ago
#49 - Bump `github.com/Wjackc/pgx` to `v4` API.
Pull Request -
State: closed - Opened by Ferada over 3 years ago
- 4 comments
#48 - Add helper for `OR` conditions.
Pull Request -
State: closed - Opened by Ferada almost 4 years ago
#47 - SetSQLRow adds a ROW kw in front of update columns
Pull Request -
State: closed - Opened by perrito666 about 4 years ago
#46 - Fix join order and add sql insert
Pull Request -
State: closed - Opened by perrito666 about 4 years ago
#45 - Do not merge (yet...). Add failing test to reproduce join order bug
Pull Request -
State: closed - Opened by alexhornbake about 4 years ago
- 1 comment
#44 - Respect JOIN order
Issue -
State: closed - Opened by alexhornbake about 4 years ago
- 1 comment
Labels: bug
#43 - Add FOR UPDATE
Pull Request -
State: closed - Opened by perrito666 over 4 years ago
#42 - Horacio/support double indirection in receiver
Pull Request -
State: closed - Opened by perrito666 over 4 years ago
#41 - fix cte rendering with more than 2 WITH stmts
Pull Request -
State: closed - Opened by alexhornbake almost 5 years ago
#40 - Correct update to use from instead of join
Pull Request -
State: closed - Opened by perrito666 about 5 years ago
#39 - Upgrade pgx version
Pull Request -
State: closed - Opened by perrito666 about 5 years ago
#38 - Horacio/migrate to modules
Pull Request -
State: closed - Opened by perrito666 about 5 years ago
#37 - Missing comma in CTEs
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#36 - Horacio/cleanup code
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#35 - Horacio/render using string builder
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#34 - Fix format string.
Pull Request -
State: closed - Opened by Ferada over 5 years ago
#33 - Handle NULL for non ptr string and time
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#32 - Address nillable values Scan
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#31 - Replace the query string building method
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
- 1 comment
#30 - Add a way to re-set group by
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#29 - Fix EExec arg passing
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#28 - scan unknown fields in to noopScanner instead of interface{}
Pull Request -
State: closed - Opened by alexhornbake over 5 years ago
- 1 comment
#27 - add ExpresionChain.String() method for logging/debugging
Pull Request -
State: closed - Opened by alexhornbake over 5 years ago
#26 - allow all queries with 'returning' stmt to be queryable
Pull Request -
State: closed - Opened by alexhornbake over 5 years ago
#25 - Added support for union
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#24 - Add having to gaum
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#23 - Added ordering to CTEs
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#22 - add CTEs to clone
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#21 - bubble up rows.Err() from Query()
Pull Request -
State: closed - Opened by alexhornbake over 5 years ago
#20 - Add ExecResult to return RowsAffected by Exec
Pull Request -
State: closed - Opened by alexhornbake over 5 years ago
#19 - Added CTE support to chain
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
- 1 comment
#18 - Args were not unpacked after escaping args
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#17 - Add an errors comparison helper
Pull Request -
State: closed - Opened by perrito666 over 5 years ago
#16 - Fix error comparison.
Pull Request -
State: closed - Opened by Ferada over 5 years ago
#15 - Correct to `FULL (OUTER) JOIN`.
Pull Request -
State: closed - Opened by Ferada over 5 years ago
#14 - Make sure field names are extracted for keywords.
Pull Request -
State: closed - Opened by Ferada over 5 years ago
- 4 comments
#13 - Add `(NOT) LIKE` and `DISTINCT`.
Pull Request -
State: closed - Opened by Ferada over 5 years ago
#12 - Simple query interface
Pull Request -
State: closed - Opened by perrito666 almost 6 years ago
#11 - Allow for `ON CONFLICT DO NOTHING` without clause.
Pull Request -
State: closed - Opened by Ferada almost 6 years ago
#10 - Test failure on master.
Issue -
State: closed - Opened by Ferada almost 6 years ago
- 3 comments
#9 - Add WHERE condition to OnUpdate
Pull Request -
State: closed - Opened by perrito666 about 6 years ago
#8 - Fix Returning
Pull Request -
State: closed - Opened by valarauca about 6 years ago
- 3 comments
#7 - Conflict Resolution and Returning Clauses
Pull Request -
State: closed - Opened by valarauca about 6 years ago
- 1 comment
#6 - No `On Conflict` operator
Issue -
State: closed - Opened by valarauca over 6 years ago
- 1 comment
#5 - Handle `nil` as `NULL`
Pull Request -
State: closed - Opened by valarauca over 6 years ago
#4 - Order By Operator
Pull Request -
State: closed - Opened by valarauca over 6 years ago
#3 - Add optional query timeout parameter, and improve transaction handling
Pull Request -
State: closed - Opened by valarauca over 6 years ago
#2 - Add `UpdateFromMap` helper
Issue -
State: closed - Opened by perrito666 over 6 years ago
- 1 comment
Labels: enhancement
#1 - Update README.md
Pull Request -
State: closed - Opened by niedbalski over 6 years ago