-
*Issue migrated from trac ticket # 545*
**component:** computing nodes | **priority:** minor
#### 2022-04-02 17:31:29: vito@zettadb.com created the issue
___
> SQL code:
>
> CREATE TABLE base_tbl…
-
COLUMN Expression -> Parse -> Metadata -> Code Generator -> Python Code for Transform & SQL for Analysis
The data structure of `metadata` is important to both the `Parse` stage and `Code Generator` s…
-
```
What steps will reproduce the problem?
1. Add a role.
2.Compare DBs
What is the expected output? What do you see instead?
According to BOL, "CREATE ROLE" does not have "WITH PASSWORD" option and…
-
I have a couple of (complicated) expressions that get reused allot
so I would like to have the tagging support from inside the expression so I don't have to specify it everywhere manually
https:/…
-
代码版本:`0.2.x`
python版本:`3.9.10`
运行环境:`virtualenv`
复现过程:
```shell
virtualenv test
git clone -b 0.2.x https://github.com/TaleLin/lin-cms-flask test
cd test
pip install -r requirements.txt
…
-
**Is your feature request related to a problem? Please describe.**
There are some expressions where a GPU implementation is going to be very expensive to implement or possibly impossible to do in the…
-
```
I1031 18:22:21.418013 1281475 ExpressionFuzzer.cpp:702] ==============================> Started iteration 169 (seed: 455940635)
I1031 18:22:21.419494 1281475 ExpressionVerifier.cpp:141] Executin…
-
A have a query that references values in a class. This works as expected when the query is not compiled. When the query is compiled it executes on the client. This can be seen by the lack of a where c…
-
- [x] pgloader --version
```console
pgloader version "3.6.2"
compiled with SBCL 2.0.11
```
- [ ] did you test a fresh compile from the source tree?
No.
- [x] did you search for othe…
-
``` C#
public int Update(Expression filterExpression, Expression updateExpression, bool isSave)
{
DbSet set = dbContext.Set();
set.Where(filterExpression).Update( updateExpression);
…