Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jschaf/pggen issues and pull requests

#83 - Proposal: Configure struct generation capability

Issue - State: open - Opened by farazfazli over 1 year ago - 3 comments

#82 - Error when using bytea datatype

Issue - State: open - Opened by Oliver-Fish over 1 year ago - 1 comment

#81 - Support for In conditions

Issue - State: closed - Opened by Oliver-Fish over 1 year ago - 3 comments

#80 - allow overriding "id" acronym

Pull Request - State: closed - Opened by darkxanter over 1 year ago - 3 comments

#79 - inconsistent return structures generated

Issue - State: open - Opened by bweston92 over 1 year ago - 1 comment

#78 - feat: handle dot paths on the output directory

Pull Request - State: closed - Opened by bweston92 over 1 year ago

#77 - Fix result type decl for nullable :one queries

Pull Request - State: closed - Opened by jschaf over 1 year ago

#76 - Add support for Postgres 14

Pull Request - State: closed - Opened by amari over 1 year ago - 1 comment

#75 - Nullability seemingly not respected when only one string column is returned

Issue - State: closed - Opened by Gbps over 1 year ago - 7 comments

#74 - PGX v5

Issue - State: open - Opened by weusego almost 2 years ago - 3 comments

#73 - feat: go type mapping per query argument

Pull Request - State: open - Opened by 0xjac almost 2 years ago - 5 comments

#72 - refactor: remove deprecated ioutil

Pull Request - State: closed - Opened by 0xjac almost 2 years ago - 1 comment

#71 - fix: use struct field names in generated code

Pull Request - State: closed - Opened by 0xjac almost 2 years ago - 3 comments

#70 - Type override to *time.Time missing time package import

Issue - State: open - Opened by jaohurtas almost 2 years ago - 4 comments

#69 - Generated code for insert func, individual parameters vs single struct

Issue - State: closed - Opened by jaohurtas almost 2 years ago - 2 comments

#68 - Dynamic table name

Issue - State: closed - Opened by dnnspaul almost 2 years ago - 3 comments

#67 - Commit broke generation of custom types

Issue - State: closed - Opened by flamedmg almost 2 years ago - 5 comments

#66 - Boolean arrays don't support --go-type mapping to []bool

Issue - State: open - Opened by jschaf about 2 years ago

#65 - Support for JSONB?

Issue - State: open - Opened by StephanSchmidt about 2 years ago - 2 comments

#64 - Add example for querying with function out parameters

Pull Request - State: closed - Opened by jschaf about 2 years ago

#63 - Fix primitive array types inside a composite type

Pull Request - State: closed - Opened by jschaf about 2 years ago

#62 - Add nullability inference test for update query with returning

Pull Request - State: closed - Opened by jschaf about 2 years ago

#61 - Fix imported types with slices and pointers

Pull Request - State: closed - Opened by jschaf about 2 years ago

#60 - Make type parsing more robust

Pull Request - State: closed - Opened by jschaf about 2 years ago

#59 - Update golangcilint to fix error

Pull Request - State: closed - Opened by jschaf about 2 years ago

#58 - SELECT * FROM x and UPDATE|DELETE|INSERT x RETURNING * should use the same type

Issue - State: closed - Opened by mvrhov about 2 years ago - 2 comments

#57 - Proposal: Accessor methods for row structs

Issue - State: closed - Opened by leg100 about 2 years ago - 2 comments

#56 - Suggest a better IDE Integration

Pull Request - State: closed - Opened by benjamin-thomas about 2 years ago

#55 - Better IDE integration?

Issue - State: closed - Opened by benjamin-thomas about 2 years ago - 5 comments

#54 - cannot unmarshal number into Go value of type map[string]interface {}

Issue - State: closed - Opened by bera-josh-jewell over 2 years ago - 6 comments

#53 - [TEST] whether forked CI triggers release

Pull Request - State: closed - Opened by djsavvy over 2 years ago - 2 comments

#52 - WIP: open a PR to see if it triggers a release

Pull Request - State: closed - Opened by jschaf over 2 years ago - 1 comment

#51 - Creation of pull-request automatically triggers release?

Issue - State: closed - Opened by djsavvy over 2 years ago - 1 comment

#50 - Add non-nullability support for LIMIT queries

Pull Request - State: closed - Opened by djsavvy over 2 years ago

#49 - Interval processing causes panics

Issue - State: open - Opened by flamedmg over 2 years ago - 5 comments

#48 - Flag for package name missing

Issue - State: closed - Opened by goliatone over 2 years ago - 4 comments

#47 - Use array_arg on nullable relationship

Issue - State: closed - Opened by tbo over 2 years ago - 5 comments

#46 - Proposal: Custom go type mapping per query argument

Issue - State: open - Opened by 0xjac over 2 years ago

#45 - Better detection of null values

Issue - State: closed - Opened by devfd over 2 years ago - 3 comments

#44 - Generate the same type for queries with the same SELECT ... FROM

Issue - State: open - Opened by mbark over 2 years ago - 3 comments

#43 - Mapping SQL types to slices and/or pointers of imported types is broken

Issue - State: closed - Opened by 0xjac over 2 years ago - 7 comments

#42 - Support for psql-like parameters (:parameter)

Issue - State: closed - Opened by ghost over 2 years ago - 1 comment

#41 - Dynamic queries: add support for predicates in WHERE clauses

Issue - State: open - Opened by jschaf almost 3 years ago

#40 - Question: Insert statement with multiple value rows.

Issue - State: closed - Opened by hebime almost 3 years ago - 6 comments

#39 - Encoding of Numeric inside a custom type panics

Issue - State: open - Opened by tbo almost 3 years ago - 4 comments

#38 - Validate idea (result columns by view creation) WIP

Issue - State: closed - Opened by aight8 almost 3 years ago - 2 comments

#36 - Would it be possible to make Postgres `bigint` map to Go `int64` by default?

Issue - State: closed - Opened by djsavvy about 3 years ago - 3 comments

#35 - Update `go get` URL in README to actually install the command

Pull Request - State: closed - Opened by djsavvy about 3 years ago - 1 comment

#34 - bug: whitespace between bracket and argument returns in error

Issue - State: closed - Opened by ghost about 3 years ago - 1 comment

#33 - proposal: Make generation of Batch and Scan optional

Issue - State: open - Opened by sadmansakib about 3 years ago - 4 comments

#32 - proposal: panicing function on non-empty-row error

Issue - State: closed - Opened by aight8 about 3 years ago - 3 comments

#31 - Discussion about -go-type

Issue - State: open - Opened by aight8 about 3 years ago - 3 comments

#30 - feature request: --version/tag flag, add config file.

Issue - State: closed - Opened by landbed about 3 years ago - 4 comments

#29 - Using custom types + arrays as pggen.arg()

Issue - State: closed - Opened by aight8 about 3 years ago - 13 comments

#28 - Using output dir with multiple query files with same basename overwrites files

Issue - State: closed - Opened by sadmansakib about 3 years ago - 3 comments

#27 - Non-nullable types generate pointer types

Issue - State: closed - Opened by abijr about 3 years ago - 2 comments

#26 - How to enable statement caching?

Issue - State: closed - Opened by imraan-go about 3 years ago - 5 comments

#25 - proposal: generate "queries" by stored pg function

Issue - State: closed - Opened by aight8 about 3 years ago - 9 comments

#24 - Support for custom tags in struct

Issue - State: closed - Opened by imraan-go about 3 years ago - 7 comments

#23 - Using enums in composite type row results fails to compile

Issue - State: closed - Opened by aight8 about 3 years ago - 1 comment

#22 - Improvement on PGX nullable type usage

Issue - State: closed - Opened by Oliver-Fish over 3 years ago - 5 comments

#21 - Optional arguments in insert query

Issue - State: closed - Opened by Oliver-Fish over 3 years ago - 5 comments

#20 - Querier only has the methods from the Leader file

Issue - State: closed - Opened by abijr over 3 years ago - 5 comments

#19 - question about moving querier and connection related codes

Issue - State: closed - Opened by sadmansakib over 3 years ago - 3 comments

#18 - a question about dynamic queries

Issue - State: open - Opened by sentriz over 3 years ago - 1 comment

#17 - Support for migration tools

Issue - State: closed - Opened by sadmansakib over 3 years ago - 10 comments

#16 - confusing installation procedure.

Issue - State: closed - Opened by sadmansakib over 3 years ago - 3 comments

#15 - array_agg(table) returning a []Table?

Issue - State: closed - Opened by sentriz over 3 years ago - 7 comments

#13 - Fix order by column exist in explain output

Pull Request - State: closed - Opened by ikozinov over 3 years ago - 2 comments

#12 - _ltree (ltree[]) not recognized

Issue - State: closed - Opened by aight8 over 3 years ago - 4 comments

#11 - void return value not recognized

Issue - State: closed - Opened by aight8 over 3 years ago - 2 comments

#10 - Add mostly working postgis example

Pull Request - State: closed - Opened by jschaf over 3 years ago - 1 comment

#9 - Working with Postgres extensions

Issue - State: closed - Opened by td0m over 3 years ago - 4 comments

#8 - Add definitions for Postgres' bytea type

Pull Request - State: closed - Opened by ngld over 3 years ago - 2 comments

#7 - Feature: SELECT with nested structs

Issue - State: closed - Opened by td0m over 3 years ago - 3 comments

#6 - Fix null slice return

Pull Request - State: closed - Opened by td0m over 3 years ago - 1 comment

#5 - Add schema-glob flag

Issue - State: closed - Opened by jschaf over 3 years ago - 1 comment

#4 - pgtype: custom types support

Issue - State: closed - Opened by aight8 over 3 years ago - 5 comments

#3 - Query Files by Glob Pattern

Issue - State: closed - Opened by aight8 over 3 years ago - 1 comment

#2 - Support for enums(?)

Issue - State: closed - Opened by td0m over 3 years ago - 5 comments

#1 - Support custom acronyms for case conversion between snake_case and CamelCase

Issue - State: closed - Opened by jschaf over 3 years ago - 1 comment