Ecosyste.ms: Issues

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

GitHub / arthurkushman/buildsqlx issues and pull requests

#109 - #54: Add RenameIndex method + tests

Pull Request - State: closed - Opened by arthurkushman 7 months ago - 1 comment

#108 - #107: Fix shadowing by renaming constants in builder.go

Pull Request - State: closed - Opened by arthurkushman 7 months ago

#107 - Fix shadowing by renaming constants in builder.go

Issue - State: closed - Opened by arthurkushman 7 months ago - 1 comment
Labels: bug, refactoring

#106 - Add code highlighting for sql keywords in README descriptions

Issue - State: closed - Opened by arthurkushman 8 months ago
Labels: documentation

#105 - Change Pluck/PluckMap to return slice/map of structs

Pull Request - State: closed - Opened by arthurkushman about 1 year ago - 1 comment
Labels: enhancement, task, refactoring

#104 - Change Pluck/PluckMap to return slice/map of structs

Issue - State: closed - Opened by arthurkushman about 1 year ago - 1 comment
Labels: enhancement, task, refactoring

#103 - #102: Change Chunk method to accept struct and returning slice of those structs

Pull Request - State: closed - Opened by arthurkushman about 1 year ago
Labels: enhancement, task, refactoring

#102 - Change Chunk method to accept struct and returning slice of those structs

Issue - State: closed - Opened by arthurkushman about 1 year ago - 1 comment
Labels: enhancement, task, refactoring

#101 - #100: Change First/Value/Find to accept structs

Pull Request - State: closed - Opened by arthurkushman about 1 year ago
Labels: enhancement, task, refactoring

#100 - Change First/Value/Find methods to work with structs

Issue - State: closed - Opened by arthurkushman about 1 year ago - 1 comment
Labels: enhancement, task, refactoring

#99 - #98: Change `InsertBatch` to accept slice of structs

Pull Request - State: closed - Opened by arthurkushman about 1 year ago - 1 comment

#98 - Change InsertBatch to accept slice of structs

Issue - State: closed - Opened by arthurkushman about 1 year ago - 1 comment
Labels: enhancement, task, refactoring

#96 - Is it possible to type the insert statements and select statements

Issue - State: closed - Opened by TiLopes over 1 year ago - 1 comment

#95 - #84: Fix transaction dependant behaviour

Pull Request - State: closed - Opened by arthurkushman over 1 year ago
Labels: bug, enhancement, refactoring, critical

#95 - #84: Fix transaction dependant behaviour

Pull Request - State: closed - Opened by arthurkushman over 1 year ago
Labels: bug, enhancement, refactoring, critical

#94 - wherenull

Issue - State: closed - Opened by hzjux001 over 1 year ago - 1 comment
Labels: question

#92 - #91: Change interface{} to any, version 1.17 -> 1.18 + test for TestNewConnectionFromDB

Pull Request - State: closed - Opened by arthurkushman over 1 year ago
Labels: refactoring

#91 - Change `interface{}` to an alias `any` as part of transition to a new versions of Go

Issue - State: closed - Opened by arthurkushman over 1 year ago
Labels: refactoring

#90 - #87: Add NewConnectionFromDb constructor to pass *sql.DB handle

Pull Request - State: closed - Opened by arthurkushman over 1 year ago

#89 - #88: Change BETWEEN and IS to pass through bindings

Pull Request - State: closed - Opened by arthurkushman over 1 year ago
Labels: bug, enhancement

#87 - Using an existing sql.Db connection

Issue - State: closed - Opened by dvaldivia almost 2 years ago - 2 comments

#86 - Use (Or/And)Where(Not)In alongside Where clause

Pull Request - State: closed - Opened by maikttt about 2 years ago - 1 comment

#85 - #84: Fix errTxn

Pull Request - State: closed - Opened by arthurkushman about 2 years ago
Labels: bug

#84 - How can I rollback all query in nested funtion

Issue - State: closed - Opened by hzjux001 about 2 years ago - 6 comments

#83 - #36: Add coverage on Union/UnionAll + Time func in Schema, Fix bugs

Pull Request - State: closed - Opened by arthurkushman over 2 years ago
Labels: task

#82 - Change errors from const strings to vars

Pull Request - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: refactoring

#81 - Refactor errors from const strings to vars

Issue - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: refactoring

#80 - #79: Add nil type support for DML

Pull Request - State: closed - Opened by arthurkushman over 2 years ago
Labels: bug, task

#79 - How can update the value of record to null

Issue - State: closed - Opened by hzjux001 over 2 years ago - 1 comment
Labels: bug, task

#78 - How can I update field to null

Issue - State: closed - Opened by hzjux001 over 2 years ago

#77 - #76: Add include keyword

Pull Request - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: enhancement, task, performance

#76 - Add `INCLUDE` keyword to add included fields

Issue - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: enhancement

#75 - 70: Add CONCURRENTLY statement to add indices without locking

Pull Request - State: closed - Opened by arthurkushman over 2 years ago
Labels: enhancement

#74 - #71: Add SchemaIfNotExists, IfExists/IfNotExists statements

Pull Request - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: enhancement

#73 - #72: Optimize mem alloc in column struct

Pull Request - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: performance

#72 - Mem alloc optimization in structs by type-shifting

Issue - State: closed - Opened by arthurkushman over 2 years ago
Labels: performance

#71 - Add if not exists/if exists clause for atomic operations

Issue - State: closed - Opened by arthurkushman over 2 years ago
Labels: enhancement

#70 - Add key word `concurrently` to run operations as non-blocking

Issue - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: enhancement

#69 - How can I set a column from not null to null

Issue - State: closed - Opened by hzjux001 over 2 years ago - 1 comment

#68 - Escaping table names

Pull Request - State: closed - Opened by maikttt over 2 years ago - 1 comment

#67 - Scheme ret err

Pull Request - State: closed - Opened by arthurkushman over 2 years ago
Labels: enhancement

#66 - can't throw the error in Schema

Issue - State: closed - Opened by hzjux001 over 2 years ago - 1 comment
Labels: enhancement

#65 - #64: Add boolean column creation ability

Pull Request - State: closed - Opened by arthurkushman over 2 years ago - 1 comment
Labels: enhancement

#64 - How can I create a column by bool type

Issue - State: closed - Opened by hzjux001 over 2 years ago - 1 comment
Labels: enhancement

#63 - #hotfix: Fix golangci linter issues

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

#62 - Find method

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

#61 - Implementing find() to retrieve a single row by it's id column value

Issue - State: closed - Opened by arthurkushman over 3 years ago - 1 comment
Labels: task

#60 - #59: Fix incorrect bindings on strings

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

#59 - Where always returns empty data set

Issue - State: closed - Opened by sivailangos about 4 years ago - 9 comments

#58 - Build actions experimental solved

Pull Request - State: closed - Opened by arthurkushman over 4 years ago
Labels: enhancement

#57 - fix failing workflow error

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

#56 - Add index on existing column

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#55 - Add column collation on create/modify

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#54 - Rename index impl

Issue - State: closed - Opened by arthurkushman about 5 years ago - 1 comment
Labels: task

#53 - Rename column impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#52 - Drop index

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#51 - Drop column(s)

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#50 - Modify columns with change() func

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement, task

#49 - Json select impl

Issue - State: open - Opened by arthurkushman about 5 years ago - 1 comment
Labels: enhancement, question

#48 - Add geometry types - point, polygon etc

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#47 - Add json/jsonb column types

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#46 - Add tsvector/tsquery types

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#45 - Impl other types date/datetime/char etc

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#44 - Add index/foreign/unique etc to column

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#43 - Add comment to table/column

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#42 - Chunking results

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#41 - createSchema impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#40 - Fix orderBy possible order mixing

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: bug

#39 - Where clause bindings

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: refactoring

#38 - Add whereColumn

Issue - State: open - Opened by arthurkushman about 5 years ago
Labels: enhancement, question

#37 - Add whereBetween / OR / AND

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#36 - Add more code-coverage

Issue - State: open - Opened by arthurkushman about 5 years ago
Labels: task

#35 - HavingRaw/OrderByRaw impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#34 - Reset Builder.join to except pollution of builder

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: bug

#33 - Retrieving A Slice Of Column Values

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#32 - Determining If Records Exist

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#31 - Aggregates - count/max/min/avg

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#30 - Get value("title") by column in one row

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#29 - Add inRandomOrder impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#28 - first() to get only one row in map[string]interface{} notation

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#27 - Where Exists Clauses

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#26 - JSON Where Clauses

Issue - State: open - Opened by arthurkushman about 5 years ago - 1 comment
Labels: duplicate, enhancement, question

#25 - UNION/UNION ALL implementation

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#24 - Function/Procedure call

Issue - State: open - Opened by arthurkushman about 5 years ago
Labels: enhancement

#23 - Having builder

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#22 - HasColumns impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#21 - HasTable impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: task

#20 - FULL (OUTER) JOIN impl

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#19 - Feature 15/replace

Pull Request - State: closed - Opened by arthurkushman about 5 years ago

#18 - In transaction mode

Issue - State: closed - Opened by arthurkushman about 5 years ago
Labels: enhancement

#17 - RETURNING * for UPDATE/DELETE to return all rows of executed queries

Issue - State: open - Opened by arthurkushman over 5 years ago
Labels: enhancement, question

#16 - And logical ops to clauses

Issue - State: closed - Opened by arthurkushman over 5 years ago
Labels: enhancement

#15 - Replace a.k.a Upsert/UpdateOrInsert

Issue - State: closed - Opened by arthurkushman over 5 years ago - 1 comment
Labels: enhancement

#14 - Delete stmt with where clause

Issue - State: closed - Opened by arthurkushman over 5 years ago
Labels: enhancement

#13 - Increment/Decrement column of a table

Issue - State: closed - Opened by arthurkushman over 5 years ago
Labels: enhancement

#12 - Add Update stmt with an ability to add clauses

Issue - State: closed - Opened by arthurkushman over 5 years ago
Labels: enhancement

#11 - Fix clean clauses on new Table builder call

Issue - State: closed - Opened by arthurkushman over 5 years ago
Labels: bug