-
In our Splunk monitoring we saw this warning:
```
could not prepare statement during session migration (WITH ?results? AS (UPDATE ?worker?.?job? SET ?completedon? = now(), ?state? = ?'completed'?, ?…
-
With the integration into the AGA GD system, the Rank system will have direct access to the AGA GD tables so we don't need to copy any information over.
Many change in the tables will be the Extend…
-
CREATE TABLE USERACTIVATION (CODE VARCHAR(255) NOT NULL, USER_ BIGINT, PRIMARY KEY (CODE))
ALTER TABLE USERACTIVATION ADD CONSTRAINT USERACTIVATIONUSER FOREIGN KEY (USER_) REFERENCES USER_ (ID_USER)
-
### What is the bug or the crash?
I am trying to copy records from a mapping layer directly into Excel, which works for various file formats, such as .TAB, .MID/MIF and .SHP, however with MS SQL Spat…
-
I receive the following error when trying to connect to a PostgreSQL database:
`Cannot read properties of undefined (reading 'referencedTableName')`
Database Version: `PostgreSQL 16.3 (Debian 16.3-1…
-
### SDK
Python
### Description
```python
import lancedb
import pyarrow.parquet as pq
# Connect to LanceDB
db = lancedb.connect("data/cases2.lance")
print(db.table_names())
data = pq.read_…
-
### SQLDelight Version
2.0.2
### SQLDelight Dialect
dialect("app.cash.sqldelight:postgresql-dialect:42.7.3")
### Describe the Bug
I followed this -
https://cashapp.github.io/sqldelight/2.0.2/jvm…
-
### Configuration
```hcl
resource "databricks_sql_table" "test_view" {
provider = databricks.workspace
cluster_id = data.databricks_cluster.test_cluster.id
…
-
### Description
### What where you trying to do?
connectiing PostgreSQL 16 server like:
![image](https://github.com/user-attachments/assets/9239d018-28e7-4b7b-baaa-b62b4fb31c67)
### What actua…
-
### Search first
- [x] I searched and no similar issues were found
### Description
After upgrading from Liquibase 4.29.2 to 4.30.0, it attempts to reapply changesets that have already been executed…