Ecosyste.ms: Issues

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

GitHub / jaypipes/sqlb issues and pull requests

#139 - add PostgreSQL functional reflect test

Pull Request - State: open - Opened by jaypipes 5 months ago

#138 - add PostgreSQL container and test DB schema

Pull Request - State: closed - Opened by jaypipes 5 months ago

#137 - add func testing Github Action workflow

Pull Request - State: closed - Opened by jaypipes 5 months ago

#136 - add functional testing of core/reflect

Pull Request - State: closed - Opened by jaypipes 5 months ago

#135 - adds start of functional testing framework

Pull Request - State: closed - Opened by jaypipes 5 months ago

#134 - introduce internal ArgCounter interface

Pull Request - State: closed - Opened by jaypipes 5 months ago

#133 - Move top-level grammar under core/grammar

Pull Request - State: closed - Opened by jaypipes 5 months ago

#132 - doc comments and move core/inspect to internal packages

Pull Request - State: closed - Opened by jaypipes 5 months ago

#131 - remove Correlation from ColumnReference

Pull Request - State: closed - Opened by jaypipes 5 months ago

#130 - Support SQRT(), CEIL() and FLOOR() SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#129 - Support LN(), ABS() and EXP() SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#128 - support EXTRACT() SQL function

Pull Request - State: closed - Opened by jaypipes 5 months ago

#127 - support OCTET_LENGTH() and POSITION() SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#126 - add CHAR_LENGTH() SQL function

Pull Request - State: closed - Opened by jaypipes 5 months ago

#125 - grammar elements for interval and numeric functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#123 - add CURRENT_DATE() SQL function support

Pull Request - State: closed - Opened by jaypipes 5 months ago

#122 - rework api -> core breakout

Pull Request - State: closed - Opened by jaypipes 5 months ago

#121 - add api.Projectable interface

Pull Request - State: closed - Opened by jaypipes 5 months ago

#121 - add api.Projectable interface

Pull Request - State: closed - Opened by jaypipes 5 months ago

#120 - support TRIM() SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#120 - support TRIM() SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#119 - DRY up SQL function handling

Pull Request - State: closed - Opened by jaypipes 5 months ago

#119 - DRY up SQL function handling

Pull Request - State: closed - Opened by jaypipes 5 months ago

#118 - add support for UPPER/LOWER

Pull Request - State: closed - Opened by jaypipes 5 months ago

#118 - add support for UPPER/LOWER

Pull Request - State: closed - Opened by jaypipes 5 months ago

#117 - add support for RegexSubstring()

Pull Request - State: closed - Opened by jaypipes 5 months ago

#116 - start of work on SQL functions

Pull Request - State: closed - Opened by jaypipes 5 months ago

#115 - complete redesign of sqlb

Pull Request - State: closed - Opened by jaypipes 5 months ago

#115 - complete redesign of sqlb

Pull Request - State: closed - Opened by jaypipes 5 months ago

#114 - Make grammar elements pure data structs

Issue - State: closed - Opened by jaypipes 7 months ago

#114 - Make grammar elements pure data structs

Issue - State: closed - Opened by jaypipes 7 months ago

#113 - porcelain API overhaul

Pull Request - State: closed - Opened by jaypipes 8 months ago

#113 - porcelain API overhaul

Pull Request - State: closed - Opened by jaypipes 8 months ago

#112 - clean up GH Actions

Pull Request - State: closed - Opened by jaypipes 8 months ago

#111 - major refactoring scanner -> builder

Pull Request - State: closed - Opened by jaypipes 8 months ago

#110 - overhaul sqlb library and move to internal/

Pull Request - State: closed - Opened by jaypipes 8 months ago

#109 - Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0

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

#108 - Overhaul grammar handling

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

#107 - split out statement structs and introduce Query

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

#106 - creation of pkg/ast

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

#105 - replace old Meta with pkg/schema.Schema

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

#104 - preparation for pkg/grammar/clause breakout

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

#103 - move symbols and scan tables into pkg/grammar

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

#102 - introduce pkg/schema

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

#101 - slowly tease apart common types/interfaces

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

#100 - modernize buildchain

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

#99 - Add PrefixWith to formatter

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#98 - Support `CREATE TABLE`

Issue - State: open - Opened by jaypipes about 7 years ago
Labels: enhancement

#97 - HAVING clause

Issue - State: closed - Opened by jaypipes about 7 years ago
Labels: enhancement

#96 - Docs for formatOptions

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#95 - Pretty print remaining primary clauses

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#94 - Initial pretty print support

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#93 - Support subselects in the SELECT clause (scalar subselects)

Issue - State: open - Opened by jaypipes about 7 years ago
Labels: enhancement

#92 - Add reference docs on SQL dialects

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#91 - Remove leftover column from trim() func ref docs

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#90 - Add reference docs on Trim() functions

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#89 - TrimChars(), LTrimChars(), and RTrimChars() support

Pull Request - State: closed - Opened by jaypipes about 7 years ago

#88 - Overhaul TRIM/BTRIM/LTRIM/RTRIM SQL function handling

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#87 - Make Trim() good for PostgreSQL

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#86 - Start process of adding dialect support to SQL functions

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#85 - Oops, forgot a file...

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#84 - Add support for dialect-specific interpolation

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#83 - Support reflection for PostgreSQL

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#82 - Adds support for EXTRACT(field FROM source)

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#81 - Add four unary datetime SQL functions

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#80 - Use gofmt

Issue - State: closed - Opened by jaypipes over 7 years ago

#79 - Support for datetime-related SQL functions

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: enhancement, help wanted

#78 - Allow INSERT and UPDATE to reference columns or function results

Issue - State: open - Opened by jaypipes over 7 years ago
Labels: enhancement

#77 - Implement UPDATE statement support

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#76 - Support >, >=, < and <= operators

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#75 - Support for the DELETE statement

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#74 - >, >=, <, <= operator support

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: enhancement

#73 - Add support for Insert() and Table.Insert()

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#72 - Start of INSERT statement support

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#71 - Rename Table.Column() to Table.C()

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#70 - Overhaul column/table structs and fix argCount()

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#69 - Consolidate aliased projections

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: enhancement

#68 - Join to an aliased SelectQuery results in index out of range

Issue - State: closed - Opened by jaypipes over 7 years ago - 3 comments
Labels: bug

#67 - Build INSERT/DELETE/UPDATE statements from Table[Def] structs

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: enhancement

#66 - Adds placeholder tutorial for nested sets

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#65 - Split out how-to docs and add SQL function reference docs

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#64 - Not possible to pass *sqlFunc to Select()

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: bug

#63 - Doc refactoring part one

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#62 - Split docs into tutorials, reference and how-tos

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: docs

#61 - Search joinClause structs for matching LEFT join

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#60 - Joining to multiple tables missing last selection

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: bug

#59 - Slight rewording of derived table docs.

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#58 - Add documentation on derived table usage

Pull Request - State: closed - Opened by jaypipes over 7 years ago - 1 comment

#57 - Implement IS NULL and IS NOT NULL

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#56 - Allow RDBMS-specific dialect handling

Issue - State: open - Opened by jaypipes over 7 years ago
Labels: enhancement

#55 - Add support for IS NULL and IS NOT NULL predicates

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: enhancement

#54 - Add reference documentation for using derived tables

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: docs

#53 - Allow projections of a subquery to be referenced

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#52 - Need to be able to refer to a derived table's columns

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: bug

#51 - Allow prettyprint formatting

Issue - State: open - Opened by jaypipes over 7 years ago
Labels: enhancement, help wanted

#50 - Fix compound expressions in ON clause

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#49 - Joining with BETWEEN expression in the ON clause results in incorrect SQL

Issue - State: closed - Opened by jaypipes over 7 years ago
Labels: bug

#48 - Remove ability to pass a joinClause to Select()

Pull Request - State: closed - Opened by jaypipes over 7 years ago

#47 - Some cleanups around JOIN handling

Pull Request - State: closed - Opened by jaypipes over 7 years ago