-
This more of a discussion/question.
From a glance it seems GRDB is mostly red (async) now.
`public func read(_ value: @Sendable @escaping (Database) throws -> T) async throws -> T {`
Sometime a…
-
Our current plan is to use sqlalchemy in order to support multiple SQL engines, either writing SQL strings for operations or using its expression API. We would have to write custom SQL strings for non…
-
### Describe the Bug
Certain toast messages cause an error until server restart
### Steps To Reproduce
New-PodeWebSelect -Name 'SQLServer:' -Options @($Servers) | Register-PodeWebEvent -Type Clic…
-
I know this is an older tool, but a recent PCI Compliance exercise led me here. It's a great tool and a huge leap forward if you just want to scan quickly and "get r done". Obviously, the awesome fe…
-
Hello,
1. A lot of requests to DB use plane SQL operators like IN or LIKE.
Please replace them with Moodle DML functions:
https://moodledev.io/docs/4.5/apis/core/dml#get_in_or_equal
https://mood…
-
This came up in psycopg testing. The test turns off standard_conforming_strings.
More info on them here:
https://www.postgresql.org/docs/9.1/runtime-config-compatible.html
> standard_conform…
-
At the moment, the JVSTM/OJB Backend produces SQL that is specific to the MySQL database, with reports that it doesn't work in all versions of it.
Both the SQLUpdateGenerator and the Transactional Sy…
-
### Description
It would be great if we can allow `CreateDatabricksWorkflowOperator` to support Jinja templating for `job_clusters` attribute. This will allow us to dynamically render cluster configu…
-
Currently we are not adding detailed error descriptions directly from the respective SQL servers when a query fails.
We need a standard way of showing errors. There errors from all 3 of SQL plugins a…
-
Hello,
I'm new to BigQuery and trying to follow the examples, but all 3 examples fail.
I do have access to the tables and can run simple count(*) queries on them.
Here is one example that I'm…