wyhaya
351a032cc1
core: Add default column name
2025-02-11 07:03:51 +00:00
Tiago Ribeiro
13504faf18
Update go bindings to use the new retrieval methods to access Record values.
2025-02-10 00:27:51 -07:00
Pekka Enberg
c210821100
core: Move result row to ProgramState
...
Move result row to `ProgramState` to mimic what SQLite does where `Vdbe`
struct has a `pResultRow` member. This makes it easier to deal with result
lifetime, but more importantly, eventually lazily parse values at the edges of
the API.
2025-02-06 11:52:26 +02:00
Jussi Saurio
795576b2ec
dont eagerly allocate result column name strings
2025-02-05 17:53:23 +02:00
PThorpe92
1493d499e5
bindings/go: Add error propagation from bindings lib
2025-02-02 07:40:28 -05:00
PThorpe92
7ee52fca4d
bindings/go: update readme with example, change module name
2025-01-31 19:22:21 -05:00
PThorpe92
8d93130809
bindings/go: enable multiple connections, register all symbols at library load
2025-01-31 13:28:05 -05:00
PThorpe92
d9966d2dc8
Support blob types in query arguments for Go bindings
2025-01-29 12:03:47 -05:00
PThorpe92
bf6b80edab
Continue progress go database/sql driver, add tests and CI
2025-01-28 11:24:57 -05:00
Pekka Enberg
0918fc40d4
bindings/go: Rename to Limbo
...
...we'll likely call this Turso eventually, but right now, let's keep
the code consistent.
2025-01-26 20:58:10 +02:00
Pekka Enberg
7967cc5efc
core: Kill Rows wrapper struct
...
It's just an useless wrapper, kill it.
2025-01-26 16:27:19 +02:00
PThorpe92
32c985f9a8
Progress on Go bindings, add prepare + query statement
2025-01-25 23:01:46 -05:00