-
Please tell me how to get source parameters inside the plugin? I want to supplement with data from other tables by making SQL queries inside pre_event.
-
Add an api that lists which (system) tables are required to plan & query tables via sql
Example: to query a simple table, you might need to read `system.descriptor`, `system.zones`, `system.comments`…
-
Allow to run SQL queries like:
`UPDATE table SET col1=val1, col2=val2 WHERE condition;`
on local-only _tables that are not synced. It's not a problem because local-only tables do not generate CRDT …
-
Before using the automatic generation of the DBML file for SQL server, I had queries allowing us to generate our file in DBML format.
In these scripts, I retrieved the description table, which was ve…
-
发现导入数据表功能后端的sql语句居然是89标准的写法。然后我导入SQL的时候就报错了。
解决方案:
`GeneratorTableColumnMapper.xml`
将
```xml
SELECT
FROM
generator_table_column gtc,
generat…
-
### Is your feature request related to a problem?
I am trying to use the SQL expression for multiple CTE but the `Table.sql` only allows for a single table.
### What is the motivation behind you…
-
**Which version of Duende IdentityServer are you using?**
7.0.8
**Which version of .NET are you using?**
.NET 8
**Describe the bug**
We recently upgraded our IdentityServer from 3.1.4 to 7.0.8 fo…
mb418 updated
10 hours ago
-
By ChatGPT.
Here's how you can add non-standard options (such as indexes, constraints, and custom storage settings) to tables in different databases like MS SQL, Oracle, and Cassandra:
### 1. **MS S…
-
# Use case
I am building a systme where I add domains to maddy via api. I have already built the api part (if anyone finds this useful I'm happy to share). Now I'd like to, inatead of passing local…
-
### Describe the bug
Sorting sessions table by "Is Occurenrce?" results in SQL error
SQL error:
```
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'recurring' in 'order clause'…