Ecosyste.ms: Issues

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

GitHub / kfgodel/agnostic-sql issues and pull requests

#69 - Added more support for postgresql

Pull Request - State: closed - Opened by GastonTestay over 4 years ago - 1 comment

#68 - Fix sequence in postgresql

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

#67 - Revert nary version change

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

#66 - Agregar integración con postgresql

Pull Request - State: closed - Opened by GastonTestay over 4 years ago - 1 comment

#65 - Msr 1528 secuencias

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

#64 - Support null modification

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

#63 - Separate vendor and interpreter responsabilities from templating engine

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

#62 - Add positional variables

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

#61 - 57 update readme

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#60 - Add data types with arguments

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#59 - Add table rename

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#58 - Change test description

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#57 - Document basic usage on readme

Issue - State: closed - Opened by kfgodel about 9 years ago

#56 - Transaction commands

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#55 - Drop index

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#54 - Add create index

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#53 - Add blob data type

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#52 - Allow table rename

Issue - State: closed - Opened by kfgodel about 9 years ago

#51 - Add column rename

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#50 - Allow transaction commands

Issue - State: closed - Opened by kfgodel about 9 years ago

#49 - Allow drop index

Issue - State: closed - Opened by kfgodel about 9 years ago

#48 - Add exception case for sqlServer rename

Issue - State: closed - Opened by kfgodel about 9 years ago

#47 - Allow to create index

Issue - State: closed - Opened by kfgodel about 9 years ago

#46 - Add binary datatype

Issue - State: closed - Opened by kfgodel about 9 years ago

#45 - Allow composite PK for relationship tables

Issue - State: closed - Opened by kfgodel about 9 years ago

#44 - Allow arguments to data types

Issue - State: closed - Opened by kfgodel about 9 years ago

#43 - Add distinct qualifier as function

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#42 - Add aggregator functions

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#41 - 3 add count

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#40 - Permitir uso de distinct

Issue - State: closed - Opened by kfgodel about 9 years ago

#39 - Agregar las funciones AVG | MAX | MIN | SUM

Issue - State: closed - Opened by kfgodel about 9 years ago

#38 - Select as insert values

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#37 - 33 add select statements

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#36 - Allow insert to receive a subquery as values

Issue - State: closed - Opened by kfgodel about 9 years ago

#35 - Simplified translate api from vendor

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#33 - Add SELECT statements

Issue - State: closed - Opened by kfgodel about 9 years ago

#32 - 30 discriminate fk from unique

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#31 - 25 fix alter table model

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#29 - Add table reference as a concept

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#28 - Added internal api for common constructs

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#27 - Create a table reference

Issue - State: closed - Opened by kfgodel about 9 years ago

#26 - Use column references correctly on lang references

Issue - State: closed - Opened by kfgodel about 9 years ago

#25 - Fix alter table model to disallow partial creation

Issue - State: closed - Opened by kfgodel about 9 years ago

#24 - Like expression extracted to a pattern helper

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#23 - 11 operator references

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#22 - Create an internal dialect to reference languange constructs

Issue - State: closed - Opened by kfgodel about 9 years ago

#21 - 15 add negation

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#20 - Extract construction pattern for LIKE operator (to templates)

Issue - State: closed - Opened by kfgodel about 9 years ago

#19 - Changed Null as symbol

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#18 - Added IN operator

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#17 - Added like operator

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#16 - Add IN operator

Issue - State: closed - Opened by kfgodel about 9 years ago

#15 - Add negation forms to current conditions

Issue - State: closed - Opened by kfgodel about 9 years ago - 1 comment

#14 - 4 add comparator conditions

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#13 - add like operator

Issue - State: closed - Opened by kfgodel about 9 years ago

#12 - Extract all hardcoded strings and make them symbols

Issue - State: closed - Opened by kfgodel about 9 years ago

#11 - Make operator references to represent binary and other operators

Issue - State: closed - Opened by kfgodel about 9 years ago

#10 - Make Null reference distinct from null model

Issue - State: closed - Opened by kfgodel about 9 years ago

#9 - Added agnosticConstruct para los pedazos de código

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#8 - Refactored update model to require column assignments

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#5 - Data type separated from model as abstract entity

Pull Request - State: closed - Opened by kfgodel about 9 years ago

#4 - Add <, <=, >, >= operators for conditions

Issue - State: closed - Opened by kfgodel about 9 years ago

#3 - Add count as function

Issue - State: closed - Opened by kfgodel about 9 years ago

#2 - Create type references

Issue - State: closed - Opened by kfgodel about 9 years ago

#1 - Create functions references

Issue - State: closed - Opened by kfgodel about 9 years ago - 1 comment