Closed sprappcom closed 1 month ago
I've added the go connector and invite you as the maintainer for this repo.
can you pls add username : kolinfluence instead? i just recovered my github account, previously has issue with 2fa.
p.s. : i will contribute rust binding soon
On Tue, Oct 8, 2024 at 10:48 PM JC Wang @.***> wrote:
I've added the go connector and invite you as the maintainer for this repo.
https://github.com/crossdb-org/crossdb-connector-go
— Reply to this email directly, view it on GitHub https://github.com/crossdb-org/crossdb/issues/24#issuecomment-2401163201, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFM3SPNZJN5FUF73JUCHTWDZ2SKRBAVCNFSM6AAAAABPOEISFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBRGE3DGMRQGE . You are receiving this because you authored the thread.Message ID: @.***>
i can code in C / C++ as well. if you need my assistance, do mention. i will mention if it's within my reach
i didnt look at the code at all coz focusing on rustlang and golang binding
On Wed, Oct 9, 2024 at 5:13 AM Kolin Fluence @.***> wrote:
can you pls add username : kolinfluence instead? i just recovered my github account, previously has issue with 2fa.
p.s. : i will contribute rust binding soon
On Tue, Oct 8, 2024 at 10:48 PM JC Wang @.***> wrote:
I've added the go connector and invite you as the maintainer for this repo.
https://github.com/crossdb-org/crossdb-connector-go
— Reply to this email directly, view it on GitHub https://github.com/crossdb-org/crossdb/issues/24#issuecomment-2401163201, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFM3SPNZJN5FUF73JUCHTWDZ2SKRBAVCNFSM6AAAAABPOEISFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBRGE3DGMRQGE . You are receiving this because you authored the thread.Message ID: @.***>
I've invited you. I just delivered the cpp driver. If you want to contribute, I can invite you too. https://github.com/crossdb-org/crossdb-cpp For go/rust driver, I hope it's a standard driver, then in future, application can test or migrate with this new DB easily.
no it's fine. i'm not into cpp driver. i'm more comfortable with c / go and rust. if c++ core (if ever need) maybe i can help look at it.
other than that, i'm ok with c core, go and rust
On Fri, Oct 11, 2024 at 5:54 AM JC Wang @.***> wrote:
I've invited you. I just delivered the cpp driver. If you want to contribute, I can invite you too. https://github.com/crossdb-org/crossdb-cpp For go/rust driver, I hope it's a standard driver, then in future, application can test or migrate with this new DB easily.
— Reply to this email directly, view it on GitHub https://github.com/crossdb-org/crossdb/issues/24#issuecomment-2407058219, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFM3SPKXVIJUKAQW4MNMRTTZ26N6VAVCNFSM6AAAAABPOEISFWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBXGA2TQMRRHE . You are receiving this because you authored the thread.Message ID: @.***>
the below crash if without LIMIT
but doesnt crash if put with LIMIT
can u check what's wrong with the crossdb c program? one with limit and one without, using the example below. u can convert the below to c program using claude sonnet or equivalent.
i think it's memory overused or something. not sure if it's the problem