-
borp has a "VersionCol" feature for [optimistic locking](https://github.com/letsencrypt/borp?tab=readme-ov-file#optimistic-locking). We mostly don't use it, but we still have it turned on for the regi…
-
Not sure if this is cl-yaml or cl-libyaml, or maybe I'm just doing it wrong. I have a hash table which contains a list of strings. The strings do not get quoted when emitting, so any string that conta…
ghost updated
8 years ago
-
**Describe the bug**
I have a zabbix item which returns data in following format
[ { "QUERY": "select * from mxDrvInfo where mxType=:va and mxKind=:vb and mxTenant=:vc", "CPU_TIME": "2703125", "SCHE…
-
- [x] script to populate question table with json data
* probably would be more efficient to revise the data parsing script to generate one single list of questions (one file, not multiple files p…
-
When fetching queries from Cluster, get the logUser who ran the query, pass this as a parameter for processSQL, and when the parsing is successful, Save the columns and tables accessed by the User in …
-
I had to implement some kind of batching myself to improve performance. This involved building up a query string over time, something like `INSERT INTO table (fields...) VALUES (?, ?, ?), (?, ?, ?), (…
-
https://github.com/JiLiZART/BBob/blob/3575982b280cc45c9cedaf7a059491a324c1b514/packages/bbob-plugin-helper/src/helpers.js#L77-L88
Without understanding the details, the description may benefit from…
-
Hi, I was eager to benchmark your table-based utf8 parsing approach against the standard library implementation, so I did:
https://github.com/ConnyOnny/utf8perf
If my testing setup is not wrong (s…
-
Hello.
I have some table created with this code:
CREATE SEQUENCE test_id_seq;
CREATE TABLE TEST (
id bigint default nextval('test_id_seq'),
userId bigint…
-
Hello,
When rendering the following table, the "Binário" section isn't shown. The markdown syntax seems correct, so I believe it's a DokuWiki issue. Tried on another instance with no plugins but it s…