Ecosyste.ms: Issues

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

GitHub / lumina-tech/gOOQ issues and pull requests

#84 - Bump github.com/docker/docker from 20.10.8+incompatible to 20.10.24+incompatible

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#83 - Bump github.com/containerd/containerd from 1.5.6 to 1.5.18

Pull Request - State: open - Opened by dependabot[bot] over 1 year ago
Labels: dependencies

#82 - feat: add comparison to StringExpression

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

#81 - use struct for modeloverrides

Pull Request - State: closed - Opened by ppong almost 3 years ago

#80 - add missing nil check

Pull Request - State: closed - Opened by sandra-wang-bitgo almost 3 years ago

#79 - Combining DataTypeInt and DataTypeInt64

Pull Request - State: closed - Opened by dmu1313 almost 3 years ago

#78 - Allow gooq to override types for specific columns

Pull Request - State: closed - Opened by sandra-wang-bitgo almost 3 years ago - 1 comment

#77 - add conflict constraint predicate when valid

Pull Request - State: closed - Opened by zahin-mohammad almost 3 years ago

#76 - chore: clean up insert Columns function for better dev ergonomics

Pull Request - State: closed - Opened by ppong almost 3 years ago

#75 - wip: add numeric -> big.Float

Pull Request - State: closed - Opened by zahin-mohammad about 3 years ago

#74 - Distinct from and sum

Pull Request - State: closed - Opened by dmu1313 over 3 years ago

#73 - fix upsert syntax

Pull Request - State: closed - Opened by ppong over 3 years ago

#72 - use strconv to unquote instead of using strings replace

Pull Request - State: closed - Opened by ppong over 3 years ago

#71 - Fix insert on conflict do nothing

Pull Request - State: closed - Opened by ppong over 3 years ago

#70 - fix codegen and on conflict

Pull Request - State: closed - Opened by ppong over 3 years ago

#69 - Fix insert multiple values

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

#68 - JSON field marshaling improvements

Issue - State: open - Opened by marceloneil over 3 years ago

#67 - Add pg_advisory_unlock function

Pull Request - State: closed - Opened by BRosentreter almost 4 years ago

#66 - Add pg_try_advisory_lock expression

Pull Request - State: closed - Opened by BRosentreter almost 4 years ago

#65 - fix multi-insert statements

Pull Request - State: closed - Opened by philipjscott about 4 years ago - 2 comments

#64 - Support multiple VALUES in INSERT statement

Issue - State: closed - Opened by philipjscott about 4 years ago

#63 - select with clause

Pull Request - State: closed - Opened by ppong about 4 years ago

#62 - allow passing in context into query and exec

Pull Request - State: closed - Opened by ppong over 4 years ago

#61 - Add support for like/ilike for string fields

Pull Request - State: closed - Opened by ctuong over 4 years ago

#60 - WIP: Add basic json support through string

Pull Request - State: open - Opened by Ambyjkl over 4 years ago

#59 - Change of product name

Issue - State: open - Opened by lukaseder over 4 years ago - 4 comments

#58 - added distinct on clause

Pull Request - State: closed - Opened by ppong almost 5 years ago

#57 - Add nullable package to gOOQ

Pull Request - State: closed - Opened by philipjscott almost 5 years ago

#56 - Always put quotes around the prefix for a field

Pull Request - State: closed - Opened by ctuong almost 5 years ago

#55 - faster and more stable pagination

Pull Request - State: closed - Opened by ppong almost 5 years ago - 1 comment

#54 - Add Table.GetUnqualifiedName to get alias (if set) or name otherwise

Pull Request - State: closed - Opened by ctuong almost 5 years ago

#53 - Fix TableImpl.As implementation

Pull Request - State: closed - Opened by ctuong almost 5 years ago

#52 - TableImpl.As should return a TableImpl instead of Table

Pull Request - State: closed - Opened by ctuong almost 5 years ago

#51 - Remove Aliasable interface

Pull Request - State: closed - Opened by ctuong almost 5 years ago

#50 - WIP String binary funcs

Pull Request - State: open - Opened by nathanko almost 5 years ago

#49 - Implement comparison functions

Pull Request - State: closed - Opened by nathanko almost 5 years ago - 3 comments

#48 - add string functions in table 9.9

Pull Request - State: closed - Opened by jaxonL almost 5 years ago - 3 comments

#47 - add BoolExpressionFunction type and starts_with string function

Pull Request - State: closed - Opened by jaxonL almost 5 years ago

#46 - enforce return types on ascii, b/l/rtrim

Pull Request - State: closed - Opened by jaxonL almost 5 years ago

#45 - ported locking clause and implemented having clause

Pull Request - State: closed - Opened by ppong almost 5 years ago

#44 - Add documentation about `reference_table`

Issue - State: open - Opened by ppong almost 5 years ago

#43 - refactored codegen to support plugin

Pull Request - State: closed - Opened by ppong almost 5 years ago

#42 - Set Dockerize flag to false by default

Issue - State: open - Opened by philipjscott almost 5 years ago

#40 - Rename gooq binary from cmd to gooq

Pull Request - State: closed - Opened by philipjscott almost 5 years ago

#39 - Installing package via "go get" saves binary as cmd

Issue - State: closed - Opened by philipjscott almost 5 years ago

#38 - add ASCII, B/L/RTRIM string functions

Pull Request - State: closed - Opened by jaxonL almost 5 years ago

#37 - Add SQRT(...) operator

Pull Request - State: closed - Opened by philipjscott almost 5 years ago

#36 - Add GREATEST and LEAST operators

Pull Request - State: closed - Opened by philipjscott almost 5 years ago

#35 - Add circleci integration

Issue - State: closed - Opened by ppong almost 5 years ago - 1 comment

#34 - Improve gOOQ/README.md

Issue - State: open - Opened by ppong almost 5 years ago

#33 - Refactor to support multiple dialect e.g. MySQL

Issue - State: open - Opened by ppong almost 5 years ago

#32 - Implement WITH clause for DELETE

Issue - State: open - Opened by ppong almost 5 years ago

#31 - Implement WITH clause for UPDATE

Issue - State: open - Opened by ppong almost 5 years ago

#30 - Implement WITH clause for INSERT

Issue - State: open - Opened by ppong almost 5 years ago

#29 - Implement WINDOW clause for SELECT

Issue - State: open - Opened by ppong almost 5 years ago

#28 - Implement GROUPING SETS, CUBE, and ROLLUP for SELECT

Issue - State: open - Opened by ppong almost 5 years ago

#27 - Implement DISTINCT ON clause for SELECT

Issue - State: open - Opened by ppong almost 5 years ago

#26 - Implement UNION, INTERSECT and EXCEPT clause for SELECT

Issue - State: open - Opened by ppong almost 5 years ago

#25 - Implement locking clause for SELECT statement

Issue - State: closed - Opened by ppong almost 5 years ago - 1 comment

#24 - Create example to demonstrate bulk insert, upsert, update

Issue - State: open - Opened by ppong almost 5 years ago

#23 - Improve example to demonstrate reference table support

Issue - State: open - Opened by ppong almost 5 years ago

#22 - Improve examples to demonstrate enum support

Issue - State: open - Opened by ppong almost 5 years ago

#21 - Implement other data types

Issue - State: open - Opened by ppong almost 5 years ago

#20 - Implement matching operators

Issue - State: open - Opened by ppong almost 5 years ago

#19 - Implement bit string operators

Issue - State: open - Opened by ppong almost 5 years ago

#18 - Implement type conversion functions

Issue - State: open - Opened by ppong almost 5 years ago

#17 - Implement set returning functions

Issue - State: open - Opened by ppong almost 5 years ago

#16 - Implement window functions

Issue - State: open - Opened by ppong almost 5 years ago

#15 - Implement subquery expressions

Issue - State: open - Opened by ppong almost 5 years ago

#14 - Implement aggregate functions

Issue - State: open - Opened by ppong almost 5 years ago

#13 - Implement range functions and operators

Issue - State: open - Opened by ppong almost 5 years ago

#12 - Implement array functions and operators

Issue - State: open - Opened by ppong almost 5 years ago

#11 - Implement remaining GREATEST and LEAST conditional expressions

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

#10 - Implement date/time functions

Issue - State: open - Opened by ppong almost 5 years ago

#9 - Implement formatting functions in functions.go

Issue - State: open - Opened by ppong almost 5 years ago

#5 - Implement comparison functions in function.go

Issue - State: open - Opened by ppong almost 5 years ago
Labels: good first issue

#4 - Implement HAVING clause for SELECT

Issue - State: closed - Opened by philipjscott almost 5 years ago - 1 comment

#3 - Add support for gooq configuration file

Pull Request - State: closed - Opened by philipjscott almost 5 years ago - 3 comments

#2 - copy over codegen code from Lumina codebase

Pull Request - State: closed - Opened by ppong almost 5 years ago

#1 - Scotty/fix gen fields

Pull Request - State: closed - Opened by philipjscott over 5 years ago