Ecosyste.ms: Issues

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

GitHub / vegarsti/sql issues and pull requests

#66 - Add query planner

Issue - State: open - Opened by vegarsti over 2 years ago

#65 - Add persistent backend using BoltDB (closes issue #9)

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

#64 - Add package with in-memory backend implementation

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

#61 - Distingush between tuple and row

Issue - State: open - Opened by vegarsti over 2 years ago

#60 - Run interpreter against standard input if provided

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

#59 - Change int divided by int to be int, not float

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

#58 - Add modulo and exponent operators

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

#57 - Allow arbitrary number of joins

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

#56 - Allow unqualified identifiers when joins and aliases are used

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

#55 - Extract parts of evalSelectStatement into functions

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

#54 - Insert multiple rows in one statement

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

#53 - Validate insert types

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

#52 - Error if inserted row is incorrect size

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

#51 - Extract Parser.parseJoin()

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

#50 - Refactoring (closes #49)

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

#49 - Make current/peek token use uniform in the parser

Issue - State: closed - Opened by vegarsti almost 3 years ago - 1 comment

#48 - The object.Object interface is overloaded, should be split

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

#47 - Allow self-join

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

#46 - Bug on self-join

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

#45 - Switch prefix negation operator from ! to NOT

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

#44 - Aggregations

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

#43 - Add string concat operator (closes #5)

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

#42 - Add support for table aliases

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

#41 - Add NULL type and IS [NOT] NULL postfix operators

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

#40 - DELETE

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

#39 - UPDATE

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

#38 - Add OUTER JOIN

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

#37 - Add NULLs

Issue - State: closed - Opened by vegarsti almost 3 years ago - 1 comment

#36 - Add SQL documentation

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

#35 - Add FROM aliases

Issue - State: closed - Opened by vegarsti almost 3 years ago - 1 comment

#34 - Add explicit join

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

#33 - Changes to lexing and parsing

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

#32 - Add cartesian join (`FROM a, b`)

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

#31 - Check table name as well as column name when evaluating identifiers

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

#30 - Add qualified identifiers `table_name.column_name`

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

#28 - Support join

Pull Request - State: closed - Opened by vegarsti almost 3 years ago - 1 comment

#27 - Add more binary operations

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

#26 - Add WHERE

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

#25 - Add LIMIT and OFFSET

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

#24 - Add boolean type and some operations

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

#23 - Add ASC keyword in order by

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

#22 - Add ORDER BY to SELECTs

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

#21 - Parse lines properly, expecting semicolon or EOF

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

#20 - Use chzyer/readline to read input

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

#19 - Allow underscores in identifiers

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

#18 - Fix flaky test TestEvalCreateTable

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

#17 - SELECT FROM table

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

#16 - Evaluate expressions in evalExpressions function

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

#15 - Return Result object containing multiple rows from SELECT

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

#14 - Add INSERT statements

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

#13 - Add support for CREATE TABLE

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

#12 - Support named columns with AS keyword

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

#11 - Allow SELECT statements to contain multiple values

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

#10 - Support SELECT statement

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

#9 - Persistent storage backend

Issue - State: closed - Opened by vegarsti almost 3 years ago - 1 comment

#8 - Create and insert into tables

Issue - State: closed - Opened by vegarsti almost 3 years ago

#7 - SELECT from tables

Issue - State: closed - Opened by vegarsti almost 3 years ago

#6 - Require SELECT for selecting values

Issue - State: closed - Opened by vegarsti almost 3 years ago

#5 - Add string concatenation operator (`||` in Postgres)

Issue - State: closed - Opened by vegarsti almost 3 years ago

#4 - Add booleans

Issue - State: closed - Opened by vegarsti almost 3 years ago

#3 - Add identifiers

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

#2 - Run CI on PRs to main

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

#1 - Add string type

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