Aron Podrigal
Aron Podrigal
This allows one to use and resolve ids in json schema ```sql SELECT json_schema_resolve_refs('{ "$id": "http://localhost:1234/root", "allOf": [{ "$ref": "http://localhost:1234/nested.json#foo" }], "definitions": { "A": { "$id": "nested.json", "definitions": { "B":...
Added `QueryBuilder.from_sub()` to select from SubQuery expression.
Sometimes we need to dynamically remove a where clause referencing a particular column and somtimes, only when the clause involves a particular operator. Can be used as Remove all clasues...
Hi. When a database connection was reset, the database handle will remain in closed state and wont be refreshed until explicitly done. That is OK, since we can set the...
New function, `void pgsql_handle_set_error_if_not_set(switch_pgsql_handle_t *handle, char **err)` has been added to mod_pgsql module. This function is now called at several points where an error occurred but *err was not yet...
The added method, query_rows, allows the retrieval of rows from a database without the need for a callback function, it fetches the rows and returns 3 arguments as show below....
When taking a snapshot of a machine which pauses the process, mod_timerfd runtime thread exits, causing all channels to wait indefinitely. Check `errno == EINTR` and continue the timer loop.
**What would you like to be added**: A way to recover a file that has been overridden. **Why is this needed**: