2025/05/27

Newest at the top

2025-05-27 21:58:49 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-05-27 21:54:56 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 265 seconds)
2025-05-27 21:54:00 +0200 <[exa]> I was looking at sqlite3_exec, in the reference the _step looks like it does something entirely different
2025-05-27 21:53:13 +0200 <[exa]> ah there's sqlite3_step
2025-05-27 21:46:04 +0200 <EvanR> callbacks aren't the only way to use sqlite3
2025-05-27 21:42:19 +0200 <[exa]> (oh, well, sqlite3 does this with _C callbacks_, wow. Not sure if anyone ever succeeded in wrapping these in streamy libraries.)
2025-05-27 21:39:30 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 21:39:08 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 21:38:56 +0200 <[exa]> OTOH if you have a streaming library there you might be good off with just spewing out LIMIT n OFFSET (k*n) queries until there's anything returned.
2025-05-27 21:38:04 +0200 <[exa]> if you want streaming from the database, you need to change the backend to use something like this: https://www.postgresql.org/docs/current/libpq-single-row-mode.html
2025-05-27 21:37:39 +0200 <[exa]> bwe: anyway the implementation "trail" goes through query, queryWith, then Backend type with field runStmt, which executes the query "normally" in both postgres and sqlite
2025-05-27 21:33:26 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 21:33:05 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 21:32:54 +0200tccq(~user@97-120-253-57.ptld.qwest.net) (Ping timeout: 252 seconds)
2025-05-27 21:31:29 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) (Ping timeout: 248 seconds)
2025-05-27 21:29:53 +0200 <[exa]> I wouldn't say it's gonna be hard but you might really need to touch undocumented internals
2025-05-27 21:29:17 +0200 <[exa]> bwe: also looks like streaming is in the TODOs in the readme
2025-05-27 21:26:10 +0200weary-traveler(~user@user/user363627) user363627
2025-05-27 21:25:49 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 21:25:34 +0200tccq(~user@97-120-253-57.ptld.qwest.net)
2025-05-27 21:25:31 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 21:21:50 +0200 <[exa]> bwe: if I got it correctly you want some equivalent of what e.g. db cursors would give you?
2025-05-27 21:16:52 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 21:16:31 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 21:14:16 +0200JuanDaugherty(~juan@user/JuanDaugherty) JuanDaugherty
2025-05-27 21:09:48 +0200sord937(~sord937@gateway/tor-sasl/sord937) (Quit: sord937)
2025-05-27 21:08:08 +0200peterbecich(~Thunderbi@syn-047-229-123-186.res.spectrum.com) peterbecich
2025-05-27 21:02:05 +0200shaeto(~Shaeto@94.25.234.207) (Quit: WeeChat 4.1.1)
2025-05-27 21:01:04 +0200caconym7(~caconym@user/caconym) caconym
2025-05-27 21:00:03 +0200caconym7(~caconym@user/caconym) (Quit: bye)
2025-05-27 21:00:00 +0200olliep(~ollie@2a0a:ef40:19e:b02:f7b5:f015:a53b:d50f) (Remote host closed the connection)
2025-05-27 21:00:00 +0200olliep-(~ollie@2a0a:ef40:19e:b02:f7b5:f015:a53b:d50f) (Remote host closed the connection)
2025-05-27 20:49:13 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 20:48:53 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 20:46:13 +0200oskarw(~user@user/oskarw) oskarw
2025-05-27 20:38:37 +0200target_i(~target_i@user/target-i/x-6023099) target_i
2025-05-27 20:35:30 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-05-27 20:35:23 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 20:35:00 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 20:31:19 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net) (Ping timeout: 265 seconds)
2025-05-27 20:25:52 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 20:25:44 +0200laurapigeon(~laurapige@user/laurapigeon) (Quit: WeeChat 4.6.3)
2025-05-27 20:25:29 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 20:24:00 +0200Unicorn_Princess(~Unicorn_P@user/Unicorn-Princess/x-3540542) Unicorn_Princess
2025-05-27 20:23:58 +0200Frostillicus(~Frostilli@pool-71-174-119-69.bstnma.fios.verizon.net)
2025-05-27 20:16:39 +0200machinedgod(~machinedg@d108-173-18-100.abhsia.telus.net) machinedgod
2025-05-27 20:15:28 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr)
2025-05-27 20:15:08 +0200sabathan2(~sabathan@amarseille-159-1-12-107.w86-203.abo.wanadoo.fr) (Remote host closed the connection)
2025-05-27 20:08:34 +0200talismanick(~user@2601:644:937c:ed10::ae5) (Ping timeout: 260 seconds)
2025-05-27 20:06:05 +0200craunts7(~craunts@136.158.8.87) (Quit: The Lounge - https://thelounge.chat)