Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / ianmcook/queryparser issues and pull requests
#32 - Throw error if called from an incompatible version of tidyquery
Issue -
State: closed - Opened by ianmcook over 3 years ago
- 1 comment
#31 - Allow syntactically invalid column names in backticks
Issue -
State: closed - Opened by ianmcook over 4 years ago
- 2 comments
#30 - Silence "truncating string with embedded nuls" warnings
Issue -
State: closed - Opened by ianmcook over 4 years ago
#29 - Add translation for substring_index()
Issue -
State: closed - Opened by ianmcook over 4 years ago
- 6 comments
#28 - Add tests for translations in translations.R
Issue -
State: open - Opened by StevenHibble almost 5 years ago
- 3 comments
#27 - Parse queries with no whitespace characters separating keywords
Issue -
State: closed - Opened by ianmcook about 5 years ago
#26 - Add several conversion, string, and logic functions (mostly from MS SQL Server)
Pull Request -
State: closed - Opened by StevenHibble about 5 years ago
- 10 comments
#25 - Add support for UNION
Issue -
State: open - Opened by StevenHibble about 5 years ago
- 3 comments
Labels: enhancement
#24 - Add NULLS FIRST/LAST to ORDER BY, Fixes #12
Pull Request -
State: closed - Opened by StevenHibble about 5 years ago
- 5 comments
#23 - Allow parentheses enclosing table names and joins in FROM clause
Issue -
State: closed - Opened by ianmcook about 5 years ago
- 1 comment
Labels: enhancement
#22 - Merge joins branch into master (fixes #20)
Pull Request -
State: closed - Opened by ianmcook about 5 years ago
#21 - Fix problems with non-ASCII characters in queries
Issue -
State: closed - Opened by ianmcook about 5 years ago
- 1 comment
Labels: bug
#20 - Add support for SQL-92-style join queries
Issue -
State: closed - Opened by ianmcook about 5 years ago
Labels: enhancement
#19 - Add support for table aliases
Issue -
State: closed - Opened by ianmcook about 5 years ago
- 1 comment
Labels: enhancement
#18 - Add support for CASE expressions when tidyverse = FALSE
Issue -
State: closed - Opened by ianmcook over 5 years ago
#17 - Translate coalesce() to a vectorized expression when tidyverse = FALSE
Issue -
State: closed - Opened by ianmcook over 5 years ago
#16 - Add support for CASE expressions when tidyverse = TRUE
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: enhancement
#15 - Translation of coalesce() fails when tidyverse = FALSE and arguments are expressions
Issue -
State: closed - Opened by ianmcook over 5 years ago
Labels: bug
#14 - Remove line comments and block comments from query
Issue -
State: closed - Opened by ianmcook over 5 years ago
Labels: enhancement
#13 - Errors in translation of BETWEEN expressions with quoted operands when tidyverse = FALSE
Issue -
State: closed - Opened by ianmcook over 5 years ago
Labels: bug
#12 - Translate NULLS FIRST and NULLS LAST in ORDER BY clause
Issue -
State: closed - Opened by ianmcook over 5 years ago
Labels: enhancement
#11 - Set an attribute indicating whether each expression in the ORDER BY list aggregates
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: enhancement
#10 - Translation of multiple CAST and BETWEEN in one expression fails
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#9 - Set an attribute indicating whether each expression in the SELECT list aggregates
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: enhancement
#8 - Set an attribute on the returned list indicating whether the query aggregates
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: enhancement
#7 - Security mechanism can be defeated by using %>%
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#6 - Column alias extractor returns bad output when expression ends with column name containing a period
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#5 - Security mechanism can be defeated by using function name as column name
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#4 - Function translations replace column names
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#3 - Second through last occurrence of a binary symbolic operator is not replaced
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#2 - Do not use && and || in translated expressions
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug
#1 - Column names or parts of column names may be incorrectly converted to lowercase
Issue -
State: closed - Opened by ianmcook over 5 years ago
- 1 comment
Labels: bug